[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
re: errors on "make test" (ITS#1857)
Full_Name: paul vu
Version: 2.0.23
OS: redhat 7.3
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (132.190.12.40)
i have problems binding with Berkeley DB on openLDAP
have any of you encountered any of these messages?
../servers/slapd/slapd: error while loading shared libraries: libdb-4.0.so:
cann
ot open shared object file: No such file or directory
ldap_bind: Can't contact LDAP server
[root@spiderman openldap-2.0.23]# make test
cd tests; make test
make[1]: Entering directory `/etc/openldap/openldap-2.0.23/tests'
ln: `./data': cannot overwrite directory
make[1]: [test-ldbm] Error 1 (ignored)
ln: `./schema': File exists
make[1]: [test-ldbm] Error 1 (ignored)
Initiating LDAP tests for LDBM...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: ldbm
>>>>> Starting test000-rootdse ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
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: (2022) - No such process
ldap_bind: Can't contact LDAP server
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
make[1]: *** [test-ldbm] Error 1
make[1]: Leaving directory `/etc/openldap/openldap-2.0.23/tests'
make: *** [test] Error 2
any suggestions??
thanks alot!!