diff --git a/general.ent b/general.ent
index a3f880afaa..1a8436b2c4 100644
--- a/general.ent
+++ b/general.ent
@@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
-
+
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index f9d0c896a8..a8debaaa6a 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,16 @@
-->
+
+ March 5th, 2010
+
+
+ [randy] - Added a sed command and its explanation to the
+ OpenSSH instructions that was inadvertently removed.
+
+
+
+
March 2nd, 2010
diff --git a/postlfs/security/openssl.xml b/postlfs/security/openssl.xml
index 94a8ea1be1..846040229a 100644
--- a/postlfs/security/openssl.xml
+++ b/postlfs/security/openssl.xml
@@ -99,6 +99,8 @@
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 \
shared \
@@ -143,6 +145,12 @@ done > /etc/ssl/ca-bundle.crtOpenSSL no longer includes any root certificates.
This package adds root certificates as provided by mozilla.org.
+ sed -i.bak 's/ -ldes/lkrb5/' configure:
+ This command fixes a build crash if you used the
+ parameter and you built the
+ Heimdal package in accordance with the BLFS
+ instructions. The command is harmless in all other instances.
+
shared: This parameter forces the creation of
shared libraries along with the static libraries.