Author: randy
Date: 2010-03-19 05:49:42 -0600 (Fri, 19 Mar 2010)
New Revision: 8341
Modified:
trunk/BOOK/postlfs/security/openssl.xml
trunk/BOOK/server/major/openssh.xml
Log:
A command was inadvertently removed from the OpenSSH instructions and when I
noticed it, I then added it to the OpenSSL instructions instead of the OpenSSH
instructions by mistake; now fixed
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2010-03-18 12:48:21 UTC (rev
8340)
+++ trunk/BOOK/postlfs/security/openssl.xml 2010-03-19 11:49:42 UTC (rev
8341)
@@ -99,7 +99,6 @@
<screen><userinput>patch -Np1 -i
../openssl-&openssl-version;-fix_manpages-1.patch &&
tar -vxf ../BLFS-ca-bundle-&ca-bundle-version;.tar.bz2 &&
-sed -i.bak 's/ -ldes//' configure
./config --prefix=/usr \
--openssldir=/etc/ssl \
@@ -145,12 +144,6 @@
<application>OpenSSL</application> no longer includes any root
certificates.
This package adds root certificates as provided by mozilla.org.</para>
- <para><command>sed -i.bak 's/ -ldes/lkrb5/' configure</command>:
- This command fixes a build crash if you used the
- <option>--with-kerberos5</option> parameter and you built the
- <application>Heimdal</application> package in accordance with the BLFS
- instructions. The command is harmless in all other instances.</para>
-
<para><parameter>shared</parameter>: This parameter forces the creation of
shared libraries along with the static libraries.</para>
Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2010-03-18 12:48:21 UTC (rev 8340)
+++ trunk/BOOK/server/major/openssh.xml 2010-03-19 11:49:42 UTC (rev 8341)
@@ -111,9 +111,13 @@
<para>Install <application>OpenSSH</application> by running
the following commands:</para>
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/ssh
--datadir=/usr/share/sshd \
- --libexecdir=/usr/lib/openssh --with-md5-passwords \
- --with-privsep-path=/var/lib/sshd &&
+<screen><userinput>sed -i.bak 's/ -ldes//' configure &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc/ssh \
+ --datadir=/usr/share/sshd \
+ --libexecdir=/usr/lib/openssh \
+ --with-md5-passwords \
+ --with-privsep-path=/var/lib/sshd &&
make</userinput></screen>
<para>If you linked <application>tcp_wrappers</application> into the
@@ -145,6 +149,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i.bak 's/ -ldes//' configure</command>:
+ This command fixes a build crash if you used the
+ <option>--with-kerberos5</option> parameter and you built the
+ <application>Heimdal</application> package in accordance with the BLFS
+ instructions. The command is harmless in all other instances.</para>
+
<para><parameter>--sysconfdir=/etc/ssh</parameter>: This prevents
the configuration files from being installed in
<filename class="directory">/usr/etc</filename>.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page