■Berkeley DBインストール
$ wget http://download.oracle.com/berkeley-db/db-4.3.29.tar.gz
$ tar xvzf db-4.3.29.tar.gz
$ cd db-4.3.29/cd build_unix
$ ../dist/configure --prefix=/usr
$ make
$ su -
# make install
■インストール確認
$ ls -la /usr/lib | grep libdb
■OpenLdapのインストール
$ tar xvzf openldap-2.2.23.tgz
$ cd openldap-2.2.23/
$ ./configure --without-cyrus-sasl
$ make depend
$ make
$ make test
$ su -
# make install
■インストール確認(rootのまま)
# /usr/local/libexec/slapd
# ldapsearch -s base +