pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34285: solution for nss_ldap install bug
The following reply was made to PR pkg/34285; it has been noted by GNATS.
From: Matthias Drochner <M.Drochner%fz-juelich.de@localhost>
To: fkruchio%rhca.gotdns.com@localhost
Cc: pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/34285: solution for nss_ldap install bug
Date: Mon, 28 Aug 2006 17:46:52 +0200
fkruchio%rhca.gotdns.com@localhost 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
Home |
Main Index |
Thread Index |
Old Index