Skip to content

Commit

Permalink
note about gcc added and version of OpenSSL updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Apr 21, 2012
1 parent c592ebf commit d6a9092
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,11 +11,11 @@ <h1>Install Apache-Httpd with SSL</h1>
<ul>
<li>Install Apache-Httpd with SSL support
<ul>
<li>Download <a href="http://www.openssl.org">Open-SSL</a> version 0.9.8d or higher<br/></li>
<li>Download <a href="http://www.openssl.org">Open-SSL</a> version 1.0.1a or higher<br/></li>
<li>Build Open-SSL
<ul>
<li>./config</li>
<li>make</li>
<li>make (NOTE: You might have to install gcc first)</li>
<li>make install (will install at /usr/local/ssl by default, see INSTALL file for more details)</li>
</ul></li>
<li>Test Open-SSL installation by typing &quot;/usr/local/ssl/bin/openssl version&quot;. As a response one should receive something like &quot;OpenSSL 0.9.8d 28 Sep 2006&quot;</li>
Expand Down

0 comments on commit d6a9092

Please sign in to comment.