Stas Bekman wrote:
Stefan Loones wrote:
-------------8<---------- Start Bug Report ------------8<---------- 1. Problem Description:
My previous working version was : mod_perl-1.99_11-3 (.i386.rpm)
I did a rpmbuild --rebuild mod_perl-1.99_14-1.bl.src.rpm (rpm supplied by Stuart Jansen, thanks !)
I'm afraid you will have to bug Stuart about this problem. Please use the source build and if that fails then we will handle that.
Problem is that on our production machine I need to do everything with rpm. When I have the time I will try it on another machine.
That's clear. But nothing prevents you from building from the source to test whether it works. I have no problem building mp2 from source on linux against 2.0.46. So w/o being able to reproduce the problem, I can't be much of help here.
After installing (rpm) this mod_perl version 1.9914: restarting apache gives:
Starting httpd: Syntax error on line 9 of /etc/httpd/conf.d/perl.conf:
Cannot load /etc/httpd/modules/mod_perl.so into server:
/etc/httpd/modules/mod_perl.so: undefined symbol: apr_table_compress
from:
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#undefined_symbol__apr_table_compress
I did: # locate libapr-0.so.0 /usr/lib/libapr-0.so.0 /usr/lib/libapr-0.so.0.9.4
I can't see where that URL suggested to use locate. Please follow the exact instructions, i.e. use ldd.
Step 4 at this URL.
Yes, but that's not how you find the library it's linked against. You need to use ldd for that. Step 4 suggests to use locate to find other occurences of this library which may get on the way.
-- __________________________________________________________________ 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
-- 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