Re: Need to install MySQL extensions for php...

2005-08-03 Thread tony
On Tue, 2005-08-02 at 19:54 -0300, Javier Carlos Viegas wrote: PHP needs a set of MySQL functions called MySQL extension How can i install those? Do i missed some configuration options?? When you compile php you need to add --with-mysql to your configure line ie ./configure --with-mysql

Need to install MySQL extensions for php...

2005-08-02 Thread Javier Carlos Viegas
Hi, im kind of new using mysql, i used to have it installed on my Mandrake 9 using rpm, but i m testing the source installation, the thing is that i´ve succesfully compiled mysqld and it works, but now im trying to use a php page, and im asked to install : PHP needs a set of MySQL functions