You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Taylor Jones <tj...@cadrc.calpoly.edu> on 2006/03/18 01:11:35 UTC

./configure hangs at "Checking if TCP_NODELAY..."

When compiling, the configure command hangs at the the point shown 
below. This is a dual Opteron machine with 3 interfaces, two Broadcom 
NetXtreme BCM5704 10/100/1000 links and one Intel Etherpro 10/100. The 
only other peculiarity to the system are the virtual interfaces (7 
virtual interfaces tied to eth1). Any sugestions?

Taylor

-- snip --
Checking for Networking support...
checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking style of gethostbyname_r routine... glibc2
checking 3rd argument to the gethostbyname_r routines... char
checking if TCP_NODELAY setting is inherited from listening sockets...
-- hangs forever here --

Re: ./configure hangs at "Checking if TCP_NODELAY..."

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Mar 17, 2006 at 04:11:35PM -0800, Taylor Jones wrote:
> When compiling, the configure command hangs at the the point shown 
> below. This is a dual Opteron machine with 3 interfaces, two Broadcom 
> NetXtreme BCM5704 10/100/1000 links and one Intel Etherpro 10/100. The 
> only other peculiarity to the system are the virtual interfaces (7 
> virtual interfaces tied to eth1). Any sugestions?

This can happen if you have firewall rules active which are dropping 
packets to or from the loopback interface on random ports.

joe

> -- snip --
> Checking for Networking support...
> checking for in_addr in netinet/in.h... yes
> checking if fd == socket on this platform... yes
> checking style of gethostbyname_r routine... glibc2
> checking 3rd argument to the gethostbyname_r routines... char
> checking if TCP_NODELAY setting is inherited from listening sockets...
> -- hangs forever here --