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

make test correct?



Hi,

while performing the make test (openldap-2.0.11 & berkeleyDB 3.1.17), I have the
following:

> env CPPFLAGS="-I/home/rachel/db/include" LDFLAGS="-L/home/rachel/db/lib"
./configure --prefix=/home/rachel/openldap --with-ldbm-api=berkeley

================================================================
[~/openldap-2.0.11]lab4% make testcd tests; make test
make[1]: Entering directory `/home/rachel/openldap-2.0.11/tests'
ln: ./data: cannot overwrite directory		<---- ??
make[1]: [test-ldbm] Error 1 (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...
Waiting 5 seconds for slapd to start...
dn:
namingContexts: o=OpenLDAP Project,l=Internet
supportedControl: 2.16.840.1.113730.3.4.2
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedLDAPVersion: 2
supportedLDAPVersion: 3
subschemaSubentry: cn=Subschema
===============================================================

although the test was successful for all the 10 test, I found the

>Error1 (ignored)          //the one shown above

Is it alright? Did I miss out something? Please reply soon. Thanks.

Thanks,
Rachel