Operating System - HP-UX
1833471 Members
2656 Online
110052 Solutions
New Discussion

looking for library file fot LDAP

 
pedliz12
Advisor

looking for library file fot LDAP

does anyone know where i can get the LDAP library file libldapssl41.so
2 REPLIES 2
Mustafa Gulercan
Respected Contributor

Re: looking for library file fot LDAP

hi;
Download
LDAP-UX integration product http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA

regards,
mustafa
Weltman, Ulf
Valued Contributor

Re: looking for library file fot LDAP

LDAP-UX 4.0 uses LDAP SDK 5.14, LDAP-UX 4.10/15/17 use LDAP SDK 5.17. The library libldapssl41 would be from LDAP SDK 4.1x and is rather old.

Also, in the LDAP SDK we ship with LDAP-UX, the functionality you may be looking for (e.g. ldapssl_init()) is part of libldap.so (or .sl on HP 9000) which is symlinked to a system library location, so you should only need "-lldap" for linking.