All OK now.

I'm sure /usr/local/apache2/lib/libapr-0.so.0.9.3 came from my manual install of httpd-2.0.45

I've investigated and when I built httpd-2.0.47 I built it with a prefix of /usr/local/apache2, where an existing 2.0.45 installation exists. I actually installed 2.0.47 in /usr/local/apache2.0.47 but the binary was built probably looking at the old libs.

FYI, /etc/ld.so.conf doesn't have /usr/local/apache{anything}

After rebuilding httpd-2.0.47 with --prefix=/usr/local/apache2.0.47

I get:

ldd /usr/local/apache2.0.47/bin/httpd
libssl.so.2 => /lib/libssl.so.2 (0x40030000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x40061000)
libaprutil-0.so.0 => /usr/local/apache2.0.47/lib/libaprutil-0.so.0 (0x40135000)
libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40149000)
libdb-4.0.so => /lib/libdb-4.0.so (0x40150000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x401f8000)
libapr-0.so.0 => /usr/local/apache2.0.47/lib/libapr-0.so.0 (0x40218000)
librt.so.1 => /lib/librt.so.1 (0x40235000)
libm.so.6 => /lib/i686/libm.so.6 (0x40247000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40269000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40296000)
libdl.so.2 => /lib/libdl.so.2 (0x402ac000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x402af000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


and then building and testing mod_perl-1.99_10 works fine.

Thank you once again for excellent help!



At 2:32 PM -0800 11/10/03, Stas Bekman wrote:

...

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


--
------------------------------------------
Matisse Enzer
Doodlelab Inc.
415-925-5294 ext. 212 (office)
415-225-6703 (mobile)

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to