Hello, I'm trying to insall php 4.0.6 with oracle8.1.7 and apache1.3.20. I can get php to configure, but the make command fails with syntax errors. I'm new to C and php, so any ideas on how/where to research and correct my problem would be appreciated.
Thanks, Vince I'm installing on AIX 4.3.3 here is my config.......... ./configure --with-oci8=$ORACLE_HOME --with-apache=/code/apache/apache_1.3.20 --without-mysql and the resulting make........ $make Making all in Zend Target "all" is up to date. Making all in main cc -I. -I/code/apache/php-4.0.6/main -I/code/apache/php-4.0.6/main -I/code/apache/php-4.0.6 -I/code/apache/apache_1.3.20/src/include -I/code/apache/apache_1.3.20/src/os/unix -I/code/apache/php-4.0.6/Zend -I/usr/local/opt/oracle/product/8.1.7/rdbms/public -I/usr/local/opt/oracle/product/8.1.7/rdbms/demo -I/code/apache/php-4.0.6/ext/xml/expat/xmltok -I/code/apache/php-4.0.6/ext/xml/expat/xmlparse -I/code/apache/php-4.0.6/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -c main.c && touch main.lo "/code/apache/php-4.0.6/ext/standard/basic_functions.h", line 139.2: 1506-205 (S) #error Need type which holds 32 bits "/code/apache/php-4.0.6/ext/standard/basic_functions.h", line 173.9: 1506-046 (S) Syntax error. "/code/apache/php-4.0.6/ext/standard/md5.h", line 52.9: 1506-046 (S) Syntax error. "main.c", line 1166.17: 1506-068 (W) Operation between types "unsigned char*" and "int" is not allowed. 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. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php