glfs/server/other/openldap/openldap-inst.xml
Bruce Dubbs 97c2592396 Adding ldap files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@639 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-01 06:42:31 +00:00

15 lines
376 B
XML

<sect2>
<title>Installation of OpenLDAP</title>
<para>Install OpenLDAP by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-debug \
--libexecdir=/usr/sbin --enable-ldbm &amp;&amp;
make depend &amp;&amp;
make &amp;&amp;
make test &amp;&amp;
make install &amp;&amp;
</userinput></screen></para>
</sect2>