Installation of OpenLDAP
Install OpenLDAP by
running the following commands:
./configure --prefix=/usr --libexecdir=/usr/sbin \
--sysconfdir=/etc --localstatedir=/var/lib \
--disable-debug --enable-ldbm &&
make depend &&
make &&
make test &&
make install