Re: PHP3 and Mysql -- Broken Module

1999-05-18 Thread budi w
i've got that problem too and then i recompile apache,mysql and php3 (all in source) and all works fine regards budi wibowo [EMAIL PROTECTED] jeb wrote: > I'm using the latest Debain versions of PHP3 and the PHPMysql module. > I'm also using the latest version of Mysql. It works fine. > > PHP3

Re: PHP3 and Mysql -- Broken Module

1999-05-18 Thread Fraser Campbell
I had this problem on several occasions. I had to manually edit the file /etc/php3/apache/php3.ini and uncomment the line that says: extension=mysql.so Then you should be ok ... this is with slink. If you are using potato versions of apache/php3/mysql then the builds may indeed be broken. Not

Re: PHP3 and Mysql -- Broken Module

1999-05-18 Thread Andrew Chung
> When I try to run a PHP script, I get a message saying > > "Call to unsupported or undefined function mysql_connect()" > > I've added the mysql module to the PHP configuration, but it's > apparent that it can find a library or something that it needs. > > Does anyone have this combination wor

Re: PHP3 and Mysql -- Broken Module

1999-05-17 Thread Gergely Madarasz
On Mon, 17 May 1999, jeb wrote: > I'm using the latest Debain versions of PHP3 and the PHPMysql module. > I'm also using the latest version of Mysql. It works fine. > > PHP3 seems to work by itself; PHP3 scripts that don't access Mysql > work. > > When I try to run a PHP script, I get a messag