[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
./scripts/test001-slapadd failed (exit 1) (ITS#2979)
Full_Name: Michael Prusov
Version: 2.1.25
OS: cygwin under Win2k
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (195.133.202.2)
Dear OpenLDAP,
I can't pass make test after building.
The phase test001-slapadd failed:
...
=> bdb_tool_entry_put( -1, "o=University of Michigan,c=US" )
bdb(o=University of Michigan,c=US): txn_begin interface requires an environment
configured for the transaction subsystem
=> bdb_tool_entry_put: txn_begin failed: Invalid argument (22)
slapadd: could not add entry dn="o=University of Michigan,c=US" (line=18):
txn_b
egin failed: Invalid argument (22)
...
I think this problem is from sldap process is not killed actually: construction
kill -HUP $PID is not killed this process because $PID not agree with real Win32
process id. I add statement
pskill slapd
into head of each your scripts and additional to test012-glue after internall
kill-command and all os ok!
So pskill is win32 utility (not standard).
Best regards,
Michael