微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

没有报错了,问题解决

 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。