[Date Prev][Date Next] [Chronological] [Thread] [Top]

Compiling with ldapd enabled



I've tried to compile the openldap package several times now (about 10) using different variations of --enable-ldapd and --enable-ldapd=yes etc and ldapd will not compile.

I'm trying:

./configure --enable-ldapd
make depend
make
make tests
make install

Make depend reports that I did not put --enable-ldapd on the command line. I've went has far as deleting the directory totally, re-untarring the file and starting again only to find it is not working at all.

I can build all of the tools and daemons except ldapd. Is there a trick to building the ldapd daemon as well as slapd and slurpd?