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

test failed



Hi list,
I am trying to install openLDAP,
(RH 7.3  Kernel 2.4.19)
there wasnt any error for make depend and make
but after make test " Cant connect LDAP server" error is generated
What must I do to eleminate this error

here is complete output:
[shahin@proxy openldap-2.1.12]$ make test
cd tests; make test
make[1]: Entering directory `/home/shahin/openLDAP/openldap-2.1.12/tests'
ln: `./data': cannot overwrite directory
make[1]: [test-bdb] Error 1 (ignored)
ln: `./schema': File exists
make[1]: [test-bdb] Error 1 (ignored)
ln: `ucdata/liblunicode': File exists
make[1]: [test-bdb] Error 1 (ignored)
Initiating LDAP tests for BDB...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: bdb
>>>>> Starting test000-rootdse ...
running defines.sh
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
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: kill: (7568) - No such process
ldap_bind: Can't contact LDAP server (81)
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
make[1]: *** [test-bdb] Error 1
make[1]: Leaving directory `/home/shahin/openLDAP/openldap-2.1.12/tests'
make: *** [test] Error 2

Shahin