Subject: Re: ap-php3 with MySQL support
To: Martin Husemann <martin@rumolt.teuto.de>
From: Dr. Rene Hexel <rh@vip.at>
List: tech-pkg
Date: 06/08/2000 14:34:51
Martin Husemann wrote:
> That's what I tried initally. Did not work here: the php3 module
> says "Function mysql_connect undefined".
Ah, I had the same problem at first. The solution is to add the mysql
module to your /usr/pkg/php3.ini file. The following entries worked for
me:
extension_dir=/usr/pkg/lib/php3
extension=mysql.so
> Maybe you are not using the Module version? I think php3 itself (the
No I did use the Apache module version, and with the above config, it
worked.
Cheers
,
Rene