Hi everybody,
I'm having trouble starting apache with SSL
This is what i'm getting:
>/usr/local/apache/bin/apachectl startssl
Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libssl.so into server: object
libssl.so from liblist in /usr/local/apache/libexec/libssl.so has version
"0.9.6", which does not match the found object:
/usr/local/apache/libexec/libssl.so (with version "")
/usr/local/apache/bin/apachectl startssl: httpd could not be started
In http.conf, line 238 : LoadModule ssl_module libexec/libssl.so
When i try :
>what /usr/local/apache/libexec/libssl.so
/usr/local/apache/libexec/libssl.so:
mod_ssl/2.8.6
Compilation:
1.Open SSL 0.9.6c
./config shared --prefix=/usr/local/openssl
--openssldir=/usr/local/openssl
make
make install
2. MM shared memory library 1.1.3
./configure --disable-shared
make
3.mod_ssl 2.8.6-1.3.23
EAPI=/usr/local/src/mm-1.1.3 ./configure
--with-apache=/usr/local/src/apache_1.3.23
make
4. Apache 1.3.23
SSL_BASE=/usr/local/src/openssl-engine-0.9.6c
EAPI_MM=/usr/local/src/mm-1.1.3 ./configure --prefix=/usr/local/apache
--enable-module=so --enable-rule=SHARED_CORE --enable-module=most
--enable-shared=max --enable-module=ssl --enable-shared=ssl
make
make certificate TYPE=custom
make install
Thanx for help
Libor Hemola
Unix Administrator
Fincom.Net, a.s.
tel: +42 049 5500 160
Received on Tue Feb 05 2002 - 09:34:06 NZDT