Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: disabling dependence on dynamic NSS modules
- X-seq: zsh-workers 22286
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: disabling dependence on dynamic NSS modules
- Date: Sun, 19 Feb 2006 22:27:35 -0600
- In-reply-to: <20060219193100.GA2725@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060219193100.GA2725@xxxxxxxxxxx>
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