【求助】紧急求救 openldap的安装问题 着急!!!

【求助】紧急求救 openldap的安装问题 着急!!!

我是新手,希望高手给予指点:
我在安装sa s l 和BerkeleyDB.4.2后,没有错误
继续安装openldap-2.2.24或者openldap-2.2.19时,进行到make  test这一步时,出现如下错误:
[root@fjwang openldap-2.2.19]# make test
cd tests; make test
make[1]: Entering directory `/root/openldap-2.2.19/tests'
make[2]: Entering directory `/root/openldap-2.2.19/tests'
Initiating LDAP tests for BDB...
Cleaning up test run directory leftover from previous run.
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...
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: (15564) - 没有那个进程
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 `/root/openldap-2.2.19/tests'
make[1]: *** [test] 错误 2
make[1]: Leaving directory `/root/openldap-2.2.19/tests'
make: *** [test] 错误 2
[root@fjwang openldap-2.2.19]#
我度重装了不下20遍了,还是这个错误,大家快救救我了,我的QQ:124351344
多谢多谢!小女在这厢有礼了      
帮不了忙, 帮这顶..........

查看一下 install 文档,  看看 /var/log/messages 中有没有错误记录      
If you are using 4.2.52, please apply these two patches:<o:p></o:p>

       # wget [url="http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz"]http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz[/url]
# wget [url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"]http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1[/url]
# wget [url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2"]http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2[/url] <o:p></o:p>

   # gzip ?d db-4.2.52.tar.gz
# tar xvf db-4.2.52.tar
# chmod u+w db-4.2.52/mp/mp_fget.c
# chmod u+w db-4.2.52/lock/lock.c
# cd db-4.2.52
# patch -i ../patch.4.2.52.1
# patch -i ../patch.4.2.52.2

You may find my HOW-TOs useful.

http://web.singnet.com.sg/~garyttt/

Gary      
root@smb_pdc:/usr/src/db-4.2.52# patch -i ../patch.4.2.52.2
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|*** lock/lock.c.save   2004-01-30 10:48:33.000000000 -0800
|--- lock/lock.c        2004-01-30 10:55:58.000000000 -0800
--------------------------
File to patch:
root@smb_pdc:/usr/src/db-4.2.52# patch -i ../patch.4.2.52.3
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|--- java/src/com/sleepycat/db/DbEnv.java       2003-12-03 16:26:27.000000000 -0500
|+++ java/src/com/sleepycat/db/DbEnv.java       2004-03-18 15:15:42.000000000 -0500
--------------------------
File to patch:
root@smb_pdc:/usr/src/db-4.2.52# patch -i ../patch.4.2.52.4
can't find file to patch at input line 3
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|*** btree/bt_rec.c.orig        Tue Mar 22 09:41:49 2005
|--- btree/bt_rec.c     Tue Mar 22 09:42:11 2005
--------------------------
File to patch:

What's means for file to patch: