Author: randy
Date: 2005-11-21 11:52:31 -0700 (Mon, 21 Nov 2005)
New Revision: 5289

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/stunnel.xml
Log:
Added --disable-libwrap to the configure command in the Stunnel instructions

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-11-21 17:37:12 UTC 
(rev 5288)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-11-21 18:52:31 UTC 
(rev 5289)
@@ -45,6 +45,11 @@
       <para>November 21st, 2005</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added --disable-libwrap to the configure command in
+          the Stunnel instructions to fix a broken build identified by Filip
+          Bartmann.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added new package gnome-volume-manager-1.5.1 to the
           Utilities section of Chapter 31.</para>
         </listitem>

Modified: trunk/BOOK/postlfs/security/stunnel.xml
===================================================================
--- trunk/BOOK/postlfs/security/stunnel.xml     2005-11-21 17:37:12 UTC (rev 
5288)
+++ trunk/BOOK/postlfs/security/stunnel.xml     2005-11-21 18:52:31 UTC (rev 
5289)
@@ -118,7 +118,7 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
-    --localstatedir=/var/lib &amp;&amp;
+    --localstatedir=/var/lib --disable-libwrap &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -141,6 +141,10 @@
     <filename class='directory'>/var/lib/stunnel</filename> instead of
     <filename class='directory'>/usr/var/stunnel</filename>.</para>
 
+    <para><parameter>--disable-libwrap</parameter>: This parameter is required
+    if you don't have <application>tcpwrappers</application> installed. Remove
+    the parameter if <application>tcpwrappers</application> is 
installed.</para>
+
     <para><command>make install</command>: This command installs the package
     and, if you did not copy an <filename>stunnel.pem</filename> file to the
     <filename class='directory'>/etc/stunnel</filename> directory, prompts you

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to