Solaris x86 Version 7
Latest GNU dev. tools
Apache version httpd-2_0_16
PHP verson php-4.0.4pl1
Apache configure
./configure --enable-so \
--enable-module=most \
--enable-shared=max \
--prefix=/usr/local/apache2
PHP configure (chopped down)
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-config-file path=/usr/local/apache2/conf \
--disable-debug
Error:
In file included from sapi_apache2.c:44:
php_apache.h:24: parse error before ap_bucket_brigade'
}'
php_apache.h:24: warning: no semicolon at end of struct or union
php_apache.h:32: parse error before
php_apache.h:32: warning: data definition has no type or storage class
sapi_apache2.c: In function `php_apache_sapi_ub_write':
....[chop]
and so on ..
till make back up and says good night
-pete