diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3311dd17b..1369e9996 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -96,7 +96,7 @@ First a summary, then a detailed log.
&bzip2-docs-patch;
&gawk-segfault-patch;
&gcc-specs-patch;
-DB-&db-version;
+Berkeley DB-&db-version;
&inetutils-gcc4_fixes-patch;
&kbd-gcc4_fixes-patch;
MAN-DB-&man-db-version;
@@ -124,6 +124,10 @@ First a summary, then a detailed log.
+January 7, 2006 [ken]: Give Berkeley DB its full name,
+and remove the '-lpthread' overrides.
+
+
January 5, 2006 [jhuntwork]: Remove mention of news
server until we actually have one. Thanks Randy.
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 8f3002c93..29c822a7a 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -39,6 +39,13 @@
+
+Berkeley DB (&db-version;) - 7,925 KB:
+
+
+
+
+
Binutils (&binutils-version;) - 12,272 KB:
@@ -67,13 +74,6 @@
-
-DB (&db-version;) - 7,925 KB:
-
-
-
-
-
DejaGNU (&dejagnu-version;) - 852 KB:
diff --git a/chapter06/db.xml b/chapter06/db.xml
index ae49f34c3..6caad944e 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -4,13 +4,13 @@
%general-entities;
]>
-DB-&db-version;
+Berkeley DB-&db-version;
Berkeley DB
-The DB package contains programs and utilities used by many other
+The Berkeley DB package contains programs and utilities used by many other
applications for database related functions.
@@ -50,17 +50,7 @@ Diffutils, GCC, Glibc, Make and Sed.
Compile the package:
-make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"
-
-The meaning of the make option:
-
-
-
-LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread"
-These variables work around a bug in the configure
-script that causes the DB libraries not to link against NPTL libraries
-
-
+make
It is not possible to test the package meaningfully, because that
would involve building TCL bindings. TCL bindings cannot be built properly