diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/db.xml | 24 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 4 | ||||
-rw-r--r-- | chapter06/man-db.xml | 4 | ||||
-rw-r--r-- | chapter06/perl.xml | 2 |
5 files changed, 24 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2bb969340..675ef91fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -138,7 +138,8 @@ gccbug will use mktemp.</para> </listitem> <listitem><para>January 7, 2006 [ken]: Give Berkeley DB its full name, -and remove the '-lpthread' overrides.</para> +and remove the '-lpthread' overrides. Also add pointer to BLFS, thanks +to Randy McMurchy.</para> </listitem> <listitem><para>January 5, 2006 [jhuntwork]: Remove mention of news diff --git a/chapter06/db.xml b/chapter06/db.xml index 6caad944e..b133a254d 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -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, diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 09d61143a..64397da3c 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -25,7 +25,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>DB, GCC, Glibc, Make, and Linux-Headers</seg> + <seg>Berkeley DB, GCC, Glibc, Make, and Linux-Headers</seg> </seglistitem> </segmentedlist> </sect2> @@ -59,7 +59,7 @@ <screen><userinput>make SBINDIR=/sbin install</userinput></screen> - <para>The <command>arpd</command> binary links against the DB libraries + <para>The <command>arpd</command> binary links against the Berkeley DB libraries that reside in <filename class="directory">/usr</filename> and uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus, according to the FHS, it must be diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index c41b38cbc..3da4edb26 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -20,8 +20,8 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, Gawk, GCC, DB, -Glibc, Gettext, Grep, Make, and Sed</seg></seglistitem> +<seglistitem><seg>Bash, Berkeley DB, Binutils, Coreutils, Gawk, GCC, +Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem> </segmentedlist> </sect2> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 5bbd8ff88..1ce3a7e05 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -20,7 +20,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, DB, Diffutils, +<seglistitem><seg>Bash, Berkeley DB, Binutils, Coreutils, Diffutils, Gawk, GCC, Glibc, Grep, Make, and Sed</seg></seglistitem> </segmentedlist> </sect2> |