Hello,

New install of RedHat 7.0..... no Apache, mod_ssl or OpenSSL
selected during install......(RedHat always ships with the "old stuff").

Downloaded and installed the new cutting edge stuff:

http://www.modssl.org/contrib/openssl-0.9.6-1.i686.rpm
http://www.modssl.org/contrib/apache-mod_ssl-1.3.14.2.7.1-0.6.0.i686.rpm

No changes made to httpd.conf.... no new certs installed.....
right out of the box (so to speak).

Fire up Apache:
[root@localhost sbin]# apachectl start
/usr/sbin/apachectl start: httpd started

In Netscape: http://localhost
Hey, it worked !

========================================================
Stop Apache, and restart in SSL:

[root@localhost sbin]# apachectl startssl

Syntax error on line 245 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libssl.so into server: undefined symbol: 
sk_X509_NAME_value
/usr/sbin/apachectl startssl: httpd could not be started

Line 245 of httpd.conf is:
<IfDefine SSL>
LoadModule ssl_module         lib/apache/libssl.so    <<<< Line 245
</IfDefine>

/usr/lib/apache/libssl.so  (is just where it should be!)

Any clue as to what the problem might be regarding the undefined symbol?

Steve

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to