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

RE: Install Make Test Errors



Have you considered each of the answers provided
in the FAQ?
  http://www.openldap.org/faq/index.cgi?file=345

Kurt

At 01:58 PM 2002-08-07, Lauri Bettencourt wrote:
>Hello:
>
>I have configured OpenLDAP-2.0.23 as follows:
>
>CPPFLAGS="-I/usr/local/BerkeleyDB.3.3/include -L/usr/local/BerkeleyDB.3.3/lib -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/lib" CC=gcc ./configure --with-tcp-wrappers --with-cyrus-sasl
>
>make depend && make && make test
>
>I get the following results from the make test:
>
>cd tests; make test
>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: no such process
>ldap_bind: Can't contact LDAP server
>>>>>> Test failed
>>>>>> ./scripts/test000-rootdse failed (exit 1)
>*** Error code 1
>make: Fatal error: Command failed for target `test-ldbm'
>Current working directory /usr/local/src/openldap-2.0.23/tests
>*** Error code 1
>make: Fatal error: Command failed for target `test'
>
>I have run the configure without tcp-wrappers and this doesn't correct the problem.
>
>If any further information is necessary for assistance please let me know.
>
>Thanks,
>
>Lauri Bettencourt
>
>