From 7c0e6c7120a46dcd849d63d1a75520d67c475ba5 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 22 Jan 2007 21:24:19 +0000 Subject: [PATCH] SCRATCH_INSTALL doc updates to helper apps versions git-svn-id: svn://192.168.202.10@474 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index a9ab817e..4e350c59 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -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