On Mon, Oct 11, 2004 at 11:47:33PM +0200, MARTIN Pierre wrote:
> > Please do:
> > cd src/modules/perl/
> > rm mod_perl.so
> > make -f Makefile.modperl
> 
> Here we go:
> 
> /data/misc/mod_perl-1.99_16/src/modules/perl# rm mod_perl.so
> /data/misc/mod_perl-1.99_16/src/modules/perl# make -f Makefile.modperl
> rm -f mod_perl.so
> cc -shared -L/usr/local/lib \
...
> ags.lo modperl_xsinit.lo  -rdynamic  -L/usr/local/lib
> /usr/lib/perl/5.6.1/auto/D
> ynaLoader/DynaLoader.a -L/usr/lib/perl/5.6.1/CORE -lperl -ldl -lm -lc -lcryp
> t \
> -o mod_perl.so
> : mod_perl.so

This problem is probably caused by a bogus libperl.a on your system
somewhere.  What does:

ls -l /usr/lib/perl/5.6.1/CORE/libperl.* /usr/lib/libperl.* \
   /usr/local/lib/libperl.*

give? 

joe

-- 
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