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
if you have installed mysql in a non standard location you may have to
do --with-mysql=/path/to/mysql
also if you're using php 4.1 or above, considder using the mysqli
extension instead of mysql as it is faster and has more features
you will find all the information you need in the php manual
http://www.php.net/manual/en/index.php
tony
> Thanks for any help provided.
>
> Javier
>
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
>