:: I just compiled exim 3.22 on a FreeBSD 4.3 box to check
:: your theory. No segfault.
::
:: Output from ldd on two systems:
::
:: bash-2.02$ uname -a
:: FreeBSD cluedo.freeuk.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri
:: Apr 27 15:06:13 BST 2001
:: ollie@???:/usr/obj/usr/src/sys/CLUEDO i386
:: bash-2.02$ ldd exim
:: exim:
:: libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280d0000)
:: libc.so.4 => /usr/lib/libc.so.4 (0x280e5000)
::
::
:: bash-2.03$ uname -a
:: FreeBSD nemesis.uk.clara.net 4.2-RELEASE FreeBSD 4.2-RELEASE #0:
:: Mon Apr 2 16:41:15 BST 2001 root@:/usr/src/sys/compile/NEMESIS i386
:: bash-2.03$ ldd /usr/exim/bin/exim
:: /usr/exim/bin/exim:
:: libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280d0000)
:: libmysqlclient.so.6 =>
:: /usr/local/lib/mysql/libmysqlclient.so.6 (0x280e5000)
:: libc.so.4 => /usr/lib/libc.so.4 (0x280f9000)
:: libm.so.2 => /usr/lib/libm.so.2 (0x2818e000)
:: libz.so.2 => /usr/lib/libz.so.2 (0x281a9000)
::
:: One had MySQL support as you can see. However, both only link
:: against a libc once.
Thanks for trying that. Think I'll try a cvsup of the ports collection and
another build.
-- Juha