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

RE: Make test failed on Solaris (ITS#1631)



Since you have this complaint about libdb-3.2.so in your master.log, it
appears that you need to add some directories to your LD_LIBRARY_PATH
environment variable. The runtime linker ld.so needs to be able to find your
libdb library and it's apparently not in the default search locations.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-bugs@OpenLDAP.org
> [mailto:owner-openldap-bugs@OpenLDAP.org]On Behalf Of
> deepak_shah@hotmail.com
> Sent: Wednesday, March 06, 2002 9:10 PM
> To: openldap-its@OpenLDAP.org
> Subject: 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,