Ignore:
Timestamp:
07/16/2007 06:45:17 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4406e1b7
Parents:
d2b98cd
Message:

Clarified the Apache HTTPD dependencies and added a note how to build APR-util with Berkeley DB support

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6905 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    rd2b98cd r870a50d  
    6868
    6969    <bridgehead renderas="sect4">Optional</bridgehead>
    70     <para role="optional">
    71     <!-- <xref linkend="db"/>, -->
    72     <xref linkend="gdbm"/>,
     70    <para role="optional"><!-- <xref linkend="db"/>, -->
    7371    <xref linkend="openssl"/>,
    7472    <xref linkend="openldap"/>,
    75     <xref linkend="postgresql"/>,
    76     <ulink url="http://sqlite.org/">SQLite</ulink>,
    7773    <xref linkend="pcre"/>,
    78     <xref linkend="pkgconfig"/>,
    79     <xref linkend="expat"/>,
    8074    <ulink url="http://apr.apache.org/">APR</ulink>,
    8175    <ulink url="http://apr.apache.org/">APR-util</ulink>, and
    8276    <ulink url="http://www.distcache.org/">distcache</ulink></para>
     77
     78    <bridgehead renderas="sect4">Optional (Only if Using the Bundled
     79    APR-util)</bridgehead>
     80    <para role="optional"><xref linkend="pkgconfig"/>,
     81    <xref linkend="expat"/>,
     82    <xref linkend="gdbm"/>,
     83    <xref linkend="postgresql"/>, and
     84    <ulink url="http://sqlite.org/">SQLite</ulink></para>
    8385
    8486    <para>Though you can install APR and APR-util as separate components,
     
    128130      information are listed in the <quote>Command Explanations</quote> section
    129131      below.</para>
     132
     133      <para>If you are using the bundled version of
     134      <application>APR-util</application> and you are going to install
     135      <application>Subversion</application> with
     136      <application>Berkeley DB</application> back-end support, ensure you use
     137      the parameters shown in the <quote>Command Explanations</quote> section
     138      below.</para>
    130139    </note>
    131140
     
    183192    <option>--enable-ldap</option> options to <command>configure</command>
    184193    and enabled the <application>OpenLDAP</application> modules.</para>
     194
     195    <para><option>--with-dbm=db45 --with-berkeley-db</option>: Use these
     196    parameters if you require <application>Berkeley DB</application> support in
     197    the bundled version of <application>APR-util</application> (required for
     198    <application>Berkeley DB</application> back-end support in
     199    <application>Subversion</application>).</para>
    185200
    186201    <para><command>chown root:root ...</command>: This command changes the
Note: See TracChangeset for help on using the changeset viewer.