Changeset 4ca92e2c for content


Ignore:
Timestamp:
07/14/2004 12:49:57 PM (20 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:
4d82755
Parents:
821b8815
Message:

Removed readline and all references in packages' dependencies, passed switches for readline support where it's not on by default.

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

Location:
content
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content/databases/mysql.xml

    r821b8815 r4ca92e2c  
    3535<sect3><title><application>My<acronym>SQL</acronym></application> dependencies</title>
    3636<sect4><title>Optional</title>
    37 <para><xref linkend="readline"/>, <xref linkend="openssl"/> and
     37<para><xref linkend="openssl"/> and
    3838<xref linkend="tcpwrappers"/>
    3939</para></sect4>
  • content/databases/postgresql.xml

    r821b8815 r4ca92e2c  
    3535<sect4><title>Optional</title>
    3636<para>
    37 <xref linkend="readline"/>,
    3837<xref linkend="Python"/>,
    3938<xref linkend="tcl"/>,
     
    5554<para>Install <application>Postgre<acronym>SQL</acronym></application> with the following commands: </para>
    5655
    57 <screen><userinput><command>./configure --prefix=/usr --without-readline &amp;&amp;
     56<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5857make &amp;&amp;
    5958make install</command></userinput></screen>
     
    103102<sect2>
    104103<title>Command explanations</title>
    105 
    106 <para><option>--without-readline</option>: Omit this switch if you have
    107 <application>readline</application> installed and wish to utilize
    108 it.</para>
    109104
    110105<para><command>useradd -d /var/pgsql/data postgres</command>: Add an unprivileged user to run the database server.</para>
  • content/web/php.xml

    r821b8815 r4ca92e2c  
    5252<xref linkend="pcre"/>,
    5353<xref linkend="postgresql"/>,
    54 <xref linkend="readline"/>,
    5554<xref linkend="libtiff"/>,
    5655<xref linkend="expat"/> and
Note: See TracChangeset for help on using the changeset viewer.