次の手順を実行して、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
しかし、サービスは開始されていません。出力に slapd プロセスが表示されませんps -lef | grep slapd
。また、実行すると次のように表示されます。ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)
エラーの可能性と、完全にアンインストールするにはどうすればよいですかOPENLDAP