[Date Prev][Date Next] [Chronological] [Thread] [Top]

"make test" error when compile openldap-2.2.13



Dear Sir,

I install openldap-2.2.13 on RedHat EL4

#./configure --prefix=/usr/local/openldap Ok
#make depend Ok
#make Ok
#make test --ERROR:----
cd tests; make test
make[1]: Entering directory `/usr/local/src/openldap-2.2.13/tests'
make[2]: Entering directory `/usr/local/src/openldap-2.2.13/tests'
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 9011...
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...
./scripts/test000-rootdse: line 48: kill: (28042) - No such process
ldap_bind: Can't contact LDAP server (-1)
Test failed
./scripts/test000-rootdse failed (exit 1)
make[2]: *** [bdb-yes] Error 1
make[2]: Leaving directory `/usr/local/src/openldap-2.2.13/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/usr/local/src/openldap-2.2.13/tests'
make: *** [test] Error 2
----

Other versions of openldap, system gives same this ERROR.

Please help me to pass this error.

Thanks you,
---