Subject: Re: Package apache php3 mysql
To: Markus Illenseer <markus@core.de>
From: Andrew Gillham <gillham@vaultron.com>
List: current-users
Date: 10/02/2000 08:01:16
Markus Illenseer writes:
> 
>  Also pkgsrc tells me, after installing php-mysql, that I should use
> "LoadModule" in the http.conf to integrate mysql. It does not mention 
> anything about php.ini.

FWIW, my pkgsrc doesn't have a 'MESSAGE' file for php3-mysql.  It should
have one explaining the php3.ini business though.  You've probably just
confused the ap-php3 instructions with the php3-mysql package.  Or assumed
they were similar since the php3-mysql install didn't explain anything. :-)

Here is an attempt...
pkgsrc/www/php3-mysql/pkg/MESSAGE:
===========================================================================
$NetBSD$

To fully enable this package you will need to ensure that the following
lines appear in php3.ini. (which is normally @PREFIX@/php3.ini)

        extension_dir=@PREFIX@/lib/php3
        extension=mysql.so

If you are using the ap-php3 package (php3 as an apache module) you will
need to restart apache.  The command 'apachectl restart' will do this.
===========================================================================

-Andrew