You don't tell us what version of httpd.On Sun, 2013-03-03 at 14:41 +0530, Sarbjit singh wrote:
Hi All,
I have been facing problem while compiling HTTPD on my linux machine. It hangs at the following location while configuration :-
........
........
checking whether TCP_NODELAY and TCP_CORK can both be enabled... yes
checking for TCP_CORK in netinet/tcp.h... yes
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking whether SCTP is supported...
I am configuring it using the following switches :-
./configure --with-included-apr
uname -r returns :-
2.6.18-194.el5
Can some one please suggest on how to build it ?
Thanks
Sarbjit
if it is 2.4.4, using --with-included-apr have you actually downloaded apr and apr-util and put them in srclib ?