Created
June 29, 2012 16:44
-
-
Save ngsw/3019096 to your computer and use it in GitHub Desktop.
work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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