Subject: Re: pkg/34285: solution for nss_ldap install bug
To: None <fkruchio@rhca.gotdns.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: pkgsrc-bugs
Date: 08/28/2006 17:46:52
fkruchio@rhca.gotdns.com said:
> cd /usr/pkg/lib/
> ln -s nss_ldap.so.1 nss_ldap.so.0 

The .0 suffix is needed indeed, but the library should
still not be found in /usr/pkg/lib.
Do you have an LD_LIBRARY_PATH set or an ld.so.conf file?

What I have done is
cd /usr/lib
ln -s /usr/pkg/lib/nss_ldap.so.1 nss_ldap.so.0

(nss_mdns needs something similar btw.)

best regards
Matthias