Hi all,
I built openldap-2.3.42 on HPUX IA 11.23 platform with aCC compiler. when i do gmake test it is giving as
/**************************************************************************************/ cd tests; make test Initiating LDAP tests for BDB... Running ./scripts/all...
Executing all LDAP tests for bdb Starting test000-rootdse ...
running defines.sh Starting slapd on TCP/IP port 9111... Using ldapsearch to retrieve the root DSE... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... Waiting 5 seconds for slapd to start... kill: 5499: The specified process does not exist. ldap_bind: Can't contact LDAP server (-1)
Test failed ./scripts/test000-rootdse failed (exit 1)
/*******************************************************************************/
i am able to start the slapd deamon successfully. when i do ldapsearch/ldapadd , it is automatically killing slapd deamon .
when i started slapd deamon and used ldapadd command, the slapd deamon is terminating with this error /******************************************************/ daemon: activity on 1 descriptor
slap_listener(ldap:///)
Bus error(coredump) /*********************************************************/ and ldapadd terminating with this error: ldap_result: Can't contact LDAP server (-1)
can you help me out in this issue.
Thanks in Advance, Jaipal P.