The following options are for openLDAP version 2.2.xx that can differ from versions 2.0.XX and 2.1.XX.
We executed ./configure with the following options:
| -prefix=/usr | |
| -libexecdir='$prefix/lib' | |
| -sysconfdir=/etc | |
| -localstatedir=/var/run | |
| -mandir='$prefix/share/man' | |
| -with-subdir=ldap |
| -enable-syslog | |
| -enable-proctitle | |
| -enable-ipv6 | |
| -enable-local | |
| -with-cyrus-sasl | |
| -with-threads | |
| -with-tls | |
| -enable-dynamic | |
| -enable-slapd | |
| -enable-cleartext | |
| -enable-crypt | |
| -enable-spasswd | |
| -enable-modules | |
| -enable-aci | |
| -enable-rewrite | |
| -enable-rlookups | |
| -enable-slp | |
| -enable-wrappers | |
| -enable-bdb=yes | |
| -enable-dnssrv=mod | |
| -enable-ldap=mod | |
| -enable-ldbm=mod | |
| -with-ldbm-api=berkeley | |
| -enable-meta=mod | |
| -enable-monitor=mod | |
| -enable-null=mod | |
| -enable-passwd=mod | |
| -enable-perl=mod | |
| -enable-shell=mod | |
| -enable-sql=mod | |
Then do:
#make && make install