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

make test failure (ITS#1288)



Full_Name: Julie Cronin
Version: openldap-2.0.11
OS: SunOS 5.8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (207.56.64.194)


I've installed gdbm 1.8.0. Now I'm tryinging to install opendldap-2.0.11.

I ran "./configure", "make depend" and "make" commands successfully.
        
But when I run "make test" I get the below error:

>>>>> 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...
21544 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)
gmake[1]: *** [test-ldbm] Error 1
gmake[1]: Leaving directory `/m1/sysdev/encompass/openldap-2.0.11/tests'
gmake: *** [test] Error 2

So, I checked tests/test-db/master.log  and see the following message:

ld.so.1: ../servers/slapd/slapd: fatal: libgdbm.so.2: open failed: No
such file or directory

libgdbm.so.2 does exist in /usr/local/lib  and I did make the following
change to libtool:

LD="/usr/ccs/bin/ld -R/usr/local/lib", but it didn't help.

Any ideas? Please email me back at julie.cronin@endinfosys.com. I've 
been stuck on this for awhile now.

Thanks.

-JC