I got a error when I make the apache after I configured.
here is configure command:./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a
here is error message:
oot@ipanel /usr/src/tgz/apache_1.3.24$make
===> src
make[1]: Entering directory /usr/src/tgz/apache_1.3.24'
make[2]: Entering directory/usr/src/tgz/apache_1.3.24/src'
===> src/os/unix
make[3]: Nothing to be done for all'.
<=== src/os/unix
===> src/ap
gcc -c -I../os/unix -I../include -DLINUX=22 -I/usr/src/tgz/php-4.1.2 -I/usr/src/tgz/php-4.1.2/main -I/usr/src/tgz/php-4.1.2/main -I/usr/src/tgz/php-4.1.2/Zend -I/usr/src/tgz/php-4.1.2/Zend -I/usr/src/tgz/php-4.1.2/TSRM -I/usr/src/tgz/php-4.1.2/TSRM -I/usr/src/tgz/php-4.1.2 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED../apaciap_cpystrn.c
In file included from ../include/httpd.h:73,
from ap_cpystrn.c:59:
../include/ap_alloc.h:345: parse error before'
../include/ap_alloc.h:345: warning: data definition has no type or storage class
../include/ap_alloc.h:346: parse error before regex_t'
In file included from ap_cpystrn.c:59:
../include/httpd.h:1063: parse error before'
../include/httpd.h:1065: parse error before *'
../include/httpd.h:1068: parse error beforeregmatch_t'
make[3]: [ap_cpystrn.o] Error 1
make[2]: [subdirs] Error 1
make[2]: Leaving directory /usr/src/tgz/apache_1.3.24/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/usr/src/tgz/apache_1.3.24'
make: *** [build] Error 2
thank you to help me