Use ldd(1) to investigate what shlibs a binary needs, and check for conflicts:
This is what it outputs. Seems to be the same (although the numbers between parenthesis don't coincide, don't know if they should):
/usr/local/sbin/httpd:
libcrypt.so.2 => /lib/libcrypt.so.2 (0x280aa000)
libmm.so.13 => /usr/local/lib/libmm.so.13 (0x280c3000)
libc.so.5 => /lib/libc.so.5 (0x280c7000)/usr/local/libexec/apache/libphp4.so:
libcrypt.so.2 => /lib/libcrypt.so.2 (0x28248000)
libm.so.2 => /lib/libm.so.2 (0x28261000)
Vonleigh Simmons <http://illusionart.com/>
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
