mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
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
This commit is contained in:
parent
8825a2a287
commit
e921ae991d
@ -8,7 +8,7 @@
|
||||
<!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">
|
||||
<!ENTITY gdbm-md5sum "1d1b1d5c0245b1c00aff92da751e9aa1">
|
||||
<!ENTITY gdbm-size "223 KB">
|
||||
<!ENTITY gdbm-buildsize "4.1 MB">
|
||||
<!ENTITY gdbm-buildsize "2.75 MB">
|
||||
<!ENTITY gdbm-time "0.08 SBU">
|
||||
]>
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="gdbm.html"?>
|
||||
<title>GDBM-&gdbm-version;</title>
|
||||
<indexterm zone="gdbm">
|
||||
<primary sortas="a-GDBM">GDBM</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>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</title>
|
||||
|
||||
<para>The <application><acronym>GDBM</acronym></application> package
|
||||
contains <filename class="libraryfile">libgdbm</filename> libraries.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
</sect2>
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgdbm.[so,a] and libgdbm_compat.[so,a]</seg>
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect3><title>gdbm libraries</title>
|
||||
<para><filename class="libraryfile">libgdbm</filename> libraries contain
|
||||
functions that perform database routines using extendible hashing.</para>
|
||||
</sect3>
|
||||
<varlistentry id="libgdbm">
|
||||
<term><filename class='libraryfile'>libgdbm.[so,a]</filename></term>
|
||||
<listitem><para>contains functions that perform database routines using
|
||||
extendible hashing.</para>
|
||||
<indexterm zone="gdbm libgdbm">
|
||||
<primary sortas="c-libgdbm">libgdbm.[so,a]</primary>
|
||||
</indexterm></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -8,8 +8,8 @@
|
||||
<!ENTITY heimdal-download-ftp "ftp://ftp.pdc.kth.se/pub/heimdal/src/heimdal-&heimdal-version;.tar.gz">
|
||||
<!ENTITY heimdal-md5sum "2265fd2d4573dd3a8da45ce62519e48b">
|
||||
<!ENTITY heimdal-size "3.3 MB">
|
||||
<!ENTITY heimdal-buildsize "70 MB">
|
||||
<!ENTITY heimdal-time "2.18 SBU">
|
||||
<!ENTITY heimdal-buildsize "71 MB">
|
||||
<!ENTITY heimdal-time "2.06 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="heimdal" xreflabel="Heimdal-&heimdal-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user