Changeset 5fef0f97 for content


Ignore:
Timestamp:
07/22/2004 05:08:56 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
12d871a
Parents:
e4fef732
Message:

Updated Berkeley DB size entities and provided instructions to change ownership of the installed files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    re4fef732 r5fef0f97  
    77  <!ENTITY db-download-http "http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz">
    88  <!ENTITY db-download-ftp  " ">
    9   <!ENTITY db-size          "4 MB">
    10   <!ENTITY db-buildsize     "43 MB">
     9  <!ENTITY db-size          "4.1 MB">
     10  <!ENTITY db-buildsize     "68 MB">
    1111  <!ENTITY db-time          "1.22 SBU">
    1212]>
     
    5555<title>Installation of <application>Berkeley DB</application></title>
    5656
    57 <para>Install <application>Berkeley DB</application> by running the following commands:</para>
     57<para>Install <application>Berkeley DB</application> by running the following
     58commands:</para>
    5859
    5960<screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 &amp;&amp;
     
    6566make LIBSO_LIBS="-lpthread" LIBXSO_LIBS="-lpthread" &amp;&amp;
    6667make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
     68
     69<para><emphasis>Note:</emphasis> If you build the package with one user, then
     70switch to the root user to install the package,
     71<application>Berkeley DB</application> will install the files with ownerships
     72of the user building the package. This is undesireable. Change the ownership of
     73the installed files using the following commands:</para>
     74
     75<screen><userinput><command>chown root:root /usr/bin/db_* \
     76/usr/lib/libdb* /usr/include/db* &amp;&amp;
     77find /usr/share/doc/db-4.2.52.2 -exec chown -R root:root {} \;</command></userinput></screen>
    6778
    6879<!-- <note><para>If you wish to enable <application>Java</application>
     
    7990<title>Command explanations</title>
    8091
    81 <para><command>cd build_unix &amp;&amp; ../dist/configure --prefix=/usr
    82 --enable-compat185</command>:
     92<para><command>cd build_unix &amp;&amp;
     93../dist/configure --prefix=/usr...</command>:
    8394This replaces the normal <command>./configure</command> command, as
    8495<application>Berkeley DB</application> comes with various
     
    151162readable text.</para></sect3>
    152163
    153 
    154164<sect3><title>db_recover</title>
    155165<para><command>db_recover</command> is used to restore a database to a
Note: See TracChangeset for help on using the changeset viewer.