[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-17 Thread Goel, Rohit
" \ "--enable-usertrack=shared" \ "--enable-unique-id=shared" \ "--enable-info=shared" \ "--enable-ssl=shared" \ "--enable-log-forensic=shared" \ "--enable-dumpio=shared" \ "--enable-logio=shared" \ "CC=cc" \ &q

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
quot;--enable-usertrack=shared" \ "--enable-unique-id=shared" \ "--enable-info=shared" \ "--enable-ssl=shared" \ "--enable-log-forensic=shared" \ "--enable-dumpio=shared" \ "--enable-logio=shared" \ "CC=cc" \ "CFLAGS=-O2"

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
hether make sets $(MAKE)... yes checking how to run the C preprocessor... xlc_r -E checking for gawk... no < stuff deleted > -tony -Original Message- From: Goel, Rohit [mailto:rohit.g...@fmr.com] Sent: Thursday, December 16, 2010 11:58 AM To: users@httpd.apache.org Sub

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 3:36 PM, Goel, Rohit wrote: > Thanks, also as per my knowledge the log for configure is config.log > available inside httpd-2.2.17 folder. After I run the configure command > initially there is some information written in that log but nothing afer > that, is that ok? Is

RE: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
happening? Thanks Rohit -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, December 16, 2010 2:27 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: Apache Configure going into infinite loop On Thu, Dec 16, 2010 at 3:16 PM, Goel, Rohit wrote

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 3:16 PM, Goel, Rohit wrote: > Thanks for that but the reason I am asking for how much time it takes is > because mine just goes on and on for hours and looks like there is no end to > it. I am using the following configure command: With CONFIG_SHELL=/bin/bash and --with-

RE: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
ohit -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursday, December 16, 2010 2:08 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] RE: Apache Configure going into infinite loop On Thu, Dec 16, 2010 at 2:57 PM, Goel, Rohit wrote: > Hi Tony, > Tha

Re: [us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Eric Covener
On Thu, Dec 16, 2010 at 2:57 PM, Goel, Rohit wrote: > Hi Tony, > Thanks for the reply, usually in how much time does the configure complete? > It can take a very long time with the default shell on AIX, you might find it useful to run configure with the following in your environment: CONFIG_SHEL

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Goel, Rohit
Hi Tony, Thanks for the reply, usually in how much time does the configure complete? Thanks Rohit -Original Message- From: Bennett, Tony [mailto:bennett.t...@con-way.com] Sent: Thursday, December 16, 2010 1:50 PM To: users@httpd.apache.org Subject: [us...@httpd] RE: Apache Configure

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
Here's how we issue configure on AIX 5.3 (and 6.1) with Apache 2.2.10, bearing in mind we were using IBM's "C for AIX", which necessitated specifying CC=xlc_r and CPPFLAGS=-D_THREAD_SAFE. Here's the contents of config.nice: CC="xlc_r"; export CC CPPFLAGS="-D_THREAD_SAFE