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

trouble installing on RH 5.1



I'm trying to install openldap on a RedHat 5.1 box.  the make seems to go
fine, but when I do a make test, it doesn't get past the test001-ldif2ldbm
test. Here's the last couple of lines:

make[1]: Entering directory `/usr/local/install/ldap/tests'
Initiating LDAP tests...
>>>>> Executing all LDAP tests...
>>>>> Starting ./scripts/test001-ldif2ldbm ...
Cleaning up in ./test-db...
Running ldif2ldbm to build slapd database...
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...
ldapsearch failed!
>>>>> ./scripts/test001-ldif2ldbm failed (exit 1)
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/install/ldap/tests'
make: *** [test] Error 2

I compiled it with :
ifndef LDBMBACKEND
LDBMBACKEND=-DLDBM_USE_NDBM
endif
ifndef LDBMINCLUDE
LDBMINCLUDE=-I/usr/local/include
endif
ifndef LDBMLIB
LDBMLIB=-L/usr/local/lib -lgdbm
endif

in my Make-common file, too.

If anybody's been able to install it successfully on RedHat 5.1, could
somebody send me the procedures?

Thanks.
-------------------------
Richard M. Yumul
mailto:chewie@dtai.com
DTAI Incorporated
http://www.dtai.com
(619)542-1700 · fax:(619)542-8675