Quoting root <[EMAIL PROTECTED]>:

> t/10dsnlist........DBI connect('test','',...) failed: Can't connect to
> local MySQL server through socket '/tmp/mysql.sock' (111) at

Typical installation problem. Assumed, that your MySQL server
is actually running, it is most probable, that you are using
binaries from different sources. For example, you might have
a server coming from a Linux distribution, which might listen
on /var/mysql/mysql.sock and use client libraries which are
compiled to connect via /tmp/mysql.sock.

See the MySQL documentation on how to configure the server
to use the socket /tmp/mysql.sock (there is a command line
option and you can to it in a configuration file) or use
a TCP/IP socket to connect (Makefile.PL has an option --testhost).


Jochen

Reply via email to