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

Make Test on Windows 2000 Server with LDAP 2.0.25 and cygwin 1.3.12-2



I am trying to install LDAP and everything was going ok. But when I tried to run a Test install (make test), the step 1 passed. When started step 2, it stops:
 
$ make test
cd tests; make test
make[1]: Entering directory `/openldap-2.0.25/tests'
ln: `./data': cannot overwrite directory
make[1]: [test-ldbm] Error 1 (ignored)
ln: `./schema': File exists
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...
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
supportedFeatures: 1.3.6.1.4.1.4203.1.5.1
supportedLDAPVersion: 2
supportedLDAPVersion: 3
subschemaSubentry: cn=Subschema
 
>>>>> Test succeeded
>>>>> ./scripts/test000-rootdse completed OK.
>>>>> waiting 20 seconds for things to exit
 
>>>>> Starting test001-slapadd ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Running slapadd to build slapd database...
Starting slapd on TCP/IP port 9009...
./scripts/test001-slapadd: cannot create ./test-db/master.log: permission denied
 
Using ldapsearch to retrieve all the entries...
 
 
And hangs the test.
Any idea? I am logged as Administrator.
 
 
PS: I didn't install all modules of cygwin. Maybe any modules is missing. If so, what module is missing??
 
Tks in advance,
 
Lee