我已执行以下步骤在我的 Redhat Linux 服务器上安装 OpenLdap:
1. untar the tar file
2. ./configure <--this ran successfully without error
3. make depend
4. make
5. make test <-- couldn't find any error
6. make install
7. started slapd: /usr/local/sbin/slapd
但是服务没有启动。我在ps -lef | grep slapd
输出中看不到任何 slapd 进程。当我运行时,我也看到了这一点:ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
可能是什么错误以及如何完全卸载OPENLDAP