Re: Netscape LDAP over SSL functions
Jim Dunn <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
[email protected] wrote: > Functions required : ldapssl_client_init and ldapssl_init > > Netscape once provided a 32 bit library libldapssl40.a (ldap_ssl.h) > which provides the functions above. > > We require this library in 64 bit to run on AIX 5.2 > (Or the source to create these this library) > > The Mozilla site appears to have all the docuemntation but the LDAP > download does not contain this library. (In 32 or 64 bit) > Can anyone provide the source or a 64 bit library. > you mean like in mozilla/directory/c-sdk/ldap/libraries/libssldap/clientinit.c? I am not sure if ldap is pulled by default... but I would suggest making sure that --enable-ldap is set in your .mozconfig and also check mozilla/client.mk for the LDAPCSDK_CO_TAG... Good Luck jim