Daniel Andersson <[EMAIL PROTECTED]>, from somewhere in Sweden, gave me this
solution, and with his permission, I pass it along, because it worked for
me!

>
> The problem is due to a change in srclib/apr-util/buckets/apr_brigade.c
> and srclib/apr-util/include/apr_buckets.h of the Apache distribution.
> The change occured somewhere between 2.0.32 and 2.0.35. The problem is
> solved in the latest PHP sources in the CVS. Build PHP from CVS (not
> tested) or copy sapi/apache2filter from the CVS to the PHP-4.1.2 source
> tree.
>

I downloaded the CVS sources, but didn't build PHP from them, instead, I
followed his suggest and copied the entire /sapi/apache2filter directory to
my 4.1.2 build directory, and built PHP with these simple command lines:

    ./configure --with-apxs2=/usr/local/apache2/bin/apxs
    make
    make install

___
Charles Aulds
http://hiwaay.net/~caulds/

Server Version: Apache/2.0.35 (Unix) mod_ssl/2.0.35 OpenSSL/0.9.6b DAV/2
mod_perl/1.99_01-dev Perl/v5.6.0 PHP/4.1.2
Server Built: Apr 6 2002 13:30:55



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to