|
|
下面使出错信息:
cd tests; make test
make[1]: Entering directory `/home/sha/openldap-2.2.8/tests'
make[2]: Entering directory `/home/sha/openldap-2.2.8/tests'
Initiating LDAP tests for BDB...
Running ./scripts/all...
>>>>> Executing all LDAP tests for bdb
>>>>> Starting test000-rootdse ...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
./scripts/test000-rootdse: line 40: 23167 段错误 $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING >$LOG1 2>&1
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: line 48: kill: (23167) - 没有那个进程
ldap_bind: Can't contact LDAP server (-1)
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
make[2]: *** [bdb-yes] 错误 1
make[2]: Leaving directory `/home/sha/openldap-2.2.8/tests'
make[1]: *** [test] 错误 2
make[1]: Leaving directory `/home/sha/openldap-2.2.8/tests'
make: *** [test] 错误 2
哪里是问题的所在? |
|