Hi,

I had a problem running MySQL-4.0.13 with Linuxthreads in FreeBSD 5.0.
Before I compiled mysql-4.0.13 with
WITH_CHARSET=win1251 WITH_OPENSSL=yes WITH_LINUXTHREADS=yes BUILD_OPTIMIZED=yes options.
It was compiled and installed properly. However when I try to connect to mysql server it says:
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2). And /tmp/mysql.sock file was not in place.


After few days I compiled mysql-4.0.13 from FreeBSD ports collection using:

BUILD_STATIC=yes WITH_LINUXTHREADS=yes

options. Now mysql works fine with Linuxthreads.
It seems like dynamic building is not working right away.

thanks anyway to all who tried to help me,

Ganbold


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to