/usr/bin/ld: cannot find -lz

Posted LoveIC

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/usr/bin/ld: cannot find -lz相关的知识,希望对你有一定的参考价值。

编译过程中遇到如下错误:

/usr/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status

\'/usr/bin/ld:
编译的时候出现"/usr/bin/ld: cannot find -lz"错误,需要安装zlib-dev这个包,在线安装命令为:

sudo apt-get install zlib1g-dev

以上是关于/usr/bin/ld: cannot find -lz的主要内容,如果未能解决你的问题,请参考以下文章

/usr/bin/ld: cannot find -lz

/usr/bin/ld: cannot find -lmariadb

/usr/bin/ld: cannot find -lmariadb

[tech][转] 解决/usr/bin/ld: cannot find -lxxx 问题

关于-static静态链接报出/usr/bin/ld: cannot find -lxxx的问题

/usr/bin/ld: cannot find -lxxx 的解决办法