Changeset de7f20e for server/databases


Ignore:
Timestamp:
07/19/2009 02:13:01 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
93e69186
Parents:
bcb166a
Message:

Added Berkeley DB dependencies as it is no longer built in LFS

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    rbcb166a rde7f20e  
    3030    <title>Introduction to Berkeley DB</title>
    3131
    32     <para>The <application>Berkeley DB</application> package contains programs
     32    <!-- <para>The <application>Berkeley DB</application> package contains programs
    3333    and utilities used by many other applications for database related
    3434    functions. This package is also installed during LFS and may already exist
     
    3636    reinstall it if you need the additional language bindings or the RPC
    3737    server. If you do reinstall <application>Berkeley DB</application>, ensure
    38     you use the &lfs-bdb-version; version used in the LFS book.</para>
     38    you use the &lfs-bdb-version; version used in the LFS book.</para> -->
     39
     40    <para>The <application>Berkeley DB</application> package contains programs
     41    and utilities used by many other applications for database related
     42    functions.</para>
    3943
    4044    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    129133    <title>Installation of Berkeley DB</title>
    130134
    131     <para>The installation commands below are identical to the commands used
     135    <!-- <para>The installation commands below are identical to the commands used
    132136    in the LFS book. If you installed <application>Berkeley DB</application>
    133137    in LFS, and you don't add anything to the <command>configure</command>
    134138    script, you'll end up with exactly what you already have. The additional
    135139    parameters you can use are listed in the Command Explanations section
    136     below.</para>
     140    below.</para> -->
    137141
    138142    <note>
     
    218222    <title>Contents</title>
    219223
    220     <para>Only the program and libraries not installed in LFS are listed here,
     224    <!-- <para>Only the program and libraries not installed in LFS are listed here,
    221225    the others can be found at <ulink
    222226    url="&lfs-root;/chapter06/db.html#contents-db"/> as they were initially
    223     installed during the building of LFS.</para>
     227    installed during the building of LFS.</para> -->
    224228
    225229    <segmentedlist>
    226       <segtitle>Installed Program</segtitle>
     230      <segtitle>Installed Programs</segtitle>
    227231      <segtitle>Installed Libraries</segtitle>
    228232      <segtitle>Installed Directory</segtitle>
    229233
    230234      <seglistitem>
    231         <seg>berkeley_db_svc</seg>
    232         <seg>libdb_java.{so,a}, libdb_tcl.{so,a} and db.jar</seg>
     235        <seg>berkeley_db_svc, db_archive, db_checkpoint, db_deadlock, db_dump,
     236        db_load, db_printlog, db_recover, db_stat, db_upgrade, db_verify</seg>
     237        <seg>libdb.{so,a}, libdb_cxx.{so,a}, libdb_java.{so,a},
     238        libdb_tcl.{so,a} and db.jar</seg>
    233239        <seg>/usr/share/doc/db-&db-version;</seg>
    234240      </seglistitem>
     
    251257      </varlistentry>
    252258
    253       <!-- These are left in so that if LFS ever dumps BDB, it is easy to
    254            restore this information
    255 
    256259      <varlistentry id="db_archive">
    257260        <term><command>db_archive</command></term>
     
    361364      </varlistentry>
    362365
    363       -->
    364 
    365366    </variablelist>
    366367
Note: See TracChangeset for help on using the changeset viewer.