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

error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir

2017-12-25 22:35 866 查看
The problem is the as can't find the libz.so.1 file : solution is no libz..so.1 in the path  , so run the command sudo apt-get install lib32z1 . And then execute the gcc  --- the result is ok .
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐