Ignore:
Timestamp:
01/10/2005 10:41:26 PM (19 years ago)
Author:
Igor Živković <igor@…>
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:
4e83952
Parents:
9cb302c7
Message:

Updated to Berkeley DB-4.3.27.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/databases/db.xml

    r9cb302c7 r93c1bf51  
    66
    77  <!ENTITY db-download-http " ">
    8   <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-4.2.52.tar.gz">
    9   <!ENTITY db-size          "4.1 MB">
     8  <!ENTITY db-download-ftp  "ftp://sleepycat1.inetu.net/releases/db-&db-version;.tar.gz">
     9  <!ENTITY db-size          "5.7 MB">
    1010  <!ENTITY db-buildsize     "68 MB">
    11   <!ENTITY db-time          "1.22 SBU">
     11  <!ENTITY db-time          "1.23 SBU">
    1212]>
    1313
     
    4040</sect3>
    4141
    42 <sect3><title>Additional downloads</title>   
    43 <itemizedlist spacing='compact'>   
    44 <listitem><para>Required Patch: <ulink     
    45 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.1"/></para></listitem>   
    46 <listitem><para>Required Patch: <ulink   
    47 url="http://www.sleepycat.com/update/4.2.52/patch.4.2.52.2"/></para>   
    48 </listitem></itemizedlist>     
    49 </sect3>
    50 
    5142<sect3><title><application>Berkeley DB</application> dependencies</title>
    5243<sect4><title>Optional</title>
     
    6354commands:</para>
    6455
    65 <screen><userinput><command>patch -Np0 -i ../patch.4.2.52.1 &amp;&amp;
    66 patch -Np0 -i ../patch.&db-version; &amp;&amp;
    67 cd build_unix &amp;&amp;
     56<screen><userinput><command>cd build_unix &amp;&amp;
    6857../dist/configure --prefix=/usr \
    6958    --enable-compat185 \
     
    8069<screen><userinput><command>chown root:root /usr/bin/db_* \
    8170/usr/lib/libdb* /usr/include/db* &amp;&amp;
    82 chown -R root:root /usr/share/doc/db-4.2.52.2</command></userinput></screen>
     71chown -R root:root /usr/share/doc/db-&db-version;</command></userinput></screen>
    8372
    8473</sect2>
Note: See TracChangeset for help on using the changeset viewer.