|
@@ -7,7 +7,7 @@
|
|
|
<title>Berkeley DB-&db-version;</title>
|
|
|
<?dbhtml filename="db.html"?>
|
|
|
|
|
|
-<indexterm zone="ch-system-db"><primary sortas="a-DB">Berkeley DB</primary></indexterm>
|
|
|
+<indexterm zone="ch-system-db"><primary sortas="a-Berkeley-DB">Berkeley DB</primary></indexterm>
|
|
|
|
|
|
<sect2 role="package"><title/>
|
|
|
<para>The Berkeley DB package contains programs and utilities used by many other
|
|
@@ -16,7 +16,7 @@ applications for database related functions.</para>
|
|
|
<segmentedlist>
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
-<seglistitem><seg>1.0 SBU</seg><seg>74 MB</seg></seglistitem>
|
|
|
+<seglistitem><seg>1.2 SBU</seg><seg>78 MB</seg></seglistitem>
|
|
|
</segmentedlist>
|
|
|
|
|
|
<segmentedlist>
|
|
@@ -24,12 +24,22 @@ applications for database related functions.</para>
|
|
|
<seglistitem><seg>Bash, Binutils, Coreutils,
|
|
|
Diffutils, GCC, Glibc, Make and Sed.</seg></seglistitem>
|
|
|
</segmentedlist>
|
|
|
+
|
|
|
+<tip>
|
|
|
+<title>Extra functionality for Berkeley DB in BLFS</title>
|
|
|
+<para>There are instructions to build this package in the BLFS book if you need to build the RPC server or additional language bindings. The
|
|
|
+additional language bindings will require additional packages to be
|
|
|
+installed. The BLFS instructions are located at
|
|
|
+<ulink url="&blfs-root;view/svn/server/databases.html#db"/>
|
|
|
+for suggested installation instructions.</para>
|
|
|
+</tip>
|
|
|
+
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
-<title>Installation of DB</title>
|
|
|
+<title>Installation of Berkeley DB</title>
|
|
|
|
|
|
-<para>Prepare DB for compilation:</para>
|
|
|
+<para>Prepare Berkeley DB for compilation:</para>
|
|
|
|
|
|
<screen><userinput>cd build_unix &&
|
|
|
../dist/configure --prefix=/usr --enable-compat185 --enable-cxx</userinput></screen>
|
|
@@ -39,7 +49,7 @@ Diffutils, GCC, Glibc, Make and Sed.</seg></seglistitem>
|
|
|
<variablelist>
|
|
|
<varlistentry>
|
|
|
<term><parameter>--enable-compat185</parameter></term>
|
|
|
-<listitem><para>This option enables building DB 1.85 compatibility API.</para></listitem>
|
|
|
+<listitem><para>This option enables building Berkeley DB 1.85 compatibility API.</para></listitem>
|
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry>
|
|
@@ -70,7 +80,7 @@ not against Glibc in <filename class="directory">/usr</filename>.</para>
|
|
|
</varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
-<para>Fix the permissions on the installed documentation files:</para>
|
|
|
+<para>Fix the ownerships of the installed files:</para>
|
|
|
|
|
|
<screen><userinput>chown root:root /usr/bin/db_* \
|
|
|
/usr/lib/libdb* /usr/include/db* &&
|
|
@@ -79,7 +89,7 @@ chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|
-<sect2 id="contents-db" role="content"><title>Contents of DB</title>
|
|
|
+<sect2 id="contents-db" role="content"><title>Contents of Berkeley DB</title>
|
|
|
<segmentedlist>
|
|
|
<segtitle>Installed programs</segtitle>
|
|
|
<seglistitem><seg>db_archive, db_checkpoint, db_deadlock, db_dump,
|