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

OpenLdap install on Linux 9 (ITS#2589)



Full_Name: Christopher Andrews
Version: 2.1.21
OS: Red Hat Linux 9
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (152.2.91.48)


On install of openldap2.1.21, I have gone through and installed cyrus-sasl
2.1.13, openssl 0.9.7b and berkeleydb4.1.25.  I have been able to compile it
however when I run the 'make test' command, it is not loading the service and I
get the following error:

[root@halo openldap-2.1.21]# make test
cd tests; make test
make[1]: Entering directory `/installers/openldap-2.1.21/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: line 57: kill: (29136) - 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 `/installers/openldap-2.1.21/tests'
make: *** [test] Error 2

The tests/test-db/master.log displays the following:
@(#) $OpenLDAP: slapd 2.1.21 (Jun 10 2003 15:51:58) $
        andrewsc@halo.learn.unc.edu:/installers/openldap-2.1.21/servers/slapd
daemon_init: ldap://localhost:9009/
daemon_init: listen on ldap://localhost:9009/
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://localhost:9009/)
daemon: initialized ldap://localhost:9009/
daemon_init: 1 listeners opened
slapd init: initiated server.
slap_sasl_init: SASL version mismatch, got 201000a, wanted 201000d.
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.

Please help! thank you!
Chris