SDK 5.0

2001-06-11 Thread HO,ELWIN (HP-Cupertino,ex1)
Hi Does any one why the following code doesn't work in Netscape SDK 5.0(return -1 always)? It works in SDK 4.x. Thanks Elwin ho - Environment: HPUX 11.00 SDK: iPlanet Directory SDK for C 5.0 (HP-UX 11.0 debugged) #include "ldap.h" #include "ldap_ssl.h" main ()

RE: SDK 5.0 failed

2001-05-14 Thread HO,ELWIN (HP-Cupertino,ex1)
me/elwinho/.netscape/cert7.db. Please advise Thanks Elwin Ho -Original Message- From: Michael Hein [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 12, 2001 10:32 AM To: [EMAIL PROTECTED] Subject: Re: SDK 5.0 failed Is the certificate part of your path? If so, try to take it out. Mic

SDK 5.0 failed

2001-05-11 Thread HO,ELWIN (HP-Cupertino,ex1)
Hi Anyone use "iPlanet Directory SDK for C 5.0 HP-UX 11.0 optimize" before. I tried this lib for SSL connection. The code is like this. (From auth_ldap) -- if ( ldapssl_client_init(path, NULL) != 0) return "Could not initialize SSL client"; else return NULL; - I

Netscape Directory SDK for C 4.14 unresolved symbol

2001-05-07 Thread HO,ELWIN (HP-Cupertino,ex1)
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 fo

RE: LDAP SDK name conflict with Openssl

2001-05-07 Thread HO,ELWIN (HP-Cupertino,ex1)
uld download it from somewhere else. Thanks ELwin > -Original Message- > From: Michael Hein [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 02, 2001 12:31 PM > To: [EMAIL PROTECTED] > Subject: Re: LDAP SDK name conflict with Openssl > > "HO,ELWIN , HP-C

RE: LDAP SDK name conflict with Openssl

2001-05-02 Thread HO,ELWIN (HP-Cupertino,ex1)
with Openssl "HO,ELWIN , HP-Cupertino,ex1" wrote: > Hi, > > I have a project about authenticate user to access web resource by using > Apache web server and aut_ldap. > > I build the LDAP Apache module(auth_ldap) with Netscape LDAP SDK 4.1. (Our > Apache built with Ope

LDAP SDK name conflict with Openssl

2001-04-30 Thread HO,ELWIN (HP-Cupertino,ex1)
Hi, I have a project about authenticate user to access web resource by using Apache web server and aut_ldap. I build the LDAP Apache module(auth_ldap) with Netscape LDAP SDK 4.1. (Our Apache built with OpenSSL 0.96a) There aren't problems to build the module, but the web server cannot start aft