mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
changed db to Berkeley DB
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1238 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
29c336306a
commit
317034ae40
@ -1,6 +1,6 @@
|
||||
<sect1 id="db-3.3" xreflabel="db-&db-3.3-version;">
|
||||
<sect1 id="db-3.3" xreflabel="Berkeley DB-&db-3.3-version;">
|
||||
<?dbhtml filename="db-3.3.html" dir="gnome"?>
|
||||
<title>db-&db-3.3-version;</title>
|
||||
<title>Berkeley DB-&db-3.3-version;</title>
|
||||
|
||||
&db-3.3-intro;
|
||||
&db-3.3-inst;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect2>
|
||||
<title>Configuring <application>db</application></title>
|
||||
<title>Configuring <application>Berkeley DB</application></title>
|
||||
|
||||
&library-config;
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>db</application> package contains
|
||||
<para>The <application>Berkeley DB</application> package contains
|
||||
<command>db_archive</command>,
|
||||
<command>db_checkpoint</command>,
|
||||
<command>db_deadlock</command>,
|
||||
@ -55,7 +55,7 @@ consistent state after a failure.</para></sect3>
|
||||
|
||||
<sect3><title>db_upgrade</title>
|
||||
<para><command>db_upgrade</command> is used to upgrade database files to a
|
||||
newer version of Berkeley <application>DB</application>.</para></sect3>
|
||||
newer version of <application>Berkeley DB</application>.</para></sect3>
|
||||
|
||||
<sect3><title>db_verify</title>
|
||||
<para><command>db_verify</command> is used to run consistency checks on
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>db</application></title>
|
||||
<title>Installation of <application>Berkeley DB</application></title>
|
||||
|
||||
<para>Install <application>db</application> by running the following commands:
|
||||
<para>Install <application>Berkeley DB</application> by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput><command>cd build_unix &&
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Introduction to db-&db-3.3-version;</title>
|
||||
<title>Introduction to <application>Berkeley DB</application>-&db-3.3-version;</title>
|
||||
|
||||
<para>The <application>db</application> package contains version
|
||||
<para>The <application>Berkeley DB</application> package contains version
|
||||
&db-3.3-version; of the Berkeley Database.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<sect1 id="db" xreflabel="db-&db-version;">
|
||||
<sect1 id="db" xreflabel="Berkeley DB-&db-version;">
|
||||
<?dbhtml filename="db.html" dir="content"?>
|
||||
<title>db-&db-version;</title>
|
||||
<title>Berkeley DB-&db-version;</title>
|
||||
|
||||
&db-intro;
|
||||
&db-inst;
|
||||
|
@ -1,12 +1,12 @@
|
||||
<sect2>
|
||||
<title>Configuring <application>db</application></title>
|
||||
<title>Configuring <application>Bekerley DB</application></title>
|
||||
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<!-- &library-config; -->
|
||||
|
||||
<para>If you recompile perl after installing
|
||||
<application>db</application>-&db-version; you will need to
|
||||
<para>If you recompile <application>Perl</application> after installing
|
||||
<application>Berkeley DB</application>-&db-version; you will need to
|
||||
apply the <filename>perl-5.8.0-db-4.1.patch</filename> patch available at
|
||||
<ulink url="&hfile-root;"/>.</para>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>db</application> package contains
|
||||
<para>The <application>Berkeley DB</application> package contains
|
||||
<command>db_archive</command>,
|
||||
<command>db_checkpoint</command>,
|
||||
<command>db_deadlock</command>,
|
||||
@ -55,7 +55,7 @@ consistent state after a failure.</para></sect3>
|
||||
|
||||
<sect3><title>db_upgrade</title>
|
||||
<para><command>db_upgrade</command> is used to upgrade database files to a
|
||||
newer version of Berkeley <application>DB</application>.</para></sect3>
|
||||
newer version of <application>Berkeley DB</application>.</para></sect3>
|
||||
|
||||
<sect3><title>db_verify</title>
|
||||
<para><command>db_verify</command> is used to run consistency checks on
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para><command>cd build_unix && ../dist/configure --prefix=/usr
|
||||
--enable-compat185</command> :
|
||||
This replaces the normal <command>./configure</command> command as
|
||||
<application>db</application> comes with the various
|
||||
<application>Berkeley DB</application> comes with the various
|
||||
build directories for different platforms.</para>
|
||||
|
||||
<para><command>make docdir=/usr/share/doc/db-&db-version;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>db</application></title>
|
||||
<title>Installation of <application>Berkeley DB</application></title>
|
||||
|
||||
<para>Install <application>db</application> by running the following commands:</para>
|
||||
<para>Install <application>Berkeley DB</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>cd build_unix &&
|
||||
../dist/configure --prefix=/usr \
|
||||
@ -10,9 +10,9 @@
|
||||
make &&
|
||||
make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
|
||||
<note><para>If you wish to enable <application>Java</application>
|
||||
support in <application>db</application>-&db-version;, add <command>
|
||||
support in <application>Berkeley DB</application>-&db-version;, add <command>
|
||||
--enable-java</command> to the configure options.
|
||||
<application>Java</application> support is needed
|
||||
if you plan to use system installed <application>db</application> when
|
||||
if you plan to use system installed <application>Berkeley DB</application> when
|
||||
compiling <application>OpenOffice</application>.</para></note>
|
||||
</sect2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>db</application></title>
|
||||
<title>Introduction to <application>Berkeley DB</application></title>
|
||||
|
||||
<para>The <application>db</application> package contains programs and
|
||||
<para>The <application>Berkeley DB</application> package contains programs and
|
||||
utilities used by many other applications for database related
|
||||
functions.</para>
|
||||
|
||||
|
@ -61,7 +61,7 @@ shut it down.</para>
|
||||
<para>To automate the running of <application>My<acronym>SQL</acronym></application>, use the following command to create
|
||||
the init.d script:</para>
|
||||
|
||||
<screen><userinput><command>cat > /etc/rc.d/init.d/mysql << "EOF"
|
||||
<screen><userinput><command>cat > /etc/rc.d/init.d/mysql << "EOF"</command>
|
||||
#!/bin/bash
|
||||
# Begin $rc_base/init.d/
|
||||
|
||||
@ -100,7 +100,7 @@ case "$1" in
|
||||
esac
|
||||
|
||||
# End $rc_base/init.d/
|
||||
EOF
|
||||
<command>EOF
|
||||
chmod 755 /etc/rc.d/init.d/mysql</command></userinput></screen>
|
||||
|
||||
<para>Create the symbolic links to this file in the relevant
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para><command>--enable-compat185</command> : Build support for older database files.</para>
|
||||
|
||||
<para><command>--prefix=/opt/db-&db-3.1-version;</command> : This version of the
|
||||
Berkeley Database should not be installed in <filename>/usr</filename>,
|
||||
Berkeley Database should not be installed in <filename class="directory">/usr</filename>,
|
||||
as it is only needed for the building of
|
||||
<application>Evolution</application>.</para>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Installation of <application>db-&db-3.1-version;</application></title>
|
||||
<title>Installation of <application>Berkeley DB</application>-&db-3.1-version;</title>
|
||||
|
||||
<para>Install <application>db-&db-3.1-version;</application> by running the following commands:</para>
|
||||
<para>Install <application>Berkeley DB</application>-&db-3.1-version; by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>cd build_unix &&
|
||||
../dist/configure --prefix=/opt/db-&db-3.1-version; --enable-compat185 &&
|
||||
|
@ -1,15 +1,15 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>db-&db-3.1-version;</application></title>
|
||||
<title>Introduction to <application>Berkeley DB</application>-&db-3.1-version;</title>
|
||||
|
||||
<para>The <application>db</application> package contains
|
||||
<para>The <application>Berkeley DB</application> package contains
|
||||
version &db-3.1-version; of the Berkeley database. <application>Evolution
|
||||
</application> requires this particular version. The details on
|
||||
"why" are in the <filename>README</filename> file distibuted with the
|
||||
<application>evolution</application> source code. <application>Evolution
|
||||
</application> links to the library statically, hence this book installs
|
||||
the <application>db-&db-3.1-version;</application> in <filename>/opt
|
||||
</filename>, which can be removed once <application>Evolution</application> is
|
||||
compiled.</para>
|
||||
the <application>Berkeley DB</application>-&db-3.1-version; in <filename
|
||||
class="directory">/opt</filename>, which can be removed once
|
||||
<application>Evolution</application> is compiled.</para>
|
||||
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
|
Loading…
Reference in New Issue
Block a user