I think I may have found the reason for my signalled to death by 11 problems in redhat 7.2. The sasl that comes with 7.2 is linked against libgdbm not libdb3.
# ldd libsasl.so.7.1.8 libsasl.so.7.1.8: libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40017000) libdl.so.2 => /lib/libdl.so.2 (0x4001e000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40022000) libpam.so.0 => /lib/libpam.so.0 (0x4004f000) libresolv.so.2 => /lib/libresolv.so.2 (0x40058000) libc.so.6 => /lib/libc.so.6 (0x4006a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) How do I make it linked agains db3 (yes, I know I have to recompile it, but it is a RPM, and I have to change it). Will it caues problem with anyhting else on this sysem if I change it? -Dan