glfs/server/other/openldap/openldap-exp.xml
Larry Lawrence ca2217b433 basicnet, server, content, x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@873 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 03:06:28 +00:00

21 lines
866 B
XML

<sect2>
<title>Installation command explanations</title>
<para><userinput>--prefix=/usr</userinput> : Sets the prefix for almost all the file
paths to <filename class="directory">/usr</filename>.</para>
<para><userinput>--sysconfdir=/etc</userinput> : Sets the configuration file directory to
avoid the default of <filename class="directory">/usr/etc</filename>.</para>
<para><userinput>--libexecdir=/usr/sbin</userinput> : Puts the server executables in
<filename class="directory">/usr/sbin</filename> instead of <filename
class="directory">/usr/libexec</filename>.</para>
<para><userinput>--enable-ldbm</userinput> : Enable the most recent version of the Berkeley DB.</para>
<para><userinput>--disable-debug</userinput> : Disable debugging code.</para>
<para><userinput>make test:</userinput> Validate correct build of the package.</para>
</sect2>