> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
>
> I have been having serious difficulties with getting openssl
> 0.9.6b to even
> build on RedHat 6.2. So much so that I'm considering moving to 7.1.
>
> Just last week RedHat posted an updated version of openssl on
> their site. To
> quote them:
>
> "Updated openssl packages are now available for Red Hat Linux 6.x and 7.
> These packages include security-related changes made in OpenSSL 0.9.6a and
> 0.9.6b which have been backported to previous versions released
> for Red Hat
> Linux."
>
> Interestingly, the packages are still number 0.9.6 and  "openssl version"
> gives you 0.9.6 as the version.

I find this interesting, because I don't have any problems building and
running the latest apache/mod_ssl/openssl on my RedHat 6.2 systems.

Here's the exact steps I take to build:

tar zxf mm-1.1.3.tar.gz
cd mm-1.1.3 && ./configure --disable-shared && make && make test
cd ..
tar zxf openssl-0.9.6b.tar.gz
cd openssl-0.9.6b && ./configure && make && make test
cd ..
tar zxf mod_ssl-2.8.4-1.3.20.tar.gz
tar zxf apache_1.3.20.tar.gz
cd mod_ssl-2.8.4-1.3.20 && ./configure --with-apache=../apache_1.3.20
cd ..
cd apache_1.3.20 && ./configure --enable-module=most --enable-shared=max
make && make install
<edit and tweak /usr/local/apache/conf/httpd.conf as necessary>
/usr/local/apache/bin/apachectl start

I've never had a problem doing this on various RedHat and SGI IRIX machines.

-Dave



______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to