On Tue, Aug 05, 2003 at 09:24:14AM +0200, Stas Bekman wrote:
apr-ext/uuid..../usr/bin/perl: relocation error: /usr/src/packages/BUILD/mod_perl-1.99_09_20030803/t/../blib/arch/auto/APR/UUID/UUID.so: undefined symbol: apr_uuid_parse
1..3
That probably means that APR.so is not linked against libapr and libaprutil. Can you please send the output of:
ldd blib/arch/auto/APR/APR.so
# ldd blib/arch/auto/APR/APR.so libc.so.6 => /lib/libc.so.6 (0x40005000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Can I see the output of
cd /whereever/your/httpd/is/installed bin/apr-config --link-ld --libs bin/apu-config --link-ld --libs
I also want to see:
grep LIBS /usr/src/packages/BUILD/mod_perl-1.99_09_20030803/xs/APR/APR/Makefile
and the output of t/REPORT
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
