Author: randy
Date: 2007-07-16 12:45:17 -0600 (Mon, 16 Jul 2007)
New Revision: 6905
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/apache.xml
Log:
Clarified the Apache HTTPD dependencies and added a note how to build APR-util
with Berkeley DB support
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-16 15:12:07 UTC
(rev 6904)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-16 18:45:17 UTC
(rev 6905)
@@ -45,6 +45,10 @@
<para>July 16th, 2007</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Clarified the Apache HTTPD dependencies and added
+ a note how to build APR-util with Berkeley DB support.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to JUnit-4.3.1.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/server/major/apache.xml
===================================================================
--- trunk/BOOK/server/major/apache.xml 2007-07-16 15:12:07 UTC (rev 6904)
+++ trunk/BOOK/server/major/apache.xml 2007-07-16 18:45:17 UTC (rev 6905)
@@ -67,20 +67,22 @@
<bridgehead renderas="sect3">Apache Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional">
- <!-- <xref linkend="db"/>, -->
- <xref linkend="gdbm"/>,
+ <para role="optional"><!-- <xref linkend="db"/>, -->
<xref linkend="openssl"/>,
<xref linkend="openldap"/>,
- <xref linkend="postgresql"/>,
- <ulink url="http://sqlite.org/">SQLite</ulink>,
<xref linkend="pcre"/>,
- <xref linkend="pkgconfig"/>,
- <xref linkend="expat"/>,
<ulink url="http://apr.apache.org/">APR</ulink>,
<ulink url="http://apr.apache.org/">APR-util</ulink>, and
<ulink url="http://www.distcache.org/">distcache</ulink></para>
+ <bridgehead renderas="sect4">Optional (Only if Using the Bundled
+ APR-util)</bridgehead>
+ <para role="optional"><xref linkend="pkgconfig"/>,
+ <xref linkend="expat"/>,
+ <xref linkend="gdbm"/>,
+ <xref linkend="postgresql"/>, and
+ <ulink url="http://sqlite.org/">SQLite</ulink></para>
+
<para>Though you can install APR and APR-util as separate components,
it is recommended to use the bundled versions that come with the Apache
HTTPD tarball.</para>
@@ -127,6 +129,13 @@
aren't described or mentioned in the <parameter>--help</parameter>
information are listed in the <quote>Command Explanations</quote> section
below.</para>
+
+ <para>If you are using the bundled version of
+ <application>APR-util</application> and you are going to install
+ <application>Subversion</application> with
+ <application>Berkeley DB</application> back-end support, ensure you use
+ the parameters shown in the <quote>Command Explanations</quote> section
+ below.</para>
</note>
<para>Build and install <application>Apache</application> by running the
@@ -183,6 +192,12 @@
<option>--enable-ldap</option> options to <command>configure</command>
and enabled the <application>OpenLDAP</application> modules.</para>
+ <para><option>--with-dbm=db45 --with-berkeley-db</option>: Use these
+ parameters if you require <application>Berkeley DB</application> support in
+ the bundled version of <application>APR-util</application> (required for
+ <application>Berkeley DB</application> back-end support in
+ <application>Subversion</application>).</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