On Wed, 22 May 2002, Ema Nymton wrote: > Thank you very much Chris, that was the trick :-) > > Now because I do not want to die stupid, could you precise why this > modification was needed ? I suppose if nsswitch returns a "tryagain", > "unavail" or "notfound" value for `db` statement, it should follow the > "continue" method and then find the `files` statement, did it ?
libnss_db.so from the current Debian stable is linked against libdb3.so, which is a symlink to the glibc2 release of a modified db2. There are symbol conflicts between BerkelyDB and the glibc2 libnns_db linked db2. -Chris