I just compiled 2.0.35 with:

./configure \
        --prefix=/opt/apache_2.0.35.ssl \
        --with-layout=Apache \
        --without-confadjust \
        --without-execstrip \
        --with-mpm=worker \
        --enable-ssl \
        --with-ssl=/opt/ssl


But when I try to start Apache it just hangs forever waiting for
something:

apachectl startssl


Pertinent last few lines from truss:

truss -eaf apachectl startssl

29883:  door_info(4, 0xFFBEC708)                        = 0
29883:  door_call(4, 0xFFBEC6F0)                        = 0
29883:  stat("/opt/apache_2.0.35.ssl/htdocs", 0xFFBEE6D0) = 0
29883:  brk(0x0014F480)                                 = 0
29883:  brk(0x00151480)                                 = 0
29883:  brk(0x00151480)                                 = 0
29883:  brk(0x00153480)                                 = 0
29883:  brk(0x00153480)                                 = 0
29883:  brk(0x00155480)                                 = 0
29883:  brk(0x00155480)                                 = 0
29883:  brk(0x00157480)                                 = 0
29882:  waitid(P_PID, 29883, 0xFFBEE640, WEXITED|WTRAPPED|WNOWAIT)
(sleeping...)
29883:  lwp_sema_wait(0x000FB2A8)       (sleeping...)
29883:  signotifywait()                 (sleeping...)
29883:  door_return(0x00000000, 0, 0x00000000, 0) (sleeping...)
29883:  lwp_cond_wait(0xFEE755B0, 0xFEE755C0, 0xFEE33C48) (sleeping...)


Anyone know what is going on?


                                                Thanks....

----------------------------------------
"Mon aéroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to