glfs/server/other/openldap/openldap-inst.xml
Igor Živković 9a9a0fecd6 updated to OpenLDAP-2.1.22
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1175 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-23 16:50:24 +00:00

16 lines
490 B
XML

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