[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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]