Re: [PHP-INST] Apache2 install grief

2001-04-30 Thread Michael P
Hi Tim, Well, I have php loading as a module in Apache 2.0.16beta now (I think)... what I did was follow the information on: http://www.php.net/anoncvs.php for doing a checkout of the latest code. I then had to modify the sapi_apache.c file and make if ((rv = ap_get_brigade(f->next, bb, mode,

[PHP-INST] Apache2 install grief

2001-04-27 Thread Tim Kay
Hello, I'm trying to install 4.0.4pl1 as a module to apache 2.0.16beta and failing miserably. Apache is built and running happily with DSO support but PHP fails to compile using apxs2. Error messages relate to php_apache.h and sapi_apache2.c (below) is this 'cause Apache2 has changed so mu