You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/12 22:41:04 UTC

DO NOT REPLY [Bug 8034] - problems starting built-in mod_ssl

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=8034>.
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=8034

problems starting built-in mod_ssl





------- Additional Comments From jwoolley@apache.org  2002-04-12 20:41 -------
SHARED:  
/local/opt/apache2/modules/mod_ssl.so: symbol X509_INFO_free: referenced  
symbol not found  
  
This means that you've built Apache against a static OpenSSL (libssl.a/libcrypto.a as  
opposed to .so).  That won't work currently, because OpenSSL gets linked against httpd  
and not against mod_ssl.so so some needed symbols get thrown away by the linker.  Rebuild  
with a shared OpenSSL library and it should work fine.  
  
STATIC:  
I'm not sure if this segfault is related to the problem listed above or not.  If it's  
not, can you please provide us with a backtrace?  If you need help doing that, look at 
http://httpd.apache.org/dev/debugging.html 
 
Thanks for using Apache!