Here's the error message.
Making all in Zend
make[1]: Entering directory /tmp/php-4.0.1pl2/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D
EAPI=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/tmp/php-4.0.1pl2/Zend'
make: *** [all-recursive] Error 1
I created a directory "linux" and copied the header files into it. Now I get the following error:
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D
EAPI=1 -DXML_BYTE_ORDER=12 -g -O2 -c zend-scanner.c
./zend-scanner.l: In function lex_scan':
./zend-scanner.l:1136:ERANGE' undeclared (first use in this function)
./zend-scanner.l:1136: (Each undeclared identifier is reported only once
./zend-scanner.l:1136: for each function it appears in.)
make[1]: [zend-scanner.lo] Error 1
make[1]: Leaving directory `/tmp/php-4.0.1pl2/Zend'
make: [all-recursive] Error 1
I found part of a thread concering kernel problems and symlink issues. If this is the case, douls someone explain to me exactly what this entails to repair? The system is running a version of Redhat customized by cobalt.
Thanks...