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=17217>. 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=17217 mod_ssl cannot be used as a DSO with static OpenSSL libraries [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|unresolved reference to |mod_ssl cannot be used as a |openssl routine |DSO with static OpenSSL | |libraries ------- Additional Comments From [EMAIL PROTECTED] 2003-11-25 21:25 ------- To state the issue concisely: If building mod_ssl as a DSO against static OpenSSL libraries, mod_ssl will not load. This is because the only place that symbols from the SSL libraries are referenced is mod_ssl, but only httpd itself is linked against -lssl -lcrypto. The workaround is to use shared OpenSSL libraries or a statically-linked mod_ssl. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
