I have a RedHat 6.1 machine with a kernel 2.2.16 which I installed with rpms from redhat. Upgraded because of the security exploit in 2.2.14.
./configure runs fine
When I compile I get the following error
Making all in Zend
make[1]: Entering directory /usr/local/php-4.0.2/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DEAPI=1 -DXML_BYTE_ORDER=12 -g -O2 -c zend-scanner.c
In file included from /usr/include/errno.h:36,
from ./zend-scanner.l:40:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[1]: *** [zend-scanner.lo] Error 1
make[1]: Leaving directory/usr/local/php-4.0.2/Zend'
make: *** [all-recursive] Error 1
I look in /usr/include/bits/ and errno.h
is there.
Thanks for your help.