Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2 on AIX 5.3.0

Status
Not open for further replies.

scotbuff

MIS
Apr 19, 2002
15
0
0
US
I am trying to install Apache 2.0.53 on AIX 5.3.3, I am running gcc 3.3.2-5 and the compile is failing with the following error. I found one other reference to this elsewhere on the web and the question was unanswered. Anyone have any ideas?

Making all in srclib
Making all in apr
Making all in strings
/bin/sh /software/apache/httpd-2.0.53/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I../include -I../include/arch/unix -c apr_snprintf.c && touch apr_snprintf.lo
In file included from ../include/apr_portable.h:47,
from apr_snprintf.c:23:
/usr/include/pthread.h:652: error: parse error before '*' token
/usr/include/pthread.h:655: error: parse error before '*' token
/usr/include/pthread.h:658: error: parse error before '*' token
/usr/include/pthread.h:661: error: parse error before '*' token
/usr/include/pthread.h:664: error: parse error before '*' token
/usr/include/pthread.h:672: error: parse error before '*' token
/usr/include/pthread.h:675: error: parse error before '*' token
/usr/include/pthread.h:678: error: parse error before '*' token
/usr/include/pthread.h:681: error: parse error before '*' token
/usr/include/pthread.h:689: error: parse error before '*' token
/usr/include/pthread.h:693: error: parse error before '*' token
/usr/include/pthread.h:696: error: parse error before '*' token
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.


Stop.
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.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
 
Alternatives to this type of installation on AIX 5.3 for Apache 2 would be appreciated also. I could find no rpm for AIX 5.3. Has anyone successfully installed Apache 2 on AIX 5.3 and if so what method did you use? Thanks in advance, regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top