"Barksdale, Ray" <[EMAIL PROTECTED]> writes:

[...]

> /usr/bin/ld:
> /usr/local/lib/perl5/5.8.5/x86_64-linux/auto/DynaLoader/DynaLoader.a(DynaLoa
> der.o): relocation R_X86_64_32 can not be used when making a shared object;
> recompile with -fPIC
> /usr/local/lib/perl5/5.8.5/x86_64-linux/auto/DynaLoader/DynaLoader.a: could
> not read symbols: Bad value

I think this means Fedora's DynaLoader.a file needs to be 
(re)compiled with -fpic (or -fPIC).  Look for "-Duseshrplib"
and/or "cccdlflags='-fPIC'" in perl -V.

-- 
Joe Schaefer


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to