AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Apache 2.2.8 and AIX 5.3

    Posted Wed June 18, 2008 05:43 PM

    Originally posted by: SystemAdmin


    I am facing some issues installing apache2.2.8 on aix5.3
    I downloaded Unix Source version of apache2.2.8 from http://httpd.apache.org/download.cgi

    I am getting the following error on make.

    can someone help me get this installed?

    Thanks in advance for the help.

    $./configure --prefix=/home/xyz/apache2 --with-included-apr --enable-dav --enable-so --enable-maintainer-mode

    $ make
    Making all in srclib
    Making all in apr
    /bin/sh /home/xyz/httpd-2.2.8/srclib/apr/libtool --silent --mode=compile cc -qlanglvl=extc89 -g -qHALT=E -qfullpath -qinitauto=FE -qcheck=all -qinfo=pro -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -D_LARGEFILE64_SOURCE -I./include -I/home/xyz/httpd-2.2.8/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/xyz/httpd-2.2.8/srclib/apr/include -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
    "strings/apr_snprintf.c", line 583.31: 1506-1298 (S) The subscript 10 is out of range. The valid range is 0 to 9.
    "strings/apr_snprintf.c", line 863.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 873.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 883.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 893.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 910.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 920.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 935.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 945.38: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 1114.42: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 1132.60: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 1151.55: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 1170.60: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    "strings/apr_snprintf.c", line 1195.64: 1506-1298 (S) The subscript 512 is out of range. The valid range is 0 to 511.
    make: 1254-004 The error code from the last command is 1.
    Stop.
    make: 1254-004 The error code from the last command is 1.
    #AIX-Forum


  • 2.  Re: Apache 2.2.8 and AIX 5.3

    Posted Thu June 19, 2008 03:15 PM

    Originally posted by: SystemAdmin


    If you don't have a reason for compiling Apache itself and just want it installed, I would grab it from here: http://www.perzl.org/aix/index.php?n=Main.Apache
    You might also be interested in the information on this page about open source software and AIX: http://www-941.ibm.com/collaboration/wiki/display/WikiPtype/aixopen
    #AIX-Forum