PHP with AIX 5.2

Good day

Does anyone have a guide for the installation of PHP on AIX 5.2 ? Is there a solution such as xampp for AIX ?

Thanks

J

Hi all. get the following error when running the configure for the PHP512 install.

# pg config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:2162: checking for Cygwin environment
configure:2178: cc -c conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:
#line 2167 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:2195: checking for mingw32 environment
configure:2207: cc -c conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:
#line 2200 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:2226: checking for egrep
configure:2241: checking for a sed that does not truncate output
configure:2361: checking host system type
configure:2382: checking target system type
configure:2480: checking for gcc
configure:2510: checking for cc
configure:2593: checking whether the C compiler (cc ) works
configure:2609: cc -o conftest conftest.c 1>&5
cc: 1501-224 fatal error in /usr/vac/exe/xlcentry: signal 11 received
configure: failed program was:

#line 2604 "configure"
#include "confdefs.h"

main(){return(0);}
#

Any ideas ?

Thanks

J