Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: disabling dependence on dynamic NSS modules



In the last episode (Feb 19), Clint Adams said:
> If one has zsh statically-linked against GNU libc, one will
> encounter troubles if /lib/libnss*.so are missing or have a
> different ABI from the glibc zsh was compiled against.

If you run nscd, applications will ask it over a unix socket using a
standard protocol, nscd will dlopen the required libs, do the lookups,
and return the result.  It also caches results so access to slow
providers like ldaps becomes tolerable.  It's basically required when
using newish versions of Oracle since it includes its own ldap
libraries which conflict with openldap, so if you are using nss_ldap
and not running nscd, you coredump :)

-- 
	Dan Nelson
	dnelson@xxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author