hi guys, sorry for the late response - i left this Apache compilation for a
while, but i am trying it again now.

I tried to compile apache (2.2.3) again - this time using gcc, but the
result is the same. I tried replacing config.guess as described above from
AutoMake latest version
(1.12<http://ftp.gnu.org/gnu/automake/automake-1.12.tar.gz>- i wasn't
sure how to establish if it supports aix 6.1). I then ran "make
clean" and "make distclean", deleted the installed apache and re-ran
configure, make & make install. The result is still the same: i get a blank
page instead of "it works".

this is my* configure command*:
> env OBJECT_MODE=64 CFLAGS="-D_32KERMODE -DI64BITS -maix64"
LDFLAGS="-maix64" ./configure
--prefix=/i4t/webservers_aix/dbaix1_aix61/apache223 --enable-module=so
--with-as=/usr/bin/as --with-ld=/usr/bin/ld

*> uname -a*
AIX dbaix1 1 6 00CF3A0E4C00

*> rpm -aq*
grep-2.5.1-1
bash-3.0-1
bash-doc-3.0-1
tcsh-6.11-3
gcc-4.2.0-3
coreutils-5.2.1-2
libgcc-4.2.0-3
sudo-1.6.7p5-3
AIX-rpm-6.1.4.0-7


what am i missing?

thanks
asaf


On Thu, Aug 23, 2012 at 1:56 PM, Brian Gaber
<brian.ga...@tpsgc-pwgsc.gc.ca>wrote:

>  asaf,
>
>     I have had the same issue in the past when using xlc to compile
> Apache on AIX.  The problem is described here:
> http://people.apache.org/~trawick/aixstatus.html
>
>     Here is how I got it to work:
>
> Copy AutoMake config.guess that has AIX 6 support into these four places
> of the source before compiling:
>
> .../httpd-2.2.x/build/config.guess
> .../httpd-2.2.x/srclib/apr/build/config.guess
> .../httpd-2.2.x/srclib/apr-util/build/config.guess
> .../httpd-2.2.x/srclib/apr-util/xml/expat/conftools/config.guess
>
> Recompile.
>
> Brian
>
>  ------------------------------
> *From:* Asaf Dalet [mailto:asaf.da...@gmail.com]
> *Sent:* Wednesday, August 22, 2012 7:51 AM
> *To:* users@httpd.apache.org
> *Subject:* [users@httpd] Content-Length is always 0
>
> Hi,
> I compiled apache 2.2 64 bits on AIX 6.1 and the installation seeemed to
> have passed fine. But when I browse to static HTML pages on that server -
> all pages return empty with "Content-Length: 0" in the response headers.
>
> anyone has an idea how to fix this?
>
> thanks
> asaf
>
>
>

Reply via email to