update of scratch install

git-svn-id: svn://192.168.202.10@595 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-04-17 22:58:11 +00:00
parent 415765321e
commit df35e88e06
+8 -8
View File
@@ -623,10 +623,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.5p1.tar.gz
- gunzip openssh-4.5p1.tar.gz
- tar xvf openssh-4.5p1.tar
- cd openssh-4.5p1
- wget http://mirror.mcs.anl.gov/openssh/portable/openssh-4.6p1.tar.gz
- gunzip openssh-4.6p1.tar.gz
- tar xvf openssh-4.6p1.tar
- cd openssh-4.6p1
- ./configure
- make
- make install
@@ -641,10 +641,10 @@ your locally installed copy of Apache web server)
9. 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.8d.tar.gz
- gunzip openssl-0.9.8d.tar.gz
- tar xvf openssl-0.9.8d.tar
- cd openssl-0.9.8d
- wget http://www.openssl.org/source/openssl-0.9.8e.tar.gz
- gunzip openssl-0.9.8e.tar.gz
- tar xvf openssl-0.9.8e.tar
- cd openssl-0.9.8e
- ./config
- make
- make install