From 5536f7440f2f4a12782e8d741cbbba5f1c3cfea8 Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 26 Dec 2005 19:00:06 +0000 Subject: Applied Alexander Patrakov's patch which adds UTF-8 capability to the development branch of the LFS Book. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7235 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gdbm.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 chapter06/gdbm.xml (limited to 'chapter06/gdbm.xml') diff --git a/chapter06/gdbm.xml b/chapter06/gdbm.xml new file mode 100644 index 000000000..a2eee4fac --- /dev/null +++ b/chapter06/gdbm.xml @@ -0,0 +1,73 @@ + + + %general-entities; +]> + +GDBM-&gdbm-version; + + +GDBM + + +<para>The GDBM package contains the GNU Database Manager.</para> + +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.08 SBU</seg><seg>2.75 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>&dependencies;</segtitle> +<seglistitem><seg>Not checked yet.</seg></seglistitem> +</segmentedlist> +</sect2> + +<sect2 role="installation"> +<title>Installation of GDBM + +Prepare GDBM for compilation: + +./configure --prefix=/usr + +Compile the package: + +make + +Install the package: + +make BINOWN=root BINGRP=root install install-compat + + + + +Contents of GDBM + + +Installed libraries +libgdbm.[so,a] and libgdbm_compat.[so,a] + + +Short Descriptions + + + + +libgdbm.[so,a] + +contains functions to manipulate a hashed database. + + + + +libgdbm_compat.[so,a] + +provide compatibility with older dbm routines + + + + + + + -- cgit v1.2.3-54-g00ecf