Author: randy
Date: 2006-04-27 16:53:16 -0600 (Thu, 27 Apr 2006)
New Revision: 5960
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/db.xml
Log:
Updated to Berkeley DB-4.4.20
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-04-27 22:50:10 UTC (rev 5959)
+++ trunk/BOOK/general.ent 2006-04-27 22:53:16 UTC (rev 5960)
@@ -1,4 +1,4 @@
-<!ENTITY day "27"> <!-- Always 2 digits -->
+<!ENTITY day "28"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -332,7 +332,7 @@
<!-- Ensure you check the library version number and update the
Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
-<!ENTITY db-version "4.4.16">
+<!ENTITY db-version "4.4.20">
<!-- End special note about Heimdal -->
<!ENTITY mysql-version "5.0.20a">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-27 22:50:10 UTC
(rev 5959)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-27 22:53:16 UTC
(rev 5960)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>April 28th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated to Berkeley DB-4.4.20.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 27th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml 2006-04-27 22:50:10 UTC (rev 5959)
+++ trunk/BOOK/server/databases/db.xml 2006-04-27 22:53:16 UTC (rev 5960)
@@ -4,26 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make
check</command>.</para> -->
-<!-- Dead link
<!ENTITY db-download-http
"http://downloads.sleepycat.com/db-&db-version;.tar.gz">
--->
- <!ENTITY db-download-http " ">
<!ENTITY db-download-ftp
"ftp://ftp.sleepycat.com/releases/db-&db-version;.tar.gz">
- <!ENTITY db-md5sum "ec58179a39695cab6512eee0db0d71b9">
- <!ENTITY db-size "8.1 MB">
- <!ENTITY db-buildsize "94 MB (additional 100 MB to run parallel standard
test suite)">
- <!ENTITY db-time "1.5 SBU (builds all bindings, add an additional
145 SBU to run parallel standard test suite)">
+ <!ENTITY db-md5sum "d84dff288a19186b136b0daf7067ade3">
+ <!ENTITY db-size "7.9 MB">
+ <!ENTITY db-buildsize "66.7 MB (additional 100 MB to run parallel
standard test suite)">
+ <!ENTITY db-time "1.4 SBU (builds all bindings, add an additional
145 SBU to run parallel standard test suite)">
]>
<sect1 id="db" xreflabel="Berkeley DB-&db-version;">
@@ -105,20 +91,22 @@
the following commands:</para>
<screen><userinput>cd build_unix &&
-../dist/configure --prefix=/usr --enable-test \
- --enable-tcl --with-tcl=/usr/lib &&
+../dist/configure --prefix=/usr \
+ --enable-test \
+ --enable-tcl \
+ --with-tcl=/usr/lib &&
make</userinput></screen>
<para>To test the results, start <command>tclsh</command>:</para>
<screen><userinput>tclsh</userinput></screen>
- <para>From the <command>tclsh</command> prompt (<prompt>%</prompt>),
+ <para>From the <command>tclsh</command> prompt (<prompt>% </prompt>),
run:</para>
-<screen><userinput><prompt>%</prompt>source ../test/test.tcl
-<prompt>%</prompt>run_parallel 5 run_std
-<prompt>%</prompt>exit</userinput></screen>
+<screen><userinput>source ../test/test.tcl
+run_parallel 5 run_std
+exit</userinput></screen>
<para>Clean up the source tree with the following command:</para>
@@ -130,7 +118,12 @@
<sect2 role="installation" id="bdb-installation">
<title>Installation of Berkeley DB</title>
- <para>Install <application>Berkeley DB</application> by running the
+ <para>The installation commands below are identical to the commands used
+ in the LFS book. If you installed <application>Berkeley DB</application>
+ in LFS, and you don't add anything to the <command>configure</command>
+ script, you'll end up with exactly what you already have. The additional
+ parameters you can use are listed in the Command Explanations section
+ below. Install <application>Berkeley DB</application> by running the
following commands:</para>
<screen><userinput>cd build_unix &&
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page