Thanks,

If you just use --with-mysql it will use PHP's built-in mysql client lib
3.23.49, but I have MySQL 4.0.14 installed. Won't this make a difference.  I
want to make sure PHP is compiled this the right libraries for MySQL.

Mark.


"Ray Hunter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > In the configure line --with-mysql=/path/to/mysql were is the path for
RPM
> > versions of MySQL. I have search the computer but it looks like the
mysql
> > files are all over the place.  Database files are in /var/lib/mysql
BIN
> > files are in /usr/bin/, etc...
>
> use --with-mysql or --with-mysql-sock
>
> example:
>
> ./configure --with-mysql
> ./configure --with-mysql-sock=/var/lib/mysql/mysql.sock
>
> hth
>
> --
> BigDog

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to