DO NOT REPLY [Bug 17217] - unresolved reference to openssl routine

2003-04-24 Thread bugzilla
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

unresolved reference to openssl routine





--- Additional Comments From [EMAIL PROTECTED]  2003-04-24 18:11 ---
You need to post exactly how you build apache and openssl, this could mean any 
number of things. And how you start Apache.

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



DO NOT REPLY [Bug 17217] - unresolved reference to openssl routine

2003-02-24 Thread bugzilla
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

unresolved reference to openssl routine





--- Additional Comments From [EMAIL PROTECTED]  2003-02-24 13:11 ---
That would be consistent with your openssl library being built as a static
library instead of as a dynamic library.

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



DO NOT REPLY [Bug 17217] - unresolved reference to openssl routine

2003-02-24 Thread bugzilla
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

unresolved reference to openssl routine





--- Additional Comments From [EMAIL PROTECTED]  2003-02-24 14:02 ---
Even if it was static and noy dynamic, how come it worked with only --enable-
ssl in 2.0.43 and i had to do --enable-ssl=static in 2.0.44?

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



DO NOT REPLY [Bug 17217] - unresolved reference to openssl routine

2003-02-23 Thread bugzilla
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

unresolved reference to openssl routine

[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|ssl failure |unresolved reference to
   ||openssl routine



--- Additional Comments From [EMAIL PROTECTED]  2003-02-23 01:03 ---
The only code that references SSL_CTX_set_tmp_rsa_callback was added before
2.0.43.  Perhaps you have a version of openssl in your library path now that
doesn't implement that function?

Maybe openssl isn't found at all and that is simply the first function that
couldn't be resolved?

Just maybe you didn't specify --enable-ssl on your configure invocation for
2.0.44 and so httpd executable didn't reference the openssl library?  In this
case, the mod_ssl.so you're trying to use could be from a previous build of 
2.0.43.

?

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



DO NOT REPLY [Bug 17217] - unresolved reference to openssl routine

2003-02-23 Thread bugzilla
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

unresolved reference to openssl routine





--- Additional Comments From [EMAIL PROTECTED]  2003-02-23 17:23 ---
the only way i could get it to work was to recomiple it with --enable-
ssl=static.  It fails to load as a loadable module.

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