errors starting apache2.0.45 with mod_ssl as DSO.

errors starting apache2.0.45 with mod_ssl as DSO.

am 15.05.2003 17:28:13 von Jirka Vejrazka

> # ./httpd -DSSL
> Syntax error on line 233 of /etc/apache/httpd.conf:
> Cannot load /usr/apache/libexec/mod_ssl.so into
> server: ld.so.1: ./httpd: fatal: relocation error:
> file /usr/apache/libexec/mod_ssl.so: symbol
> X509_INFO_free: referenced symbol not found

Hi,

make sure that you have OpenSSL compiled dynamically (./config shared) and zlib too (./configure -s). I've had the same problem on Solaris. Also make sure that you have correct paths and/or links set, OpenSSL likes to put its libraries to /usr/local/ssl/lib where other applications cannot find it. I usually update LD_LIBRARY_PATH or set symbolic links to libcrypto and libssl to /usr/lib.

Jirka Vejrazka
--
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org