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:rohit.g...@fmr.com] 
Sent: Thursday, December 16, 2010 10:47 AM
To: users@httpd.apache.org
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to