glfs/server/other/openldap/openldap-exp.xml
Larry Lawrence ca89a83575 gdbm -> GDBM
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1240 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-29 16:32:43 +00:00

21 lines
819 B
XML

<sect2>
<title>Command explanations</title>
<para><command>--sysconfdir=/etc</command> : Sets the configuration file directory to
avoid the default of <filename class="directory">/usr/etc</filename>.</para>
<para><command>--libexecdir=/usr/sbin</command> : Puts the server executables in
<filename class="directory">/usr/sbin</filename> instead of <filename
class="directory">/usr/libexec</filename>.</para>
<para><command>--enable-ldbm</command> : Build <command>slapd</command>
with primary database backend using either <application>Berkeley
DB</application> or
<application><acronym>GNU</acronym> Database Manager</application>.</para>
<para><command>--disable-debug</command> : Disable debugging code.</para>
<para><command>make test</command> : Validate correct build of the package.</para>
</sect2>