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

编译Uboot时提示error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

2016-09-24 12:07 1176 查看
在Ubuntu14.04 64位系统中已经安装了libc6:i386的库,编译Uboot时提示error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory. 出错原因是:缺少lib32z1库 解决方法:sudo apt-get install lib32z1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐