Dear friends, I have problem installing PHP 4.3.3 on apache 1.3.27 configure is ok. I did: ./configure \ --with-mysql=/usr/local/mysql \ --with-apxs=/usr/local/apache/bin/apxs It finished fine, but when I try to "make" next messages appear:
/bin/sh /tmp/download/php-4.3.3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/ctype/ -I/tmp/download/php-4.3.3/ext/ctype/ -DPHP_ATOM_INC -I/tmp /download/php-4.3.3/include -I/tmp/download/php-4.3.3/main -I/tmp/download/p hp-4.3.3 -I/tmp/download/php-4.3.3/Zend -I/usr/local/mysql/include -I/tmp/do wnload/php-4.3.3/ext/xml/expat -I/tmp/download/php-4.3.3/TSRM -g -O2 -pre fer-pic -c /tmp/download/php-4.3.3/ext/ctype/ctype.c -o ext/ctype/ctype.lo In file included from /usr/include/errno.h:36, from /tmp/download/php-4.3.3/Zend/zend_operators.h:24, from /tmp/download/php-4.3.3/Zend/zend_execute_globals.h:27, from /tmp/download/php-4.3.3/Zend/zend_globals.h:34, from /tmp/download/php-4.3.3/Zend/zend_list.h:25, from /tmp/download/php-4.3.3/Zend/zend_API.h:26, from /tmp/download/php-4.3.3/main/php.h:38, from /tmp/download/php-4.3.3/ext/ctype/ctype.c:23: /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory In file included from /usr/include/bits/posix1_lim.h:126, from /usr/include/limits.h:144, from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:130, from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/syslimits.h:7, from /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/limits.h:11, from /usr/include/sys/param.h:22, from /tmp/download/php-4.3.3/main/php.h:207, from /tmp/download/php-4.3.3/ext/ctype/ctype.c:23: /usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory In file included from /tmp/download/php-4.3.3/main/php.h:207, from /tmp/download/php-4.3.3/ext/ctype/ctype.c:23: /usr/include/sys/param.h:23:26: linux/limits.h: No such file or directory /usr/include/sys/param.h:24:25: linux/param.h: No such file or directory make: *** [ext/ctype/ctype.lo] Error 1 Thanks for help