I am about to give up building Apache 1.3.20/ModSSL2.8.4/OpenSSL0.9.6b.
I have built various builds of Apache over the last few years but seem to be
having no success at all at the moment.
Server is running Linux Redhat 6.2 (2.2.14).
OpenSSL 0.9.6b is installed in the default location of /usr/local/ssl built
with "./config shared"
Build procedure is as below ....
# apply mod_ssl to Apache source tree
cd mod_ssl-2.8.4-1.3.20
./configure --with-apache=../apache_1.3.20 \
--with-ssl=/sysdev/ServDev/current/openssl-0.9.6b \
--verbose
cd ..
# pre-configure Apache for PHP4's configure step
cd apache_1.3.20
./configure --prefix=/usr/local/apache5
cd ..
# configure PHP4 and apply it to the Apache source tree
cd php-4.0.6
CFLAGS='-O2 -I/sysdev/ServDev/current/openssl-0.9.6b/include'
./configure --with-apache=../apache_1.3.20 --with-mysql --with-imap --withou
t-gd --with-curl=/sysdev/ServDev/curl-7.8 --with-mcrypt --enable-memory-limi
t=yes --enable-debug=no
gmake
gmake install
cd ..
# build/install Apache with mod_ssl and PHP4
cd apache_1.3.20
SSL_BASE=/usr/local/ssl
./configure --prefix=/usr/local/apache5 --enable-module=ssl --activate-modul
e=src/modules/php4/libphp4.a --enable-module=php4 --enable-module=rewrite
make
This same format of script has worked dozens of times without problems but
now fails with the latest versions. With ModSSL support removed the server
builds and runs without problems.
When run with 'apachectl start' server process immediately fails to start
and core dumps.
error_log is created but zero length and empty and the "ssl_engine_log"
simply contains the following.
[25/Jul/2001 02:01:51 00557] [info] Server: Apache/1.3.20, Interface:
mod_ssl/2.8.4, Library: OpenSSL/0.9.6b
[25/Jul/2001 02:01:51 00557] [info] Init: 1st startup round (still not
detached)
[25/Jul/2001 02:01:51 00557] [info] Init: Initializing OpenSSL library
[25/Jul/2001 02:01:51 00557] [info] Init: Seeding PRNG with 136 bytes of
entropy
Basically it doesn't work and does not give any errors or clues as to why
not ......
Full log of the compilation process can be seen at :-
http://www.php4.co.uk/buildlog.txt [370k] plain text
http://www.php4.co.uk/buildlog.zip [36k] zipped version of above.
Please help ...
Thanks in advance.
Phil Ellett,
Technimode Ltd,
Sheffield.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]