Changeset 317034a


Ignore:
Timestamp:
09/29/2003 01:41:12 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31ff91e4
Parents:
29c3363
Message:

changed db to Berkeley DB

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1238 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
15 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db-3.3.xml

    r29c3363 r317034a  
    1 <sect1 id="db-3.3" xreflabel="db-&db-3.3-version;">
     1<sect1 id="db-3.3" xreflabel="Berkeley DB-&db-3.3-version;">
    22<?dbhtml filename="db-3.3.html" dir="gnome"?>
    3 <title>db-&db-3.3-version;</title>
     3<title>Berkeley DB-&db-3.3-version;</title>
    44
    55&db-3.3-intro;
  • content/databases/db-3.3/db-3.3-config.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Configuring <application>db</application></title>
     2<title>Configuring <application>Berkeley DB</application></title>
    33
    44&library-config;
  • content/databases/db-3.3/db-3.3-desc.xml

    r29c3363 r317034a  
    22<title>Contents</title>
    33
    4 <para>The <application>db</application> package contains
     4<para>The <application>Berkeley DB</application> package contains
    55<command>db_archive</command>,
    66<command>db_checkpoint</command>,
     
    5656<sect3><title>db_upgrade</title>
    5757<para><command>db_upgrade</command> is used to upgrade database files to a
    58 newer version of Berkeley <application>DB</application>.</para></sect3>
     58newer version of <application>Berkeley DB</application>.</para></sect3>
    5959
    6060<sect3><title>db_verify</title>
  • content/databases/db-3.3/db-3.3-inst.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Installation of <application>db</application></title>
     2<title>Installation of <application>Berkeley DB</application></title>
    33
    4 <para>Install <application>db</application> by running the following commands:
     4<para>Install <application>Berkeley DB</application> by running the following commands:
    55</para>
    66
  • content/databases/db-3.3/db-3.3-intro.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Introduction to db-&db-3.3-version;</title>
     2<title>Introduction to <application>Berkeley DB</application>-&db-3.3-version;</title>
    33
    4 <para>The <application>db</application> package contains version
     4<para>The <application>Berkeley DB</application> package contains version
    55&db-3.3-version; of the Berkeley Database.</para>
    66
  • content/databases/db.xml

    r29c3363 r317034a  
    1 <sect1 id="db" xreflabel="db-&db-version;">
     1<sect1 id="db" xreflabel="Berkeley DB-&db-version;">
    22<?dbhtml filename="db.html" dir="content"?>
    3 <title>db-&db-version;</title>
     3<title>Berkeley DB-&db-version;</title>
    44
    55&db-intro;
  • content/databases/db/db-config.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Configuring <application>db</application></title>
     2<title>Configuring <application>Bekerley DB</application></title>
    33
    44<sect3><title>Configuration Information</title>
     
    66<!-- &library-config; -->
    77
    8 <para>If you recompile perl after installing
    9 <application>db</application>-&db-version; you will need to
     8<para>If you recompile <application>Perl</application> after installing
     9<application>Berkeley DB</application>-&db-version; you will need to
    1010apply the <filename>perl-5.8.0-db-4.1.patch</filename> patch available at
    1111<ulink url="&hfile-root;"/>.</para>
  • content/databases/db/db-desc.xml

    r29c3363 r317034a  
    22<title>Contents</title>
    33
    4 <para>The <application>db</application> package contains
     4<para>The <application>Berkeley DB</application> package contains
    55<command>db_archive</command>,
    66<command>db_checkpoint</command>,
     
    5656<sect3><title>db_upgrade</title>
    5757<para><command>db_upgrade</command> is used to upgrade database files to a
    58 newer version of Berkeley <application>DB</application>.</para></sect3>
     58newer version of <application>Berkeley DB</application>.</para></sect3>
    5959
    6060<sect3><title>db_verify</title>
  • content/databases/db/db-exp.xml

    r29c3363 r317034a  
    55--enable-compat185</command> :
    66This replaces the normal <command>./configure</command> command as
    7 <application>db</application> comes with the various
     7<application>Berkeley DB</application> comes with the various
    88build directories for different platforms.</para>
    99
  • content/databases/db/db-inst.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Installation of <application>db</application></title>
     2<title>Installation of <application>Berkeley DB</application></title>
    33
    4 <para>Install <application>db</application> by running the following commands:</para>
     4<para>Install <application>Berkeley DB</application> by running the following commands:</para>
    55
    66<screen><userinput><command>cd build_unix &amp;&amp;
     
    1111make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
    1212<note><para>If you wish to enable <application>Java</application>
    13 support in <application>db</application>-&db-version;, add <command>
     13support in <application>Berkeley DB</application>-&db-version;, add <command>
    1414--enable-java</command> to the configure options.
    1515<application>Java</application> support is needed
    16 if you plan to use system installed <application>db</application> when
     16if you plan to use system installed <application>Berkeley DB</application> when
    1717compiling <application>OpenOffice</application>.</para></note>
    1818</sect2>
  • content/databases/db/db-intro.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Introduction to <application>db</application></title>
     2<title>Introduction to <application>Berkeley DB</application></title>
    33
    4 <para>The <application>db</application> package contains programs and
     4<para>The <application>Berkeley DB</application> package contains programs and
    55utilities used by many other applications for database related
    66functions.</para>
  • content/databases/mysql/mysql-config.xml

    r29c3363 r317034a  
    6262the init.d script:</para>
    6363
    64 <screen><userinput><command>cat &gt; /etc/rc.d/init.d/mysql &lt;&lt; "EOF"
     64<screen><userinput><command>cat &gt; /etc/rc.d/init.d/mysql &lt;&lt; "EOF"</command>
    6565#!/bin/bash
    6666# Begin $rc_base/init.d/
     
    101101
    102102# End $rc_base/init.d/
    103 EOF
     103<command>EOF
    104104chmod 755 /etc/rc.d/init.d/mysql</command></userinput></screen>
    105105
  • xsoft/office/evolution/db-3.1-exp.xml

    r29c3363 r317034a  
    55
    66<para><command>--prefix=/opt/db-&db-3.1-version;</command> : This version of the
    7 Berkeley Database should not be installed in <filename>/usr</filename>,
     7Berkeley Database should not be installed in <filename class="directory">/usr</filename>,
    88as it is only needed for the building of
    99<application>Evolution</application>.</para>
  • xsoft/office/evolution/db-3.1-inst.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Installation of <application>db-&db-3.1-version;</application></title>
     2<title>Installation of <application>Berkeley DB</application>-&db-3.1-version;</title>
    33
    4 <para>Install <application>db-&db-3.1-version;</application> by running the following commands:</para>
     4<para>Install <application>Berkeley DB</application>-&db-3.1-version; by running the following commands:</para>
    55
    66<screen><userinput><command>cd build_unix &amp;&amp;
  • xsoft/office/evolution/db-3.1-intro.xml

    r29c3363 r317034a  
    11<sect2>
    2 <title>Introduction to <application>db-&db-3.1-version;</application></title>
     2<title>Introduction to <application>Berkeley DB</application>-&db-3.1-version;</title>
    33
    4 <para>The <application>db</application> package contains
     4<para>The <application>Berkeley DB</application> package contains
    55version &db-3.1-version; of the Berkeley database. <application>Evolution
    66</application> requires this particular version. The details on
     
    88<application>evolution</application> source code. <application>Evolution
    99</application> links to the library statically, hence this book installs
    10 the <application>db-&db-3.1-version;</application> in <filename>/opt
    11 </filename>, which can be removed once <application>Evolution</application> is
    12 compiled.</para>
     10the <application>Berkeley DB</application>-&db-3.1-version; in <filename
     11class="directory">/opt</filename>, which can be removed once
     12<application>Evolution</application> is compiled.</para>
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.