Hi Tony, Thanks for the reply, usually in how much time does the configure complete?
Thanks Rohit -----Original Message----- From: Bennett, Tony [mailto:[email protected]] Sent: Thursday, December 16, 2010 1:50 PM To: [email protected] Subject: [us...@httpd] RE: Apache Configure going into infinite loop 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 "; export CPPFLAGS "./configure" \ "--prefix=/usr/local/apache" \ "--with-mpm=worker" \ "--without-berkeley-db" \ "--with-ssl=/usr/local/dms/openssl" \ "--enable-ssl=static" \ "--enable-dav=static" \ "--enable-dav_fs=static" \ "--enable-dav-lock=static" \ "--enable-logio=static" \ "--enable-auth_extern=static" \ "--enable-dms_apr=static" \ "--enable-proxy=static" \ "--enable-proxy_balancer=static" \ "--enable-proxy-ajp=static" \ "--enable-proxy-http=static" \ "--enable-static-rotatelogs" \ "--with-included-apr" \ "--enable-static-support" \ "$@" -----Original Message----- From: Goel, Rohit [mailto:[email protected]] Sent: Thursday, December 16, 2010 10:47 AM To: [email protected] Subject: [us...@httpd] Apache Configure going into infinite loop Hi, I am trying to install Apache 2.2.17 on AIX 5.3, when I run the configure command it is going into infinite loop checking for the configuration again and again. Can anyone help me with this. The configure command is : ./configure --prefix=/almptdbos1/app/apache_2.2.17 Thanks Rohit --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
