Hi
I download Netscape Directory SDK for C 4.14 HP-Unix 11.0 (32-bit). (for
ldap enable web server auth_ldap + apache +netscape SDK). Seems there are
some problems to use it:
1.In release note, it mention we should use libldapssl41.so (sl for HPUX). I
cannot find that file in the package. I found libssldap41.a only.
2.If I use libssldap41.a, I will get a lot of "Unresolved symbol" error:
/usr/lib/dld.sl: Unresolved symbol: NSS_SetDomesticPolicy (code) from
/opt/apache/libexec/auth_ldap.so
/usr/lib/dld.sl: Unresolved symbol: ldap_count_entries (code) from
/opt/apache/libexec/auth_ldap.so
/usr/lib/dld.sl: Unresolved symbol: SECKEY_DestroyPrivateKey (code) from
/apache/libexec/auth_ldap.so
/usr/lib/dld.sl: Unresolved symbol: SSL_OptionSet (code) from
/apache/libexec/auth_ldap.so
/usr/lib/dld.sl: Unresolved symbol: CERT_OpenCertDB (code) from
/opt/apache/libexec/auth_ldap.so
:
:
I checked the symbol SSL_OptionSet in the lib. It is defined in SDK 4.11
(libldapssl41), but not in 4.14 any library.
Any solution about this?
Thanks
Elwin Ho