wget https://libzip.org/download/libzip-1.5.2.tar.gztar -zxf libzip-1.5.2.tar.gzcd libzip-1.5.2mkdir buildcd build cmake ..make -j4make install

一般出现这个-bash: make: command not found提示,是因为安装系统的时候使用的是最小化mini安装,系统没有安装make、vim等常用命令,直接yum安装下即可。

yum -y install gcc automake autoconf libtool make

如果发现 cmake没有安装,可以下面方法进行安装

1、安装gcc等必备程序包(已安装则略过此步)

yum install -y gcc gcc-c++ make automake 
2、安装wget (已安装则略过此步)

yum install -y wget
3、获取CMake源码包

wget https://cmake.org/files/v3.12/cmake-3.12.0-rc1.tar.gz
4、解压CMake源码包

tar -zxvf cmake-3.12.0-rc1.tar.gz
5、进入cmark的源码目录

cd cmake-3.12.0-rc1
6、运行当前目录下的一个文件

./bootstrap
7、运行命令(这步时间有点长)

gmake
8、进行安装

gmake install
9、安装完成,可阅读install_manifest.txt查看具体都安装了什么,还可以通过cmake --version 查看cmake版本号,如果输出版本号,则安装成功。

php-7.3.13 configure: error: Please reinstall the libzip distribution相关推荐

  1. 【庖丁解牛】configure: error: Please reinstall the libzip distribution

    问题复现 重新编译php报错 configure: error: Please reinstall the libzip distribution 使用yum安装无效 [root@xinsz08 ph ...

  2. configure: error: Please reinstall the libzip distribution

    问题复现 重新编译php报错 configure: error: Please reinstall the libzip distribution 使用yum安装无效 [root@xinsz08 ph ...

  3. configure: error: Please reinstall the libcurl distribution - easy.h should be ……

    configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/ 其实就 ...

  4. php配置libzip,PHP配置Configure报错:Please reinstall the libzip distribution

    PHP配置Configure报错:Please reinstall the libzip distribution 发生情景: php执行配置命令configure时,报如下错误: checking ...

  5. Please reinstall the libzip distribution

    发生情景: php执行配置命令configure时,报如下错误: checking for libzip- not found configure: error: Please reinstall t ...

  6. php 编译 iconv错误,php编译错误:configure: error: Please reinstall the iconv library.

    configure: error: Please reinstall the iconv library. 今天在编译安装php5.6.10的时候出现这个报错 然后怎么都解决不了,度娘也没有找到方法, ...

  7. error: Please reinstall the libcurl distribution - easy.h should be in curl-dir/include/curl/

    执行php-5.3.10 --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --e ...

  8. ubuntu php libzip安装 ./configure报错 checking for libzip... not found configure

    借鉴: https://blog.csdn.net/qq_39034363/article/details/90547741 https://www.cnblogs.com/Julian-Chen/p ...

  9. 编译php的时候,报configure: error: mcrypt.h not found. Please reinstall libmcrypt.错误的解决办法...

    configure: error: mcrypt.h not found. Please reinstall libmcrypt.  今天在编译php的时候,出现如下错误php安装出错:configu ...

最新文章

  1. PHP 中提示undefined index如何解决(多种方法)
  2. PyQt 5布局管理
  3. 前后端分离之Vue(三)爬过得那些坑
  4. 【干货】通俗理解神经网络中激活函数作用
  5. s2sh删掉原本的s2sh project capabilities后重新添加它们
  6. jQuery——进阶(动画、循环、正则、事件冒泡、事件委托、DOM)
  7. php导入qq数据txt代码,/谁有能都实现将excel文件导入到数据中,并在php网页上显示的源码啊,有的发送1091932879@qq.com,谢谢!...
  8. 2019-11-04
  9. android kl文件
  10. java和eova的关系_Eova 1.1 发布,Java Web 快速开发平台
  11. asp.net园林绿化服务交易网站(三层架构)案例
  12. unity识别图片颜色并把颜色数量排序
  13. 如何快速的切换EXCEL
  14. rest-assured一些使用心得
  15. Android编程权威指南第三版 第32章
  16. 有赞招聘 | 遇见offer之就要圆你的大厂梦
  17. 180天如何突击高考-从400到550?
  18. JS实现动画特效2(缓动函数封装、导航栏筋斗云效果)
  19. 硬纪元干货|视+AR联合创始人涂意:AR将是下一代计算平台
  20. 数据的基本类型有哪些

热门文章

  1. 手动将web项目的class文件打成jar包,手动打jar包,java -cvf,IDE打包底层指令
  2. vue-devTools插件安装流程
  3. 2022-2028年中国麻纺织业投资分析及前景预测报告
  4. 外网远程桌面连接设置
  5. 在Cuda上部署量化模型
  6. Atomic Layer Deposition原子层沉积技术
  7. ALD对照CVD淀积技术的优势
  8. 客快物流大数据项目(二十二):Docker环境中安装软件
  9. 不能从农行服务器获取配置文件,#新手入门#请问,农行网银用的好好的突然出现这个就不能用了怎么解决呢?谢谢...
  10. android 底部弹框 BottomSheetDialog 的使用