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



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