Re: [PHP-INST] Apache 2.0 & PHP 4.0.5 configure problem. From: Yasuo Ohgaki (yohgaki <email protected>)
Date: 05/23/01

tnelson <email protected> wrote:

> Hello All,
>
> I've seen a few questions the same as mine, but no answers. Here is the
> situation.
>
> I'm configuring & installing Apache 2.0, configured with:
> --enable-module=so --enable-rule=SHARED_CORE
> --prefix=/usr/local/apache
>
> I'm configuring PHP 4.0.5 with:
> --with-apxs=/usr/local/apache/bin/apxs --enable-short-tags
> --with-mysql=no --with-pgsql

If you are using Apache 2.0, you need to use apxs2 (ie. --with-apxs2)
./configure --help for detail.

Make sure to use PHP that supports Apache 2.0.x API. I heard some combinations will not work due to API differences.

-- 
Yasuo Ohgaki

-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>