Originally posted by: Caterpillar
I've also try the rpm version of Apache2, same error occurs during "make install" in AIX5.3 & AIX6.1... Please help!
Configuration as follows:
Download: libgcc-3*.rpm, gcc-3*rpm, httpd-2*tar.gz
1. Confirm AIX programming-related fileset
-
bos.adt.base
-
bos.adt.include
-
bos.adt.lib
-
bos.adt.libm
2. Install GCC Complier
-
rpm –Uvh libgcc-3*.rpm
-
rpm –Uvh gcc-3*.rpm
3. Unzip Apache rpm file
-
gunzip http-2*tar.gz
-
tar xvf httpd-2*.tar
4. Go to httpd-2.2.11 directory, comply apache, and install to /usr/local/apache2
-
./configure –C –enable-so –prefix /usr/local/apache2
Error
Stop.
make: 1254-004 The error code from the last command is 1.
I've also try the following configure:
CC=gcc ./configure \
--with-mpm=worker --enable-so --enable-layout=Apache \
--enable-mods-shared=most --enable-maintainer-mode \
--with-expat=`pwd`/srclib/apr-util/xml/expat \
--without-berkeley-db \
--enable-static-support
Error
Stop.
make: 1254-004 The error code from the last command is 1.