Changeset a9e1d249 for server/databases


Ignore:
Timestamp:
06/27/2012 12:58:23 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
f5084dd
Parents:
ef1957f8
Message:

Berkeley DB 5.3.21

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    ref1957f8 ra9e1d249  
    55  %general-entities;
    66
    7   <!ENTITY db-download-http "&sources-anduin-http;/d/db-&db-version;.tar.gz">
    8   <!ENTITY db-download-ftp  "&sources-anduin-ftp;/d/db-&db-version;.tar.gz">
    9   <!ENTITY db-md5sum        "5493fb5f7cc3915887c836b096f18773">
    10   <!ENTITY db-size          "33 MB">
    11   <!ENTITY db-buildsize     "264 MB (additional 100 MB to run parallel standard
    12     test suite)">
    13   <!ENTITY db-time          "0.8 SBU (add an additional 145 SBU to run parallel
    14     standard test suite)">
     7  <!ENTITY db-download-http
     8    "http://download.oracle.com/berkeley-db/db-&db-version;.tar.gz">
     9  <!ENTITY db-download-ftp  " ">
     10  <!ENTITY db-md5sum        "3fda0b004acdaa6fa350bfc41a3b95ca">
     11  <!ENTITY db-size          "34 MB">
     12  <!ENTITY db-buildsize     "265 MB">
     13  <!ENTITY db-time          "0.4 SBU">
    1514]>
    1615
     
    7877    <para role="optional">
    7978      <xref linkend="tcl"/>,
    80       <xref linkend="openjdk"/><!-- or <xref linkend="jdk"/>-->, and
     79      <xref linkend="openjdk"/><!-- or <xref linkend="jdk"/> -->, and
    8180      <xref linkend="sharutils"/> (for the <command>uudecode</command> command)
    8281    </para>
     
    8786  </sect2>
    8887
    89   <sect2 role="testing">
     88  <!-- <sect2 role="testing">
    9089    <title>Testing Berkeley DB</title>
    9190
     
    106105
    107106<screen><userinput>cd build_unix                         &amp;&amp;
    108 ../dist/configure --prefix=/usr       \
    109                   --enable-test       \
    110                   --enable-tcl        \
    111                   --enable-dbm        \
    112                   --with-tcl=/usr/lib &amp;&amp;
     107../dist/configure -&#45;prefix=/usr       \
     108                  -&#45;enable-test       \
     109                  -&#45;enable-tcl        \
     110                  -&#45;enable-dbm        \
     111                  -&#45;with-tcl=/usr/lib &amp;&amp;
    113112make</userinput></screen>
    114113
     
    145144      run the tests.
    146145    </para>
    147   </sect2>
     146  </sect2> -->
    148147
    149148  <sect2 role="installation" id="bdb-installation">
    150149    <title>Installation of Berkeley DB</title>
    151150
    152     <note>
     151    <!-- <note>
    153152      <para>
    154153        If you plan on installing <application>Berkeley DB</application> with
    155154        Java support, you should check the system for certain versions of
    156        <!-- <xref linkend="jdk"/> and--> <xref linkend="gmime"/>. Specifically, if
    157         <application>JDK</application>-6 Update X and the
     155       <xref linkend="jdk"/> and <xref linkend="gmime"/>. Specifically,
     156        if <application>JDK</application>-6 Update X and the
    158157        <command>uudecode</command> program from the
    159158        <application>GMime</application> program is on the system, the build
     
    161160        command shown below). You can run two commands
    162161        (<command>javac -version</command> and
    163         <command>uudecode --version</command>) to determine what versions are
     162        <command>uudecode -&#45;version</command>) to determine what versions are
    164163        installed. You can also download and run a shell script from
    165164        <ulink url="&files-anduin;/jdk-uudecode-check.sh"/> that will alert you
     
    169168      </para>
    170169
    171 <screen><userinput>uudecode="no" ../dist/configure --(use the parameters shown below)</userinput></screen>
    172     </note>
     170<screen><userinput>uudecode="no" ../dist/configure -&#45;(use the parameters shown below)</userinput></screen>
     171    </note> -->
    173172
    174173    <para>
     
    209208
    210209    <para>
    211       <parameter>--enable-compat185</parameter>: This switch enables building
     210      <option>--enable-compat185</option>: This switch enables building
    212211      the DB-1.85 compatibility API.
    213212    </para>
    214213
    215214    <para>
    216       <parameter>--enable-cxx</parameter>: This switch enables building C++ API
     215      <option>--enable-cxx</option>: This switch enables building C++ API
    217216      libraries.
    218217    </para>
    219218
    220219    <para>
    221       <parameter>--enable-tcl --with-tcl=/usr/lib</parameter>: Enables
    222       <application>Tcl</application> support in DB and creates the
    223       <filename class="libraryfile">libdb_tcl</filename> libraries.
    224     </para>
    225 
    226     <para>
    227       <parameter>--enable-dbm</parameter>: Enables legacy interface support
     220      <option>--enable-dbm</option>: Enables legacy interface support
    228221      needed by some older packages.
    229     </para>
    230 
    231     <para>
    232       <parameter>--enable-java</parameter>: Enables
    233       <application>Java</application> support in DB and creates the
    234       <filename class="libraryfile">libdb_java</filename> libraries.
    235222    </para>
    236223
     
    245232      ownership of various installed files from the uid:gid of the builder to
    246233      root:root.
     234    </para>
     235
     236    <para>
     237      <option>--enable-tcl --with-tcl=/usr/lib</option>: Enables
     238      <application>Tcl</application> support in DB and creates the
     239      <filename class="libraryfile">libdb_tcl</filename> libraries.
     240    </para>
     241
     242    <para>
     243      <option>--enable-java</option>: Enables
     244      <application>Java</application> support in DB and creates the
     245      <filename class="libraryfile">libdb_java</filename> libraries.
    247246    </para>
    248247  </sect2>
     
    258257      <seglistitem>
    259258        <seg>
    260           db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup,
    261           db_load, db_log_verify, db_printlog, db_recover, db_replicate,
    262           db_stat, db_tuner, db_upgrade and db_verify.
     259          db_archive,
     260          db_checkpoint,
     261          db_deadlock,
     262          db_dump,
     263          db_hotbackup,
     264          db_load,
     265          db_log_verify,
     266          db_printlog,
     267          db_recover,
     268          db_replicate,
     269          db_stat,
     270          db_tuner,
     271          db_upgrade and
     272          db_verify.
    263273        </seg>
    264274        <seg>
    265           libdb.so, libdb_cxx.so, libdb_java.so, libdb_tcl.so and db.jar.
     275          libdb.so and
     276          libdb_cxx.so
    266277        </seg>
    267278        <seg>/usr/share/doc/db-&db-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.