aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/db.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2006-04-14 02:45:58 +0000
committerArchaic <archaic@linuxfromscratch.org>2006-04-14 02:45:58 +0000
commitb55b3c4ff2c23fd0ae6734552a769b6237af387c (patch)
tree9b13f87972b55ec5cfcdfdbccaf717a586ede71e /chapter06/db.xml
parent7119213047f54c6f1e3a4ca7c5e3a180a6726bb9 (diff)
Rewrote the GDBM recommendation to be more of a possibility but not endorsed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7515 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r--chapter06/db.xml22
1 files changed, 13 insertions, 9 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index a5bf0a1a0..7d2f4a498 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -41,15 +41,19 @@
<tip>
<title>Other Installation Possibilities</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. See
- <ulink url="&blfs-root;view/svn/server/databases.html#db"/> for
- suggested installation instructions.</para>
-
- <para>Also, if you would prefer to skip Berkeley DB entirely
- and use GDBM instead, see the BLFS instructions located at
+ <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. See <ulink url="&blfs-root;view/svn/server/databases.html#db"/>
+ for suggested installation instructions.</para>
+
+ <para>Also, GDBM <emphasis>could</emphasis> be used in place of Berkeley
+ DB to satisfy Man-DB. However, since Berkeley DB is considered a core part
+ of the LFS build, it will not be listed as a dependency for any package in
+ the BLFS book. Likewise, dozens of hours go into testing LFS with Berkeley
+ DB installed, not with GDBM. If you fully understand the risks versus
+ benefits of using GDBM and wish to use it anyway, see the BLFS
+ instructions located at
<ulink url="&blfs-root;view/svn/general/gdbm.html"/></para>
</tip>