From e921ae991d0971bb78858533c68c0b0477d0c19a Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Wed, 30 Mar 2005 23:02:55 +0000 Subject: [PATCH] Updated build entities in Heimdal and GDBM instructions; added indexing tags to GDBM instructions git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3610 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/gdbm.xml | 47 +++++++++++++++++++++++++----------- postlfs/security/heimdal.xml | 4 +-- 2 files changed, 35 insertions(+), 16 deletions(-) diff --git a/general/genlib/gdbm.xml b/general/genlib/gdbm.xml index bed4e5e552..5cc31ce007 100644 --- a/general/genlib/gdbm.xml +++ b/general/genlib/gdbm.xml @@ -8,7 +8,7 @@ - + ]> @@ -19,6 +19,8 @@ GDBM-&gdbm-version; + +GDBM Introduction to @@ -56,14 +58,17 @@ the following commands: </para> <screen><userinput><command>./configure --prefix=/usr && -make && -make BINOWN=root BINGRP=root install</command></userinput></screen> +make</command></userinput></screen> + +<para>Now, as the root user:</para> + +<screen><userinput role='root'><command>make BINOWN=root BINGRP=root install</command></userinput></screen> <para>In addition, you may need to install the <application>DBM</application> -and <application>NDBM</application> compatibility headers since some -applications look for these older dbm routines.</para> +and <application>NDBM</application> compatibility headers and library since +some applications look for these older dbm routines.</para> -<screen><userinput><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen> +<screen><userinput role='root'><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen> </sect2> @@ -81,17 +86,31 @@ user.</para> <sect2> <title>Contents -The GDBM package -contains libgdbm libraries. + +Installed Programs +Installed Libraries +Installed Directories - + +None +libgdbm.[so,a] and libgdbm_compat.[so,a] +None + + -Description + +Short Descriptions + -gdbm libraries -libgdbm libraries contain -functions that perform database routines using extendible hashing. - + +libgdbm.[so,a] +contains functions that perform database routines using +extendible hashing. + +libgdbm.[so,a] + + + diff --git a/postlfs/security/heimdal.xml b/postlfs/security/heimdal.xml index cd31d85fa3..e740cf71ec 100644 --- a/postlfs/security/heimdal.xml +++ b/postlfs/security/heimdal.xml @@ -8,8 +8,8 @@ - - + + ]>