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

glpsol: error while loading shared libraries: libglpk.so.0: cannot open shared object file: No such

2015-05-17 14:14 615 查看
如题:error while loading shared libraries: libglpk.so.0: cannot open shared object file: No such file or directory

解决方法:

1:在终上打开 vi /etc/ld.so.conf

2: 加入/usr/local/lib一行

3:执行/sbin/ldconfig这生效
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐