您的位置:首页 > 移动开发 > Objective-C

ubunt 编写C程序时 出现libmysqlclient.so.15: cannot open shared object file: No such file or directory

2010-04-23 17:53 645 查看
本人遇到的情况:

报错的东西,Makefile中已经包含并连接进去了。而且libmysqlclient.so.15在连接的目录下已经存在了

解决办法:

一:

Solved this with help.

a quick

ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 usr/lib/libmysqlclient.so.15

solved this one.

--
/raymond

Thou shalt not meddle in the affairs of dragons
for thou art crunchy and go well with ketchup

二:

Hey Raymond,

I also ran into problems when I updated my MySQL about a week ago.

But I followed this tutorial and got it working again, maybe this will
help you too!
http://www.gentoo.org/doc/en/mysql-upgrading.xml
Good luck,
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐