Re: LDAP C SDK 5.08 lib on HPUX-11

2005-03-02 Thread Anton Bobrov
just tried 5.08 on hpux 11.11 and it works just fine, both 32 and 64 bits. cert, key and secmod are same i use on all other platforms for tests. The 5.06 version yields the same results. I would like to try a 4.x version and see if it has the same issue, but I'm unable to find any 4.x binaries any

Re: LDAP C SDK 5.08 lib on HPUX-11

2005-03-02 Thread Dave Wilcoxson
The 5.06 version yields the same results. I would like to try a 4.x version and see if it has the same issue, but I'm unable to find any 4.x binaries any more. There are no linker errors (at compile time or runtime), the only problem is that the ldapssl_client_init always returns -1. I've tried

Re: LDAP C SDK 5.08 lib on HPUX-11

2005-03-01 Thread Anton Bobrov
any error/warning messages from runtime linker and the like? and can you try version 5.06 [from the same site] as well? Dave Wilcoxson wrote: Van Vuong wrote: 2. SSL fails on HP platform, works fine on WinNT, AIX and Solaris. Is this a known problem on HP ? Sample code if ( ldapssl_cl

Re: LDAP C SDK 5.08 lib on HPUX-11

2005-02-25 Thread Dave Wilcoxson
Van Vuong wrote: > > 2. SSL fails on HP platform, works fine on WinNT, AIX and Solaris. > Is this a known problem on HP ? > Sample code > if ( ldapssl_client_init( certdbpath, > NULL // certdbhandle, Pass a NULL value for this. (This parameter > is not used currently.) >

LDAP C SDK 5.08 lib on HPUX-11

2004-01-27 Thread Van Vuong
Hi, I have a problem using the LDAP C SDK 5.08 lib on the HPUX-11 platform. 1. LDAP_OPT_RECONNECT option is not supported on this platform. Sample code: int iversion = LDAP_VERSION3; if ((err = ::ldap_set_option (m_ld, LDAP_OPT_PROTOCOL_VERSION, &iversion)) != 0) { T.sys