On Thu, 21 Nov 2002, Daniel Eggert wrote:

> Does anyone know, if this is due to the fact, that I'm running on a 
> macppc platform? 

sortof.  based on a google search, this error is caused by linking non-PIC 
code into a shared library.  that is, C code compiled without the -fPIC 
flag, either in modperl, perl, or a static library pulled in by perl (perl 
-V:libs).  based on your perl -V, it looks like the modperl code should be 
ok.  you could try rebuilding perl with:
Configure -Accflags=-fPIC ...

otherwise, i'm not sure.  what is the output of:
/usr/pkg/lib/perl5/5.6.1/powerpc-netbsd/CORE/libperl.so

also could be that an older libperl.so is in your library path, which is 
being found before the one above.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to