glfs/server/other/openldap/openldap-inst.xml
Larry Lawrence c47b5f1168 edits from blfs-dev and bug reports
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1044 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-08 19:55:35 +00:00

14 lines
462 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 --sysconfdir=/etc --disable-debug \
--libexecdir=/usr/sbin --enable-ldbm &amp;&amp;
make depend &amp;&amp;
make &amp;&amp;
make test &amp;&amp;
make install</command></userinput></screen>
</sect2>