----- Original Message ----- >Because, if I remember correctly, mod_perl will still be broken. >Unless he is willing to recompile it as well then he will have a >problem with it. The docs seem to support my memory:
Yes I am, in fact it was one of the first steps I took to fix the problem. Contrary to what I posted earlier I actually renamed the mod_perl.so not delete it. I've renamed it back and did a ld on it. The output of that is here: http://avas.cnc.bc.ca/mod_perl.txt An ldd /etc/httpd/modules/mod_perl.so gives this output: [EMAIL PROTECTED] ~]# ldd /etc/httpd/modules/mod_perl.so libperl.so => /lib/libperl.so (0x00903000) libnsl.so.1 => /lib/libnsl.so.1 (0x00b43000) libdl.so.2 => /lib/libdl.so.2 (0x00bb2000) libm.so.6 => /lib/tls/libm.so.6 (0x006ed000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00fd2000) libutil.so.1 => /lib/libutil.so.1 (0x00111000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x0080b000) libc.so.6 => /lib/tls/libc.so.6 (0x004fa000) /lib/ld-linux.so.2 (0x00650000) An ldd /lib/libperl.so gives this output: [EMAIL PROTECTED] ~]# ldd /lib/libperl.so libnsl.so.1 => /lib/libnsl.so.1 (0x00550000) libdl.so.2 => /lib/libdl.so.2 (0x00a09000) libm.so.6 => /lib/tls/libm.so.6 (0x0077c000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x007ea000) libutil.so.1 => /lib/libutil.so.1 (0x00646000) libc.so.6 => /lib/tls/libc.so.6 (0x00413000) /lib/ld-linux.so.2 (0x00650000) It may as well be greek to me... ================================= Kevin W. Gagel Network Administrator Information Technology Services (250) 562-2131 local 448 My Blog: http://mail.cnc.bc.ca/blogs/gagel ------------------------------------------------------------------- The College of New Caledonia, Visit us at http://www.cnc.bc.ca Virus scanning is done on all incoming and outgoing email. Anti-spam information for CNC can be found at http://avas.cnc.bc.ca ------------------------------------------------------------------- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/