Skip to content

Instantly share code, notes, and snippets.

@ngsw
Created June 29, 2012 16:44
Show Gist options
  • Select an option

  • Save ngsw/3019096 to your computer and use it in GitHub Desktop.

Select an option

Save ngsw/3019096 to your computer and use it in GitHub Desktop.
work
yum -y install wget zlib gcc make perl
cd /usr/local/src/
wget http://archive.apache.org/dist/httpd/httpd-2.2.4.tar.gz
wget http://ftp.openssl.org/source/openssl-1.0.0j.tar.gz
tar zxvf httpd-2.2.4.tar.gz ; tar zxvf openssl-1.0.0j.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment