This is usually caused by a client library mismatch.  If you have the
mysql client library installed on your system, use:

  --with-mysql=/usr

Assuming your mysql client libs are under /usr/lib somewhere.

That should fix it.  Otherwise you can specify the socket location right
in the mysql_connect() call.  See php.net/mysql_connect

-Rasmus

On Sat, 22 Sep 2001, Ashley M. Kirchner wrote:

>
>     How can I tell configure where my mysql.sock is located?  It seems
> to like using /tmp/mysql.sock, however that's not where my mysql socket
> is.
>
> --
> W | I haven't lost my mind; it's backed up on tape somewhere.
>   +--------------------------------------------------------------------
>   Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
>   IT Director / SysAdmin / WebSmith             .     800.441.3873 x130
>   Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
>   http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.
>
>
>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to