RE: Solaris compile
[Date Prev][Date Next] [Thread Prev][Thread Next]RE: Solaris compile
- From: "Neil McBennett" <Neil.McBennett [at] sportingbet.com>
- To: <nss-pam-ldapd-users [at] lists.arthurdejong.org>
- Subject: RE: Solaris compile
- Date: Tue, 17 Jan 2012 14:59:46 -0000
Thanks Arthur,
I did manage to compile everything from the 0.8.5 code. Observations so
far as follows:
1. nscd doesn't work and this is a known issue. nscd seems to be tightly
integrated with Solaris' ldap cache manager, which is part of the native
ldap client. Does anyone already use nss-pam-ldapd on Solaris? If so are
you finding it a problem having nscd turned off?
2. I run truss on "ps" command and see the following...
# truss ps -ef 2>&1| grep ldap
stat("/lib/64/nss_ldap.so.1", 0xFFFFFFFF7FFFE200) Err#2 ENOENT
stat("/usr/lib/64/nss_ldap.so.1", 0xFFFFFFFF7FFFE200) = 0
resolvepath("/usr/lib/64/nss_ldap.so.1",
"/usr/lib/sparcv9/nss_ldap.so.1", 1023) = 30
open("/usr/lib/64/nss_ldap.so.1", O_RDONLY) = 4
stat("/lib/64/libsldap.so.1", 0xFFFFFFFF7FFFDEF0) Err#2 ENOENT
stat("/usr/lib/64/libsldap.so.1", 0xFFFFFFFF7FFFDEF0) = 0
resolvepath("/usr/lib/64/libsldap.so.1",
"/usr/lib/sparcv9/libsldap.so.1", 1023) = 30
open("/usr/lib/64/libsldap.so.1", O_RDONLY) = 4
open("/var/run/ldap_cache_door", O_RDONLY) Err#2 ENOENT
open("/var/run/ldap_cache_door", O_RDONLY) Err#2 ENOENT
open("/var/run/ldap_cache_door", O_RDONLY) Err#2 ENOENT
open("/var/run/ldap_cache_door", O_RDONLY) Err#2 ENOENT
Looks like certain utilities use 64 bit libraries so I will need to
compile 32 and 64 bit binaries.
Neil
This email message has been delivered safely and archived online by Mimecast.
For more information please visit http://www.mimecast.com
-- To unsubscribe send an email to nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see http://lists.arthurdejong.org/nss-pam-ldapd-users/
- Solaris compile,
Neil McBennett
- Re: Solaris compile,
Arthur de Jong
- RE: Solaris compile, Neil McBennett
- Re: Solaris compile,
Jason J. W. Williams
- RE: Solaris compile,
Neil McBennett
- Re: Solaris compile, Jason J. W. Williams
- RE: Solaris compile,
Neil McBennett
- Re: Solaris compile,
Arthur de Jong
- Prev by Date: Re: error writing to nslcd
- Next by Date: Re: Solaris compile
- Previous by thread: Re: Solaris compile
- Next by thread: Re: Solaris compile