mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
fe88f5841a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1942 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
727 B
XML
18 lines
727 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><parameter>--with-expat=/usr</parameter>: Uses system installed
|
|
expat. <emphasis>If you have installed expat and do not use this switch, the
|
|
apache installation may overwrite some files from the expat installation.</emphasis></para>
|
|
<para><parameter>--enable-mods-shared=all</parameter>: We want modules
|
|
to be compiled and used as Dynamic Shared Objects
|
|
(<acronym>DSO</acronym>s) so they can be included and excluded from the
|
|
server using the run-time configuration directives.
|
|
</para>
|
|
|
|
<para><parameter>--enable-ssl</parameter>: Use this switch
|
|
to create the <filename class="libraryfile">mod_ssl</filename>
|
|
module and enable <acronym>SSL</acronym> support.</para>
|
|
|
|
</sect2>
|