Hello,

has anyone encountered such problem while building php 5.3.10?

'./configure' \
'--with-apxs2=/opt/httpd2.4/bin/apxs' \
'--without-pdo' \
'--without-mysqli' \


# make

/bin/sh /root/php-5.3.10/libtool --silent --preserve-dup-deps --mode=compile 
/root/php-5.3.10/meta_ccld -Iext/date/lib -Iext/date/ 
-I/root/php-5.3.10/ext/date/ -DPHP_ATOM_INC -I/root/php-5.3.10/include 
-I/root/php-5.3.10/main -I/root/php-5.3.10 -I/root/php-5.3.10/ext/date/lib 
-I/root/php-5.3.10/ext/ereg/regex -I/usr/include/libxml2 
-I/root/php-5.3.10/ext/sqlite3/libsqlite -I/root/php-5.3.10/TSRM 
-I/root/php-5.3.10/Zend -D_REENTRANT -I/usr/include -g -O2 -fvisibility=hidden 
-pthread -DZTS -c /root/php-5.3.10/ext/date/php_date.c -o ext/date/php_date.lo
In file included from /root/php-5.3.10/Zend/zend_config.h:1,
from /root/php-5.3.10/Zend/zend.h:51,
from /root/php-5.3.10/main/php.h:34,
from /root/php-5.3.10/ext/date/php_date.c:21:
/root/php-5.3.10/include/../main/php_config.h:2464:21: error: ieeefp.h: No such 
file or directory
In file included from /root/php-5.3.10/main/php.h:34,
from /root/php-5.3.10/ext/date/php_date.c:21:
/root/php-5.3.10/Zend/zend.h:71:19: error: unix.h: No such file or directory
make: *** [ext/date/php_date.lo] Error 1 

Reply via email to