Hello,
I try to install PHP on a AIX 5.2 ML5  and i have some troubles:


Thanks for your help

Whith the following configuration:

./configure
            --with-png
            --enable_calendar
            --with-gd
            --with-oracle
            --with-oci8

I have the following "Make errors":
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.1: 1506-166 (S)
Definition of function Exactly requires parentheses.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.9: 1506-276 (S) Syntax
error: possible missing '{'?
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 240.3: 1506-273 (E) Missing
type in declaration of _double.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 928.17: 1506-275 (S)
Unexpected text x encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 930.17: 1506-275 (S)
Unexpected text a encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 932.9: 1506-045 (S)
Undeclared identifier x.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 940.17: 1506-045 (S)
Undeclared identifier a.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 970.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 988.17: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1041.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1046.9: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.17: 1506-275 (S)
Unexpected text da encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.21: 1506-045 (S)
Undeclared identifier db.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1175.9: 1506-045 (S)
Undeclared identifier da.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.17: 1506-275 (S)
Unexpected text rv encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.21: 1506-045 (S)
Undeclared identifier rv0.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1252.9: 1506-045 (S)
Undeclared identifier rv.
make: 1254-004 The error code from the last command is 1.



I have the following "Make install" errors:
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.1: 1506-166 (S)
Definition of function Exactly requires parentheses.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 233.9: 1506-276 (S) Syntax
error: possible missing '{'?
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 240.3: 1506-273 (E) Missing
type in declaration of _double.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 928.17: 1506-275 (S)
Unexpected text x encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 930.17: 1506-275 (S)
Unexpected text a encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 932.9: 1506-045 (S)
Undeclared identifier x.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 940.17: 1506-045 (S)
Undeclared identifier a.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 970.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 988.17: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1041.17: 1506-275 (S)
Unexpected text d encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1046.9: 1506-045 (S)
Undeclared identifier d.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.17: 1506-275 (S)
Unexpected text da encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1172.21: 1506-045 (S)
Undeclared identifier db.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1175.9: 1506-045 (S)
Undeclared identifier da.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.17: 1506-275 (S)
Unexpected text rv encountered.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1243.21: 1506-045 (S)
Undeclared identifier rv0.
"/app/php/php-4.3.10/Zend/zend_strtod.c", line 1252.9: 1506-045 (S)
Undeclared identifier rv.
make: 1254-004 The error code from the last command is 1.

Lionel Roux

Reply via email to