Changeset df7efe5


Ignore:
Timestamp:
07/12/2004 09:04:18 AM (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:
63cc8c1
Parents:
57b5468
Message:

Added --without-readline switch to PostgreSQL instructions, reported by Matthew Burgess.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r57b5468 rdf7efe5  
    3838
    3939<sect3><title><application>WvStreams</application> dependencies</title>
     40<sect4><title>Required</title>
     41<para>
     42<xref linkend="openssl"/>
     43</para></sect4>
    4044<sect4><title>Optional</title>
    4145<para>
     
    4448<xref linkend="gdbm"/>,
    4549<xref linkend="libogg"/>,
    46 <xref linkend="openssl"/>,
    4750<xref linkend="Linux_PAM"/>,
    4851<xref linkend="tcl"/>,
  • content/databases/postgresql.xml

    r57b5468 rdf7efe5  
    3131<listitem><para>Estimated build time: &postgresql-time;</para></listitem></itemizedlist>
    3232</sect3>
    33 
    34 <!--
    35 <note><para>The C++ and ODBC bindings have been removed from the main
    36 source distribution.  They can be found at the
    37 <application>Postgre<acronym>SQL</acronym></application> Projects Web
    38 Site at: <ulink url="http://gborg.postgresql.org" />.</para></note>
    39 -->
    4033
    4134<sect3><title><application>Postgre<acronym>SQL</acronym></application> dependencies</title>
     
    6255<para>Install <application>Postgre<acronym>SQL</acronym></application> with the following commands: </para>
    6356
    64 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     57<screen><userinput><command>./configure --prefix=/usr --without-readline &amp;&amp;
    6558make &amp;&amp;
    6659make install</command></userinput></screen>
     
    110103<sect2>
    111104<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
     108it.</para>
    112109
    113110<para><command>useradd -d /var/pgsql/data postgres</command>: Add an unprivileged user to run the database server.</para>
Note: See TracChangeset for help on using the changeset viewer.