On Thu, Feb 17, 2005 at 03:05:31PM -0500, William McKee wrote: > On Thu, Feb 17, 2005 at 04:53:45PM +0000, Joe Orton wrote: > > Check for the result of the: > > > > "checking if O_NONBLOCK setting is inherited from listening sockets" > > > > test when you run the configure script. > > I wasn't sure if you were referring to the mod_perl or Apache configure > script. When I ran the following command, the setting was no: > > perl Makefile.PL PREFIX=/usr/local MP_USE_STATIC=1 > MP_AP_PREFIX=/usr/local/src/httpd-2.0.53_perl > MP_AP_CONFIGURE="--with-mpm=prefork --prefix=/usr/local/apache2_perl" > > The config.log file from that command is temporarily available here[1].
That confirms that the problem: you got a connect() failure when the configure test program attempted to a listener bound to 0.0.0.0 You can try the standalone test program here to reproduce the failure: http://www.apache.org/~jorton/nonblock.c It could be some firewalling thing in how the machine is set up. joe
