mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
update to gdbm-1.8.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@561 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2473a628e3
commit
55ee189bfc
@ -1,12 +1,12 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>prefix=/usr man3dir=/usr/share/man/man3
|
||||
infodir=/usr/share/info :</userinput> This command sets the file install
|
||||
locations which <filename>configure</filename> fails to do when the
|
||||
standard parameters are used.</para>
|
||||
<para><userinput>--infoprefix=/usr/share/info
|
||||
--mandir=/usr/share/man</userinput> : These switches sets the
|
||||
documentatin directory to <filename>/usr/share</filename> instead of
|
||||
<filename>/usr</filename>.</para>
|
||||
|
||||
<para><userinput>BINOWN=root BINGRP=root :</userinput> This command
|
||||
<para><userinput>BINOWN=root BINGRP=root</userinput> : This command
|
||||
changes the file ownership to root instead of the bin user.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,18 +3,16 @@
|
||||
|
||||
<para>Install gdbm by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure &&
|
||||
make prefix=/usr &&
|
||||
make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
|
||||
BINOWN=root BINGRP=root install</userinput></screen></para>
|
||||
<para><screen><userinput>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man &&
|
||||
make &&
|
||||
make BINOWN=root BINGRP=root install</userinput></screen></para>
|
||||
|
||||
<para>In addition, you may need to install the compatibility
|
||||
headers for gdbm. Apache 1.3, for example, will need these headers.
|
||||
Install the compatibility headers by running the following command:</para>
|
||||
|
||||
<para><screen><userinput>
|
||||
make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
|
||||
BINOWN=root BINGRP=root install-compat</userinput></screen></para>
|
||||
make BINOWN=root BINGRP=root install-compat</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY gdbm-exp SYSTEM "gdbm-exp.xml">
|
||||
<!ENTITY gdbm-desc SYSTEM "gdbm-desc.xml">
|
||||
<!ENTITY gdbm-config SYSTEM "gdbm-config.xml">
|
||||
<!ENTITY gdbm-buildsize "2 MB">
|
||||
<!ENTITY gdbm-version "1.8.2">
|
||||
<!ENTITY gdbm-download-http "http://www.ibiblio.org/pub/gnu/gdbm/gdbm-1.8.2.tar.gz">
|
||||
<!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.2.tar.gz">
|
||||
<!ENTITY gdbm-size "292 KB">
|
||||
<!ENTITY gdbm-buildsize "1.7 MB">
|
||||
<!ENTITY gdbm-version "1.8.3">
|
||||
<!ENTITY gdbm-download-http "http://www.ibiblio.org/pub/gnu/gdbm/gdbm-1.8.3.tar.gz">
|
||||
<!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz">
|
||||
<!ENTITY gdbm-size "228 KB">
|
||||
|
@ -11,7 +11,7 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 3rd, 2003 [larry]: General: Updated to
|
||||
gmp-4.1.2.</para></listitem>
|
||||
gmp-4.1.2 and gdbm-1.8.3.</para></listitem>
|
||||
|
||||
<listitem><para>January 3rd, 2003 [larry]: PST: Clean-up SGML
|
||||
chapter.</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user