[EMAIL PROTECTED] wrote:
Compiling Apache 2.0.63 as DSO with OpenSSL 0.9.8g (among other modules.
Compiling completes sucessfully, but the runtime fails. This is being compiled
on solaris. Interestingly enough, we do not have the
same issue with AIX.
Here is the output of the error_log with the failure:
[Tue May 20 15:08:11 2008] [info] mod_unique_id: using ip addr XXX.XXX.XXX.XXX
[Tue May 20 15:08:11 2008] [notice] httplog/2.1.2 XX configured -- resuming
normal operations
[Tue May 20 15:08:12 2008] [info] ################################
[Tue May 20 15:08:12 2008] [info] Initializing the hardware engine
[Tue May 20 15:08:12 2008] [info] ################################
[Tue May 20 15:08:12 2008] [debug] ssl_engine_init.c(311):
Initializing the engine (I've done this 1 times)
[Tue May 20 15:08:12 2008] [debug] ssl_engine_init.c(314): Getting engine by id.
[Tue May 20 15:08:12 2008] [debug] ssl_engine_init.c(323): Getting control
context - setting forkcheck.
[Tue May 20 15:08:12 2008] [debug] ssl_engine_init.c(328): Setting default with
ENGINE_set_default...
[Tue May 20 15:08:12 2008] [debug] ssl_engine_init.c(336): I should not have
gotten here.... help?
Your source line numbers from ssl_engine_init.c don't match Apache's 2.0.63
source code:
http://svn.apache.org/viewvc/httpd/httpd/tags/2.0.63/modules/ssl/ssl_engine_init.c?view=annotate
Is mod_ssl.so the "third-party .so specific the to hardware key device" that you noted? If so,
maybe it needs to be brought up to date with recent changes to Apache 2.0's mod_ssl:
http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/modules/ssl/?sortby=date#dirlist
-tom-
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]