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

RE: OpenLDAP installed on RH Linux 7.0 - Server doesn't come up f or "make test" (ITS#1129)



Check you ipchains or hosts.allow configuration - you must allow port 9009
connection in the former, and have "slapd: ALL" (or something more
restrictive, that allows both lo and eth0 to access it). Common mistake.

Regards,
Phil

+----------------------------------+
| Phil Mayers, Network Support     |
| Centre for Computing Services    |
| Imperial College                 |
+----------------------------------+  

-----Original Message-----
From: pvalente@mitre.org [mailto:pvalente@mitre.org]
Sent: 27 April 2001 20:04
To: openldap-its@OpenLDAP.org
Subject: OpenLDAP installed on RH Linux 7.0 - Server doesn't come up for
"make test" (ITS#1129)


Full_Name: Paul A. Valente
Version: 2.0.7
OS: Red hat Linux 7.0
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.29.4.1)


I noticed that there are some bug reports (#178, 156, & 166) that have a
similar
problem on RedHat Linux 6.x, and I'm using the gcc/g++ compiler and gdbm are
installed.  When I run ./configure, I do it without any options.

Thanks for your help.


Here is the message from "make test":

[root@localhost openldap-2.0.7]# make test
cd tests; make test
make[1]: Entering directory `/usr/local/openldap-2.0.7/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: (24241) - No such pid
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 `/usr/local/openldap-2.0.7/tests'
make: *** [test] Error 2
[root@localhost openldap-2.0.7]#