On Wed, 2005-02-16 at 11:07 +0100, Mikael Bak wrote: > If you remove "ldap" entry from the "group:" line in /etc/nsswitch.conf > then mysql should start. If you don't need this line for ldap > authentication then that might be a workaround. Otherwise the Trustix > people need to update the nss_ldap package.
Yeah, thanks. I finally tracked it down to this bug in glibc -- nscd doesn't cache initgroups information, forcing glibc nsswitch code to fall back on trying to dynamically load nsswitch handler shared objects in static binaries. https://bugzilla.redhat.com/beta/show_bug.cgi?id=132850 This bug is a good read though if anyone is interested in exactly how much time you can waste producing what you think is a good test case but that no one actually uses because of a disagreement as to what the problem actually is. -- Andy Bakun <[EMAIL PROTECTED]> _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
