> ldd /usr/cyrus/bin/imapd > > [EMAIL PROTECTED] berkeleydb]# ldd /usr/cyrus/bin/imapd > libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0xb75cd000) > libresolv.so.2 => /lib/libresolv.so.2 (0xb75bb000) > libdb-4.1.so => /usr/local/bdb/lib/libdb-4.1.so (0xb7524000) > libssl.so.0.9.7 => /usr/local/ssl/lib/libssl.so.0.9.7 > (0xb74f7000) > libcrypto.so.0.9.7 => > /usr/local/ssl/lib/libcrypto.so.0.9.7 (0xb7404000) > libwrap.so.0 => /usr/lib/libwrap.so.0 (0xb73fb000) > libnsl.so.1 => /lib/libnsl.so.1 (0xb73e5000) > libc.so.6 => /lib/tls/libc.so.6 (0xb72ad000) > libdl.so.2 => /lib/libdl.so.2 (0xb72aa000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb75eb000)
[...] > Cyrus IMAPD > > ./configure \ > --with-sasl=/usr/local/lib \ > --with-perl \ > --with-auth=unix \ > --with-openssl=/usr/local/ssl \ > --without-ucdsnmp \ Hmm ... seems to be ok. Remove the /usr/local/bdb/ directory and the source. Edit /etc/ld.so.conf and remove the line /usr/local/bdb/lib and run "ldconfig" again. Recompile cyrus-sasl and cyrus-imapd again, remove the dir's and create them again. Perhaps this will work ... Michael _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
