SCRATCH_INSTALL doc updates to helper apps versions

git-svn-id: svn://192.168.202.10@474 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-01-22 21:24:19 +00:00
parent 4810691eb2
commit 7c0e6c7120
+8 -8
View File
@@ -636,10 +636,10 @@ updated on your system, so we're going to install a new version now.
- make
- make install
- cd /usr/local
- wget http://mirror.mcs.anl.gov/openssh/portable/openssh-4.3p2.tar.gz
- gunzip openssh-4.3p2.tar.gz
- tar xvf openssh-4.3p2.tar
- cd openssh-4.3p2
- wget http://mirror.mcs.anl.gov/openssh/portable/openssh-4.4p1.tar.gz
- gunzip openssh-4.4p1.tar.gz
- tar xvf openssh-4.4p1.tar
- cd openssh-4.4p1
- ./configure
- make
- make install
@@ -654,10 +654,10 @@ your locally installed copy of Apache web server)
10. Go to http://www.openssl.org/ and download the linux source for openssl
- to install this directly on the command line type:
- cd /usr/local
- wget http://www.openssl.org/source/openssl-0.9.8b.tar.gz
- gunzip openssl-0.9.8b.tar.gz
- tar xvf openssl-0.9.8b.tar
- cd openssl-0.9.8b
- wget http://www.openssl.org/source/openssl-0.9.8d.tar.gz
- gunzip openssl-0.9.8d.tar.gz
- tar xvf openssl-0.9.8d.tar
- cd openssl-0.9.8d
- ./config
- make
- make install