On Wed, Feb 14, 2001 at 10:01:33AM -0800, Allan Rafuse wrote:

[...]
> open("/lib/libnss_db.so.2", O_RDONLY)   = 9
[...]
> open("/usr/local/BerkeleyDB.3.2/lib/libdb.so.3", O_RDONLY) = 9
[...]
> write(2, "/usr/cyrus/bin/master", 21)   = 21
> write(2, ": error in loading shared librar"..., 37) = 37
> write(2, "/lib/libnss_db.so.2", 19)     = 19
> write(2, ": ", 2)                       = 2
> write(2, "symbol __nss_db_open, version GL"..., 95) = 95
[...]

That's what happens when you mix things linked with Berkeley DB 2.x and
3.x. Remove the "db" entries from /etc/nsswitch.conf (write "passwd: files"
instead of "passwd: db files" etc.).

Gabor

-- 
Gabor Gombas                                       Eotvos Lorand University
E-mail: [EMAIL PROTECTED]                        Hungary

Reply via email to