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

Make test failed on Solaris (ITS#1631)



Full_Name: Deepak Shah
Version: 2.0.23
OS: SunOS 5.7
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (203.200.28.130)


Hi,

I am trying to "build" latest stable version of openldap on solaris.
Everything worked fien till make (with some warnings), but the make test gives
following error messages. 

I checked master.log and it shows :
-------------------------------------------------------------------------------
ld.so.1: ../servers/slapd/slapd: fatal: libdb-3.2.so: open failed: No such file
or directory   
-------------------------------------------------------------------------------

make test shows following errors:
-------------------------------------------------------------------------------
make test
cd tests; make test
make[1]: Entering directory `/usr/local/openldap/openldap-2.0.23/tests'
ln: cannot create ./data: File exists
make[1]: [test-ldbm] Error 2 (ignored)
ln: cannot create ./schema: File exists
make[1]: [test-ldbm] Error 2 (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...
11475 Killed
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: 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 `/usr/local/openldap/openldap-2.0.23/tests'
make: *** [test] Error 2       
-------------------------------------------------------------------------------

It looks that lot of people are facing exactly same problem.

Regards,