Changeset 3f87e4a for general


Ignore:
Timestamp:
01/07/2006 08:39:14 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
a920045f
Parents:
2a038b2
Message:

Removed the Berkeley DB dependency from packages utilizing it as BDB is now built in LFS

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/php.xml

    r2a038b2 r3f87e4a  
    9393    <ulink url="http://re2c.org/">re2c</ulink>,
    9494    <ulink url="http://dmalloc.com/">Dmalloc</ulink>,
    95     <ulink url="http://www.gnu.org/software/recode/">recode</ulink> and
     95    <ulink url="http://www.gnu.org/software/recode/">recode</ulink>, and
    9696    <xref linkend="sendmail"/> (or another
    9797    <ulink url="../server/mail.html">MTA</ulink> that provides a
     
    108108    <ulink url="http://www.boutell.com/gd/">GD</ulink>,
    109109    <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.1.0.tar.gz">
    110     t1lib</ulink> and
     110    t1lib</ulink>, and
    111111    <ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF Toolkit</ulink></para>
    112112
     
    117117    <ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
    118118    <ulink url="http://www.roxen.com/products/webserver/">Roxen WebServer</ulink>,
    119     <ulink url="http://caudium.net/">Caudium</ulink> and
     119    <ulink url="http://caudium.net/">Caudium</ulink>, and
    120120    <ulink url="http://www.openwddx.org/">WDDX</ulink></para>
    121121
     
    123123    <para role="optional"><xref linkend="openldap"/>,
    124124    <xref linkend="gdbm"/>,
    125     <xref linkend="db"/>,
     125    <!-- <xref linkend="db"/>, -->
    126126    <xref linkend="mysql"/>,
    127127    <xref linkend="postgresql"/>,
     
    135135    <ulink url="http://www.dbmaker.com/">DBMaker</ulink>,
    136136    <ulink url="http://www.softwareag.com/">Adabas</ulink>,
    137     <ulink url="http://www.frontbase.com/">FrontBase</ulink> and
     137    <ulink url="http://www.frontbase.com/">FrontBase</ulink>, and
    138138    <ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink></para>
    139139
     
    142142    <xref linkend="cyrus-sasl"/>,
    143143    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>,
    144     <ulink url="http://mcrypt.sourceforge.net/">libmcrypt</ulink> and
     144    <ulink url="http://mcrypt.sourceforge.net/">libmcrypt</ulink>, and
    145145    <ulink url="http://mhash.sourceforge.net/">mhash</ulink></para>
    146146
     
    158158    </note>
    159159
     160    <!-- Commenting this out for now as BDB is built in LFS
     161
    160162    <para>If you have <application>Berkeley DB</application> installed and
    161163    wish to utilize it, apply the following patch:</para>
    162164
    163165<screen><userinput>patch -Np1 -i ../php-&php-version;-db43-1.patch</userinput></screen>
     166
     167    -->
    164168
    165169    <note>
     
    170174      <ulink url="http://www.php.net/">PHP web site</ulink>
    171175      is highly recommended, as their online docs are very good.</para>
     176
     177      <para>If, for whatever reason, you don't have <xref linkend="libxml2"/>
     178      installed, you need to add <option>--disable-libxml</option> to the
     179      <command>configure</command> command in the instructions below. This
     180      will prevent the <command>pear</command> command from being built.</para>
    172181    </note>
    173182
    174183    <!-- Commenting this out as libxml is a recommended dependency.
    175184         Current protocol in the book is to expect folks to have it
    176          installed.
     185         installed and the note above should take care of it.
    177186
    178187    <para>Remove the <parameter>-disable-libxml</parameter> switch if you
     
    184193    running the following commands:</para>
    185194
    186 <screen><userinput>./configure --prefix=/usr \
     195<screen><userinput>patch -Np1 -i ../php-&php-version;-db43-1.patch &amp;&amp;
     196./configure --prefix=/usr \
    187197            --sysconfdir=/etc \
    188198            --with-apxs2 \
  • general/prog/ruby.xml

    r2a038b2 r3f87e4a  
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para role="optional"><xref linkend="openssl"/>,
    66     <xref linkend="tk"/>,
    67     <xref linkend="db"/>, and
     66    <xref linkend="tk"/>, and
     67    <!-- <xref linkend="db"/>, -->
    6868    <xref linkend="gdbm"/></para>
    6969
Note: See TracChangeset for help on using the changeset viewer.