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编译即可正常工作。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
ComfyUI
AI应用
ComfyUI
ComfyUI是一款易于上手的工作流设计工具,具有以下特点:基于工作流节点设计,可视化工作流搭建,快速切换工作流,对显存占用小,速度快,支持多种插件,如ADetailer、Controlnet和AnimateDIFF等
756

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



