Anybody help me.
I’m trying to install php 4.03pl1 in AIX 4.3.3. The make command shows the error:
...
cc: 1501-218 file .libs/libphp4.lax/libxml.al/xmlrole.lo contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libxml.al/xmlparse.lo contains an incorrectfile suffix
cc: 1501-218 file .libs/libphp4.lax/libxml.al/hashtable.lo contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libtsrm.al/TSRM.lo contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libtsrm.al/tsrm_strtok_r.lo contains an incorrect file suffix
cc: 1501-218 file .libs/libphp4.lax/libtsrm.al/tsrm_virtual_cwd.lo contains an incorrect file suffix
make: The error code from the last command is 255.
Stop.
make: The error code from the last command is 1.
Stop.
My plataform is:
IBM RS/6000
AIX 4.3.3
C Compiler 4.3
PHP 4.0.3 pl1
HTTPServer 1.3.12
configure –with-apxs=/usr/HTTPServer/bin/apxs –without-zend –without-mysql –with-config-file-path=/usr/HTTPServer
NOTE: PHP 3.0.18 works fine.