OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : How to build only a LDAP client installation? | |
If you only need the OpenLDAP client libraries, e.g. as prerequisite to other LDAP client software which uses these libs, you can build without the LDAP server components. Example:
./configure --disable-slapd --disable-slurpd make depend make make installThis builds only the client libs and installs them into default locations (specify other configure options as necessary). | |
[Append to This Answer] |
Previous: | What do I do if REGEX is broken on my system? |
Next: | How do I build and configure dynamic backend modules? |
|