I've been trying to upgrade my Apache 1.3.12/mod_ssl 2.6.2 installation to
Apache 1.3.14/mod_ssl 2.7.0.  Everything compiled and installed without any
problems, but when I try to kick off the daemons I get:

# /etc/rc.d/init.d/httpd start
Starting httpd: Syntax error on line 188 of
/usr/local/apache-1.3.14-mod_ssl-2.7.0/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libssl.so into server:
/usr/local/apache/libexec/libssl.so: undefined symbol: sk_X509_NAME_value
/usr/local/apache/bin/apachectl startssl: httpd could not be started

Any thoughts?


If it's useful, I have RH Linux 6.1, OpenSSL 0.9.6, and the configurations
I've used are:

mod_ssl:
./configure --with-apache=../apache_1.3.14

Apache:
SSL_BASE=SYSTEM \
./configure --prefix=/usr/local/apache-1.3.14-mod_ssl-2.7.0 \
--enable-module=auth_db --enable-module=rewrite --enable-module=ssl \
--enable-module=auth_dbm --enable-shared=ssl \
--enable-suexec --suexec-caller=nobody \
--suexec-safepath=/usr/local/www/bin:/usr/local/bin:/usr/bin:/bin \
--with-layout=Apache

-- 
Randomly Generated Tagline:
"Human beings have feelings.  Didn't your alien leaders teach you that 
 before they sent you here?"                   - The Ref
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to