日期:2014-05-16  浏览次数:20472 次

安装MySQLdb找不到libmysqlclient.18.dylib解决办法

I solved the problem by creating a symbolic link to the library. I.e.

The actual library resides in

/usr/local/mysql/lib

And then I created a symbolic link in

/usr/lib

Using the command:

sudo ln -s /usr/local