Changeset 4e7b1578 for server


Ignore:
Timestamp:
04/27/2006 10:53:16 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
fb2079c
Parents:
9b603d4
Message:

Updated to Berkeley DB-4.4.20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    r9b603d4 r4e7b1578  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 <!-- Dead link
    197  <!ENTITY db-download-http "http://downloads.sleepycat.com/db-&db-version;.tar.gz">
    20 -->
    21   <!ENTITY db-download-http " ">
    228  <!ENTITY db-download-ftp  "ftp://ftp.sleepycat.com/releases/db-&db-version;.tar.gz">
    23   <!ENTITY db-md5sum        "ec58179a39695cab6512eee0db0d71b9">
    24   <!ENTITY db-size          "8.1 MB">
    25   <!ENTITY db-buildsize     "94 MB (additional 100 MB to run parallel standard test suite)">
    26   <!ENTITY db-time          "1.5 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
     9  <!ENTITY db-md5sum        "d84dff288a19186b136b0daf7067ade3">
     10  <!ENTITY db-size          "7.9 MB">
     11  <!ENTITY db-buildsize     "66.7 MB (additional 100 MB to run parallel standard test suite)">
     12  <!ENTITY db-time          "1.4 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
    2713]>
    2814
     
    10692
    10793<screen><userinput>cd build_unix &amp;&amp;
    108 ../dist/configure --prefix=/usr --enable-test \
    109                   --enable-tcl  --with-tcl=/usr/lib &amp;&amp;
     94../dist/configure --prefix=/usr \
     95                  --enable-test \
     96                  --enable-tcl  \
     97                  --with-tcl=/usr/lib &amp;&amp;
    11098make</userinput></screen>
    11199
     
    114102<screen><userinput>tclsh</userinput></screen>
    115103
    116     <para>From the <command>tclsh</command> prompt (<prompt>%</prompt>),
     104    <para>From the <command>tclsh</command> prompt (<prompt>%&nbsp;</prompt>),
    117105    run:</para>
    118106
    119 <screen><userinput><prompt>%</prompt>source ../test/test.tcl
    120 <prompt>%</prompt>run_parallel 5 run_std
    121 <prompt>%</prompt>exit</userinput></screen>
     107<screen><userinput>source ../test/test.tcl
     108run_parallel 5 run_std
     109exit</userinput></screen>
    122110
    123111    <para>Clean up the source tree with the following command:</para>
     
    131119    <title>Installation of Berkeley DB</title>
    132120
    133     <para>Install <application>Berkeley DB</application> by running the
     121    <para>The installation commands below are identical to the commands used
     122    in the LFS book. If you installed <application>Berkeley DB</application>
     123    in LFS, and you don't add anything to the <command>configure</command>
     124    script, you'll end up with exactly what you already have. The additional
     125    parameters you can use are listed in the Command Explanations section
     126    below. Install <application>Berkeley DB</application> by running the
    134127    following commands:</para>
    135128
Note: See TracChangeset for help on using the changeset viewer.