程序笔记   发布时间:2022-07-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

1、内核版本

root@DESKTOP-1N42TVH:/home/software/PopLDdecay# cat /etc/issue
Ubuntu 20.04.3 LTS n l

root@DESKTOP-1N42TVH:/home/software/PopLDdecay# cat /proc/version
Linux version 5.10.16.3-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP Fri Apr 2 22:23:49 UTC 2021
root@DESKTOP-1N42TVH:/home/software/PopLDdecay# uname -a
Linux DESKTOP-1N42TVH 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

 

2、问题

ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay

 

 

3、下载zlib、编译安装

下载地址:http://www.zlib.net/

ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay

 

 

root@DESKTOP-1N42TVH:/home/software# wget http://www.zlib.net/zlib-1.2.11.tar.gz
root@DESKTOP-1N42TVH:/home/software# tar -xzvf zlib-1.2.11.tar.gz
root@DESKTOP-1N42TVH:/home/software# cd zlib-1.2.11/
root@DESKTOP-1N42TVH:/home/software/zlib-1.2.11# ./configure
root@DESKTOP-1N42TVH:/home/software/zlib-1.2.11# make
root@DESKTOP-1N42TVH:/home/software/zlib-1.2.11# make install

 

4、测试

root@DESKTOP-1N42TVH:/home/software/PopLDdecay# ./configure

没有报错了,问题解决。

 

大佬总结

以上是大佬教程为你收集整理的ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay全部内容,希望文章能够帮你解决ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: