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、问题

 

 

3、下载zlib、编译安装

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

 

 

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

没有报错了,问题解决。

 

posted @   小鲨鱼2018  阅读(342)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
历史上的今天:
2021-01-01 python中删除字典的键值对
2021-01-01 python中清空字典
2021-01-01 python中由列表生成字典
2021-01-01 python中zip同时循环两个可迭代对象
2021-01-01 python中提取字典的指定键值对
2021-01-01 python中字典顺序逆转
2021-01-01 python中字典的复制
点击右上角即可分享
微信分享提示