OpenLDAP Faq-O-Matic : OpenLDAP Developer's FAQ : Porting OpenLDAP : Porting to Cygwin : Running configure | |
After installing POSIX regex, you can successfully run configure!
$ LIBS=-lgnuregex ./configure --disable-ldbm --enable-ldap \ --enable-passwd --enable-shell | |
Configure options are now (OpenLDAP 2.1.12) : ./configure --disable-bdb --enable-ldap --enable-passwd --enable-shell --without-threads | |
For OpenLDAP 2.20.0 on Cygwin I also had to add the following to enable the LDBM database backend: --enable-ldbm | |
Sorry, in the last comment I meant version 2.1.20.
| |
[Append to This Answer] |
Previous: | POSIX Regex |
|