Author: andy
Date: 2012-06-27 06:58:23 -0600 (Wed, 27 Jun 2012)
New Revision: 10369
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/db.xml
Log:
Berkeley DB 5.3.21
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-06-27 11:33:40 UTC (rev 10368)
+++ trunk/BOOK/general.ent 2012-06-27 12:58:23 UTC (rev 10369)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "June 26th, &year;">
+<!ENTITY releasedate "June 27th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -597,7 +597,7 @@
-->
<!-- Chapter 22 -->
-<!ENTITY db-version "5.3.15">
+<!ENTITY db-version "5.3.21">
<!ENTITY mysql-version "5.5.17">
<!ENTITY postgresql-version "9.0.6">
<!ENTITY sqlite-version "3.7.12.1">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-06-27 11:33:40 UTC
(rev 10368)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-06-27 12:58:23 UTC
(rev 10369)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>June 27th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[abenton] - Updated Berkeley DB to 5.3.21.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 26th, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/databases/db.xml
===================================================================
--- trunk/BOOK/server/databases/db.xml 2012-06-27 11:33:40 UTC (rev 10368)
+++ trunk/BOOK/server/databases/db.xml 2012-06-27 12:58:23 UTC (rev 10369)
@@ -4,14 +4,13 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY db-download-http "&sources-anduin-http;/d/db-&db-version;.tar.gz">
- <!ENTITY db-download-ftp "&sources-anduin-ftp;/d/db-&db-version;.tar.gz">
- <!ENTITY db-md5sum "5493fb5f7cc3915887c836b096f18773">
- <!ENTITY db-size "33 MB">
- <!ENTITY db-buildsize "264 MB (additional 100 MB to run parallel standard
- test suite)">
- <!ENTITY db-time "0.8 SBU (add an additional 145 SBU to run parallel
- standard test suite)">
+ <!ENTITY db-download-http
+ "http://download.oracle.com/berkeley-db/db-&db-version;.tar.gz">
+ <!ENTITY db-download-ftp " ">
+ <!ENTITY db-md5sum "3fda0b004acdaa6fa350bfc41a3b95ca">
+ <!ENTITY db-size "34 MB">
+ <!ENTITY db-buildsize "265 MB">
+ <!ENTITY db-time "0.4 SBU">
]>
<sect1 id="db" xreflabel="Berkeley DB-&db-version;">
@@ -77,7 +76,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="tcl"/>,
- <xref linkend="openjdk"/><!-- or <xref linkend="jdk"/>-->, and
+ <xref linkend="openjdk"/><!-- or <xref linkend="jdk"/> -->, and
<xref linkend="sharutils"/> (for the <command>uudecode</command> command)
</para>
@@ -86,7 +85,7 @@
</para>
</sect2>
- <sect2 role="testing">
+ <!-- <sect2 role="testing">
<title>Testing Berkeley DB</title>
<para>
@@ -105,11 +104,11 @@
</para>
<screen><userinput>cd build_unix &&
-../dist/configure --prefix=/usr \
- --enable-test \
- --enable-tcl \
- --enable-dbm \
- --with-tcl=/usr/lib &&
+../dist/configure --prefix=/usr \
+ --enable-test \
+ --enable-tcl \
+ --enable-dbm \
+ --with-tcl=/usr/lib &&
make</userinput></screen>
<para>
@@ -144,23 +143,23 @@
<filename>README</filename> in each directory for instructions on how to
run the tests.
</para>
- </sect2>
+ </sect2> -->
<sect2 role="installation" id="bdb-installation">
<title>Installation of Berkeley DB</title>
- <note>
+ <!-- <note>
<para>
If you plan on installing <application>Berkeley DB</application> with
Java support, you should check the system for certain versions of
- <!-- <xref linkend="jdk"/> and--> <xref linkend="gmime"/>.
Specifically, if
- <application>JDK</application>-6 Update X and the
+ <xref linkend="jdk"/> and <xref linkend="gmime"/>. Specifically,
+ if <application>JDK</application>-6 Update X and the
<command>uudecode</command> program from the
<application>GMime</application> program is on the system, the build
will fail (unless you run the modified <command>./configure</command>
command shown below). You can run two commands
(<command>javac -version</command> and
- <command>uudecode --version</command>) to determine what versions are
+ <command>uudecode --version</command>) to determine what versions
are
installed. You can also download and run a shell script from
<ulink url="&files-anduin;/jdk-uudecode-check.sh"/> that will alert you
to a non-working condition. If the identified programs exist on the
@@ -168,8 +167,8 @@
shown below.
</para>
-<screen><userinput>uudecode="no" ../dist/configure --(use the parameters shown
below)</userinput></screen>
- </note>
+<screen><userinput>uudecode="no" ../dist/configure --(use the parameters
shown below)</userinput></screen>
+ </note> -->
<para>
Install <application>Berkeley DB</application> by running the following
@@ -208,33 +207,21 @@
</para>
<para>
- <parameter>--enable-compat185</parameter>: This switch enables building
+ <option>--enable-compat185</option>: This switch enables building
the DB-1.85 compatibility API.
</para>
<para>
- <parameter>--enable-cxx</parameter>: This switch enables building C++ API
+ <option>--enable-cxx</option>: This switch enables building C++ API
libraries.
</para>
<para>
- <parameter>--enable-tcl --with-tcl=/usr/lib</parameter>: Enables
- <application>Tcl</application> support in DB and creates the
- <filename class="libraryfile">libdb_tcl</filename> libraries.
- </para>
-
- <para>
- <parameter>--enable-dbm</parameter>: Enables legacy interface support
+ <option>--enable-dbm</option>: Enables legacy interface support
needed by some older packages.
</para>
<para>
- <parameter>--enable-java</parameter>: Enables
- <application>Java</application> support in DB and creates the
- <filename class="libraryfile">libdb_java</filename> libraries.
- </para>
-
- <para>
<command>make docdir=/usr/share/doc/db-&db-version; install</command>:
This installs the documentation in the standard location instead of
<filename class="directory">/usr/docs</filename>.
@@ -245,6 +232,18 @@
ownership of various installed files from the uid:gid of the builder to
root:root.
</para>
+
+ <para>
+ <option>--enable-tcl --with-tcl=/usr/lib</option>: Enables
+ <application>Tcl</application> support in DB and creates the
+ <filename class="libraryfile">libdb_tcl</filename> libraries.
+ </para>
+
+ <para>
+ <option>--enable-java</option>: Enables
+ <application>Java</application> support in DB and creates the
+ <filename class="libraryfile">libdb_java</filename> libraries.
+ </para>
</sect2>
<sect2 role="content">
@@ -257,12 +256,24 @@
<seglistitem>
<seg>
- db_archive, db_checkpoint, db_deadlock, db_dump, db_hotbackup,
- db_load, db_log_verify, db_printlog, db_recover, db_replicate,
- db_stat, db_tuner, db_upgrade and db_verify.
+ db_archive,
+ db_checkpoint,
+ db_deadlock,
+ db_dump,
+ db_hotbackup,
+ db_load,
+ db_log_verify,
+ db_printlog,
+ db_recover,
+ db_replicate,
+ db_stat,
+ db_tuner,
+ db_upgrade and
+ db_verify.
</seg>
<seg>
- libdb.so, libdb_cxx.so, libdb_java.so, libdb_tcl.so and db.jar.
+ libdb.so and
+ libdb_cxx.so
</seg>
<seg>/usr/share/doc/db-&db-version;</seg>
</seglistitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page