On Tue, 2004-04-27 at 19:46, sol luna wrote: > (gdb) where > #0 0x0805f8a7 in ?? () > #1 0x401eb9e0 in _nss_db_getspnam_r () from /lib/libnss_db.so.2 > #2 0x401eb11e in _nss_db_endservent () from /lib/libnss_db.so.2 > #3 0x401eb3b3 in _nss_db_getservbyname_r () from > /lib/libnss_db.so.2 > #4 0x401aba83 in getservbyname_r () from /lib/libc.so.6
You use berlkey db for some of your NSS information (hosts, passwd, etc) don't you? It's probably compiled against a different version of BDB, causing two versions to get loaded at once. I gather this is not fun. A copy of your /etc/nsswitch.conf would be handy. Craig Ringer --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html