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 .
error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir
最新推荐文章于 2024-04-02 12:25:57 发布
本文介绍了解决因路径中缺失libz.so.1文件而导致的问题的方法。通过运行sudo apt-get install lib32z1命令进行安装后,使用gcc编译即可正常工作。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
TensorFlow-v2.9
TensorFlow
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型
756

被折叠的 条评论
为什么被折叠?



