So tried a different tact. Started with a fresh source tree by deleting the old one and unpacking a clean tar ball. Gave it the following configure command: ./configure --prefix=/opt/apache3 --enable-auth-dbm=shared --enable-expires=shared --enable-headers=shared --enable-rewrite=shared --enable-mime-magic=shared --enable-info=shared --enable-status=shared --enable-userdir=shared --enable-http --enable-so --enable-ssl=static --with-ssl=/opt/openssl098d --with-perl=/opt/perl58 --with-ndbm --enable-ldap=shared --enable-auth_ldap=shared --with-ldap=/usr/local/OpenLDAP.2.3 It goes though the configure seemingly ok (more on that later) and then the make bombs out with this: make[2]: Entering directory `/var/tmp/httpd-2.0.55/srclib/apr-util' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory `/var/tmp/httpd-2.0.55/srclib/apr-util' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/httpd-2.0.55/srclib' make: *** [all-recursive] Error 1 Going back thru the configure steps, I find this: checking for ldap support... /var/tmp/httpd-2.0.55/srclib/apr-util/configure[5947]: ac_cv_lib_/usr/local/OpenLDAP.2.3_ldap_init: This is not an identifier. srclib/apr-util configured properly ./configure[3052]: ./srclib/apr-util/apu-config: not found. ./configure[3073]: ./srclib/apr-util/apu-config: not found. ./configure[3089]: ./srclib/apr-util/apu-config: not found. ./configure[3090]: ./srclib/apr-util/apu-config: not found. Thoughts anyone? Aaron -----Original Message----- From: Aaron Smith [mailto:Aaron.Smith@xxxxxxxx] Sent: Wednesday, September 05, 2007 8:38 AM To: users@xxxxxxxxxxxxxxxx Subject: RE: Apache and mod_ssl (extra info) Oh, and I forgot to mention, it doesn't log anything at all in ANY of the logs when accessing the site via HTTPS. -------------------------------------------------------------------- Aaron Smith Aaron.Smith@xxxxxxxx System Administrator (269) 337-7496 Kalamazoo College -----Original Message----- From: Graeme Fowler [mailto:graeme@xxxxxxxxxxx] Sent: Tuesday, September 04, 2007 5:25 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: Apache and mod_ssl (extra info) On Tue, 2007-09-04 at 16:30 -0400, Aaron Smith wrote: > Connecting via https to port 8045 shows the behavior of child > processing hanging in a waiting state. Sounds like your system isn't generating enough entropy to me, which can affect SSL/TLS connections on lots of protocols. I have no experience of HP/UX though, so suggestions are limited... Which SSL libraries are you compiling mod_ssl against? OpenSSL, or some HP ones? Do you have /dev/random and /dev/urandom? If you do "cat /dev/random" and "cat /dev/urandom", what comes back? It'll be garbage, but do the rates differ significantly? When you start up this new Apache instance, what does it log in the error log? Graeme --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx