Stas Bekman wrote:
[...]
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.

[onto which Matisse replied privately, probably forgetting to hit Reply-ALl]


> [EMAIL PROTECTED] bin]# locate libapr-0.so.0
> /usr/local/src/apache/httpd-2.0.45/srclib/apr/.libs/libapr-0.so.0.9.3
> /usr/local/src/apache/httpd-2.0.45/srclib/apr/.libs/libapr-0.so.0
> /usr/local/src/apache/httpd-2.0.47/srclib/apr/.libs/libapr-0.so.0.9.4
> /usr/local/src/apache/httpd-2.0.47/srclib/apr/.libs/libapr-0.so.0
> /usr/local/apache2/lib/libapr-0.so.0.9.3
> /usr/local/apache2/lib/libapr-0.so.0
> /usr/local/apache2.0.47/lib/libapr-0.so.0.9.4
> /usr/local/apache2.0.47/lib/libapr-0.so.0

So /usr/local/apache2/lib/libapr-0.so.0.9.3 is your culprit. Does it come from your manual install or from a prepackaged release?

Try:

urpmf /usr/local/apache2/lib/libapr-0.so.0.9.3

and if you get a hit, rpm -e that package.

But before you do that, I want to investigate another matter: how /usr/local/apache2/lib/ entered the list of libs to load? Did you (or some rpm package) edit /etc/ld.so.conf to include that lib dir?

__________________________________________________________________
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



Reply via email to