Author: bdubbs
Date: 2006-05-03 12:46:13 -0600 (Wed, 03 May 2006)
New Revision: 5993

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/openssh.xml
Log:
Updated sed in openssh to include -ldl

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-05-03 17:12:23 UTC 
(rev 5992)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-05-03 18:46:13 UTC 
(rev 5993)
@@ -44,6 +44,10 @@
       <para>May 3rd, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Updated sed for openssh to link
+          crypto libraries statically.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated location of kernel options in
           iptables.  Thanks to Allard Welter who pointed this
           out.</para>

Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2006-05-03 17:12:23 UTC (rev 5992)
+++ trunk/BOOK/server/major/openssh.xml 2006-05-03 18:46:13 UTC (rev 5993)
@@ -117,7 +117,7 @@
     <application>OpenSSL</application> library. To link against the static
     library, execute the following command:</para>
 
-<screen><userinput>sed -i "s:-lcrypto:/usr/lib/libcrypto.a:g" 
configure</userinput></screen>
+<screen><userinput>sed -i "s:-lcrypto:/usr/lib/libcrypto.a -ldl:g" 
configure</userinput></screen>
 
     <para>Install <application>OpenSSH</application> by running
     the following commands:</para>

-- 
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