Changeset 7771f84


Ignore:
Timestamp:
09/14/2004 06:45:45 PM (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:
9766fba
Parents:
82539b8b
Message:

Updated DB-4 download location and chown instruction

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r82539b8b r7771f84  
    55  %general-entities;
    66
    7   <!ENTITY db-download-http "http://www.sleepycat.com/update/snapshot/db-4.2.52.tar.gz">
    8   <!ENTITY db-download-ftp  " ">
     7  <!ENTITY db-download-http " ">
     8  <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-4.2.52.tar.gz">
    99  <!ENTITY db-size          "4.1 MB">
    1010  <!ENTITY db-buildsize     "68 MB">
     
    4545url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>
    4646<listitem><para>Required Patch: <ulink
    47 url="http://www.sleepycat.com/update/4.2.52/patch.&db-version;"/></para></listitem>
    48 </itemizedlist></sect3>
     47url="http://www.sleepycat.com/update/4.2.52/patch.&db-version;"/></para>
     48</listitem></itemizedlist>
     49</sect3>
    4950
    5051<sect3><title><application>Berkeley DB</application> dependencies</title>
     
    7172make docdir=/usr/share/doc/db-&db-version; install</command></userinput></screen>
    7273
    73 <para><emphasis>Note:</emphasis> If you build the package with one user, then
    74 switch to the root user to install the package,
     74<para><emphasis>Note:</emphasis> If you build the package as an unprivileged
     75user, then switch to the root user to install the package,
    7576<application>Berkeley DB</application> will install the files with ownerships
    7677of the user building the package. This is undesireable. Change the ownership of
     
    7980<screen><userinput><command>chown root:root /usr/bin/db_* \
    8081/usr/lib/libdb* /usr/include/db* &amp;&amp;
    81 find /usr/share/doc/db-4.2.52.2 -exec chown -R root:root {} \;</command></userinput></screen>
     82chown -R root:root /usr/share/doc/db-4.2.52.2</command></userinput></screen>
    8283
    8384<!-- <note><para>If you wish to enable <application>Java</application>
     
    145146no longer in use.</para></sect3>
    146147
    147 
    148148<sect3><title>db_checkpoint</title>
    149149<para><command>db_checkpoint</command> is a daemon process used to monitor and
  • general.ent

    r82539b8b r7771f84  
    1 <!ENTITY day          "13">
     1<!ENTITY day          "14">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2004">
  • introduction/welcome/changelog.xml

    r82539b8b r7771f84  
    2323<itemizedlist>
    2424
     25<listitem><para>September 14th, 2004 [randy]: Updated DB-4 download location
     26and chown command as suggested by Nico Roeser.</para></listitem>
     27
    2528<listitem><para>September 13th, 2004 [randy]: Added an optional
    2629dependency and a note to the Firefox build instructions.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.