ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay
2022/1/2 7:12:32
本文主要是介绍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
没有报错了,问题解决。
这篇关于ubuntu 编译报错 configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-24怎么切换 Git 项目的远程仓库地址?-icode9专业技术文章分享
- 2024-12-24怎么更改 Git 远程仓库的名称?-icode9专业技术文章分享
- 2024-12-24更改 Git 本地分支关联的远程分支是什么命令?-icode9专业技术文章分享
- 2024-12-24uniapp 连接之后会被立马断开是什么原因?-icode9专业技术文章分享
- 2024-12-24cdn 路径可以指定规则映射吗?-icode9专业技术文章分享
- 2024-12-24CAP:Serverless?+AI?让应用开发更简单
- 2024-12-23新能源车企如何通过CRM工具优化客户关系管理,增强客户忠诚度与品牌影响力
- 2024-12-23原创tauri2.1+vite6.0+rust+arco客户端os平台系统|tauri2+rust桌面os管理
- 2024-12-23DevExpress 怎么实现右键菜单(Context Menu)显示中文?-icode9专业技术文章分享
- 2024-12-22怎么通过控制台去看我的页面渲染的内容在哪个文件中呢-icode9专业技术文章分享