I have the following errors on Redhat 5.2. Please help!!
Making all in apache
make[2]: Entering directory /usr/local/php4/sapi/apache'
make[3]: Entering directory/usr/local/php4/sapi/apache'
/bin/sh /usr/local/php4/libtool --silent --mode=compile gcc -I. -I/usr/local/php4/sapi/apache -I/usr/local/php4 -I/usr/local/php4/m
ain -I/usr/local/apache/include -I/usr/local/php4/Zend -I/usr/local/php4 -I/usr/local/include -I/usr/local/Hughes/include -I/usr/loc
al/mysql/include -I/usr/local/php4/ext/xml/expat/xmltok -I/usr/local/php4/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=12 -g -O2 -c sap
i_apache.c
In file included from /usr/include/sys/select.h:31,
from /usr/local/apache/include/ap_config.h:1047,
from /usr/local/apache/include/httpd.h:71,
from sapi_apache.c:32:
/usr/include/selectbits.h:30: warning: __FD_ZERO' redefined
/usr/include/asm/posix_types.h:61: warning: this is the location of the previous definition
/usr/include/selectbits.h:35: warning:FD_SET' redefined
/usr/include/asm/posix_types.h:41: warning: this is the location of the previous definition
/usr/include/selectbits.h:40: warning: __FD_CLR' redefined
/usr/include/asm/posix_types.h:46: warning: this is the location of the previous definition
/usr/include/selectbits.h:49: warning:FD_ISSET' redefined
/usr/include/asm/posix_types.h:54: warning: this is the location of the previous definition
In file included from /usr/local/apache/include/ap_config.h:1047,
from /usr/local/apache/include/httpd.h:71,
from sapi_apache.c:32:
/usr/include/sys/select.h:60: warning: FD_SET' redefined
/usr/include/linux/time.h:30: warning: this is the location of the previous definition
/usr/include/sys/select.h:61: warning:FD_CLR' redefined
/usr/include/linux/time.h:31: warning: this is the location of the previous definition
/usr/include/sys/select.h:62: warning: FD_ISSET' redefined
/usr/include/linux/time.h:32: warning: this is the location of the previous definition
/usr/include/sys/select.h:63: warning:FD_ZERO' redefined
/usr/include/linux/time.h:33: warning: this is the location of the previous definition
In file included from /usr/local/apache/include/ap_config.h:1047,
from /usr/local/apache/include/httpd.h:71,
from sapi_apache.c:32:
/usr/include/sys/select.h:45: syntax error before fd_mask'
/usr/include/sys/select.h:45: warning: empty declaration
/usr/include/sys/select.h:48: conflicting types forfd_set'
/usr/include/linux/types.h:9: previous declaration of fd_set'
/usr/include/sys/select.h:73: conflicting types for__select'
/usr/include/sys/time.h:55: previous declaration of __select'
/usr/include/sys/select.h:76: conflicting types forselect'
/usr/include/sys/time.h:58: previous declaration of select'
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory/usr/local/php4/sapi/apache'
make[2]: [all-recursive] Error 1
make[2]: Leaving directory /usr/local/php4/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory/usr/local/php4/sapi'
make: [all-recursive] Error 1
Thanks,
Todd