Thank you.
I got:
[EMAIL PROTECTED] mod_perl-1.99_10]# ldd blib/arch/auto/APR/APR.so | grep apr- libapr-0.so.0 => /usr/local/apache2.0.47/lib/libapr-0.so.0 (0x40003000)
[EMAIL PROTECTED] mod_perl-1.99_10]# nm /usr/local/apache2.0.47/lib/libapr-0.so.0 | grep table_compress
0000d010 T apr_table_compress
Good. In which case I want to see:
ldd /usr/local/apache2.0.47/bin/httpd
Also I want you to do:
locate libapr-0.so.0
and see if you come up with another occurence of libapr-0.so.0, somewhere else. If you find one in /usr/lib or /usr/local/lib that will explain the problem. Most likely you have an old pre-installed apr package which gets loaded before /usr/local/apache2.0.47/lib/libapr-0.so.0.
So, when you say "nuke the old one" do you mean remove /usr/local/apache2.0.47/lib/libapr-0.so.0
no, no, don't nuke anything just yet.
__________________________________________________________________ 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
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html