William McKee wrote:
Sorry to hear about the hair loss and damage to your walls. I'm starting to think that you may be running into a problem that I've hit before--having an extra libperl.so laying around. Check out this thread between Stas and myself for more info[1]. I've given you the link to the last message. You should be able to follow it back til you find some useful testing tips.
[1]
http://mathforum.org/epigone/modperl/percroogrum/[EMAIL PROTECTED]
Nope. There are two copies of libperl.so: one in the apache source tree, and one in libexec.
BUT that link said to use ldd to see what libperl.so is referenced in the httpd executable. I did that and found NO reference to libperl.so!
[EMAIL PROTECTED] mod_perl-1.29]# ldd /usr/local/apache/bin/httpd libm.so.6 => /lib/i686/libm.so.6 (0x4001f000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40042000) libdb.so.2 => /usr/lib/libdb.so.2 (0x4006f000) libnsl.so.1 => /lib/libnsl.so.1 (0x4007d000) libdl.so.2 => /lib/libdl.so.2 (0x40093000) libc.so.6 => /lib/i686/libc.so.6 (0x40097000) libutil.so.1 => /lib/libutil.so.1 (0x401d2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
How could that be?
-- 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