ОС: Solaris 9 (x86 9/05)
php: 5.0.3
gcc: 2.95.3 и 3.3.2
Строка конфигурации php:
./configure --with-apache=../apache_1.3.33 --disable-debug --enable-safe-mode --enable-inline-optimization --enable-memory-limit --with-oci8=$ORACLE_HOME.
Конфигурация проходит нормально, ошибки происходят во время компиляции. Не собирается Zend:
Ошибок очень много, но все типа этих:
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1040: `u_int32_t' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1040: `x' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1040: `y' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1040: `z' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1041: `_double' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1041: parse error before `d'
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1046: `d' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1060: dereferencing pointer to incomplete type
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1081: dereferencing pointer to incomplete type
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1090: dereferencing pointer to incomplete type
/ws/soft/php-5.0.3/Zend/zend_strtod.c: In function `ratio':
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1172: `_double' undeclared (first use in this function)
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1172: parse error before `da'
/ws/soft/php-5.0.3/Zend/zend_strtod.c:1175: `da' undeclared (first use in this function)
Возможно кто-нитьбудь сталкивался с подобной проблемой.
Заранее спасибо за ответы.