Author: randy
Date: 2010-11-16 17:10:06 -0700 (Tue, 16 Nov 2010)
New Revision: 8696

Modified:
   trunk/BOOK/server/major/apache.xml
Log:
Added an optional parameter in the 'Command Explanations' section of the Apache 
HTTPD instructions to use the internal APR if necessary

Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml  2010-11-16 23:33:39 UTC (rev 8695)
+++ trunk/BOOK/server/major/apache.xml  2010-11-17 00:10:06 UTC (rev 8696)
@@ -244,6 +244,12 @@
     <para><option>--with-mysql</option>: Add this parameter to use the system
     installed version of <application>MySQL</application>.</para>
 
+    <para><option>--with-included-apr</option>: Add this parameter to use the
+    bundled version of the APR system. The default is to use a
+    system-installed version, if one if available. Use this parameter to force
+    the build to use and then install (overwriting the existing APR) the
+    internal (bundled) copy of the APR.</para>
+
     <para><command>chown root:root ...</command>: This command changes the
     ownership of some installed files, the result of building the package as
     a user other than <systemitem class="username">root</systemitem>.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to