View Full Version : OpenSSL 0.9.8 - custome apache issue
hackerpitbull
07-11-2005, 09:00 AM
http://www.openssl.org
OpenSSL 0.9.8, after installing it custome apache wouldn't compile (./build apache_mod_ssl) - Error with something about ssl.
does anyone know how to fix it?
ballyn
07-11-2005, 09:37 AM
I think you'll need mod_ssl 2.8.23 for 1.3.33...
http://www.modssl.org/
hackerpitbull
07-11-2005, 10:46 AM
Originally posted by ballyn
I think you'll need mod_ssl 2.8.23 for 1.3.33...
http://www.modssl.org/
thx ;P
if anybody wanna know how to upgrade (tested on CentOS4 should work on all RH based OS):
cd /usr/src
wget http://www.openssl.org/source/openssl-0.9.8.tar.gz
tar -xvzf openssl-0.9.8.tar.gz
cd openssl-0.9.8/
rm -rf /usr/lib/libssl.so.0
rm -rf /usr/lib/libssl.so
rm -rf /lib/libssl.so.2
rm -rf /usr/lib/libcrypto.so.0
./config --prefix=/usr no-threads shared
make
make test
make install
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig -v
rm -f /lib/libssl.so.4
rm -f /usr/lib/libcrypto.so.0
ln -s /usr/lib/libssl.so.0.9.8 /lib/libssl.so.4
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0
cd /usr/local/directadmin/customapache
wget http://www.modssl.org/source/mod_ssl-2.8.23-1.3.33.tar.gz
rm -rf mod_ssl-2.8.22-1.3.33
rm -rf mod_ssl-2.8.22-1.3.33.tar.gz
mv mod_ssl-2.8.23-1.3.33.tar.gz mod_ssl-2.8.22-1.3.33.tar.gztar xzfv mod_ssl-2.8.22-1.3.33.tar.gz
mv mod_ssl-2.8.23-1.3.33 mod_ssl-2.8.22-1.3.33
rm -rf mod_ssl-2.8.22-1.3.33.tar.gz
tar -czf mod_ssl-2.8.22-1.3.33.tar.gz mod_ssl-2.8.22-1.3.33/
./build apache_mod_ssl
ballyn
07-11-2005, 10:59 AM
Probably better to change the MODSSL_VER variable in build than to package 2.8.23 as 2.8.22... but that file does get overwritten if you do an update.
Let us know if you have any ssl issues... 0.9.8 looks like a pretty major update.
hackerpitbull
07-11-2005, 11:04 AM
Originally posted by ballyn
Probably better to change the MODSSL_VER variable in build than to package 2.8.23 as 2.8.22... but that file does get overwritten if you do an update.
Let us know if you have any ssl issues... 0.9.8 looks like a pretty major update.
np :)
dan35
07-25-2005, 02:42 AM
Anyone know how to update them on freebsd step by step!
OpenSSL and/or mod_ssl
scott9824
08-20-2005, 08:46 AM
Originally posted by hackerpitbull
thx ;P
if anybody wanna know how to upgrade (tested on CentOS4 should work on all RH based OS):
cd /usr/src
wget http://www.openssl.org/source/openssl-0.9.8.tar.gz
tar -xvzf openssl-0.9.8.tar.gz
cd openssl-0.9.8/
rm -rf /usr/lib/libssl.so.0
rm -rf /usr/lib/libssl.so
rm -rf /lib/libssl.so.2
rm -rf /usr/lib/libcrypto.so.0
./config --prefix=/usr no-threads shared
make
make test
make install
echo "/usr/local/ssl/lib" >> /etc/ld.so.conf
ldconfig -v
rm -f /lib/libssl.so.4
rm -f /usr/lib/libcrypto.so.0
ln -s /usr/lib/libssl.so.0.9.8 /lib/libssl.so.4
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0
cd /usr/local/directadmin/customapache
wget http://www.modssl.org/source/mod_ssl-2.8.23-1.3.33.tar.gz
rm -rf mod_ssl-2.8.22-1.3.33
rm -rf mod_ssl-2.8.22-1.3.33.tar.gz
mv mod_ssl-2.8.23-1.3.33.tar.gz mod_ssl-2.8.22-1.3.33.tar.gztar xzfv mod_ssl-2.8.22-1.3.33.tar.gz
mv mod_ssl-2.8.23-1.3.33 mod_ssl-2.8.22-1.3.33
rm -rf mod_ssl-2.8.22-1.3.33.tar.gz
tar -czf mod_ssl-2.8.22-1.3.33.tar.gz mod_ssl-2.8.22-1.3.33/
./build apache_mod_ssl
Thanks.:D
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.