DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22057>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22057

I cannot start httpd with mod_ssl in DSO





------- Additional Comments From [EMAIL PROTECTED]  2003-10-10 15:04 -------
can you compare your broken apache 2 installation with your working apache 1.3
installation with respect to:

a) which openssl library do they pick up
# ldd /path/to/apache2/httpd
# ldd /path/to/apache13/httpd
# ldd /path/to/apache13/mod_ssl.so

b) they both reference X509_free
# nm /path/to/apache2/mod_ssl.so | grep X509_free
# nm /path/to/apache13/mod_ssl.so | grep X509_free

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to