(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Answer) 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 install
This builds only the client libs and installs them into default locations (specify other configure options as necessary).
[Append to This Answer]
Previous: (Answer) What do I do if REGEX is broken on my system?
Next: (Answer) How do I build and configure dynamic backend modules?
This document is: http://www.openldap.org/faq/index.cgi?file=897
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org