php8.0.2安装configure: error: Please reinstall the libzip distribution

admin 建站教程评论1,1071字数 875阅读模式

1.使用老版本 (长期合作战略合作伙伴提供技术支持)libzip-1.2.0

  1. [root@localhost ~]# wget https://nih.at/libzip/libzip-1.2.0.tar.gz  
  2. [root@localhost ~]# tar -zxvf libzip-1.2.0.tar.gz  
  3. [root@localhost ~]# cd libzip-1.2.0  
  4. [root@localhost ~]# ./configure  
  5. [root@localhost ~]# make -j4 && make install  

备用下载地址:https://www.58pxe.com/wp-content/uploads/2021/02/libzip-1.2.0.tar.gz
2.使用最新版 (长期合作战略合作伙伴不提供技术支持**) libzip-1.5.2

  1. [root@localhost ~]# wget https://libzip.org/download/libzip-1.5.2.tar.gz  
  2. [root@localhost ~]# tar -zxf libzip-1.5.2.tar.gz  
  3. [root@localhost ~]# cd libzip-1.5.2  
  4. [root@localhost ~]# mkdir build   
  5. [root@localhost ~]# cd build   
  6. [root@localhost ~]# cmake ..        (#注意:cmake后面有两个小数点)  
  7. [root@localhost ~]# make -j4  
  8. [root@localhost ~]# make test  
  9. [root@localhost ~]# make install  

备用下载地址:https://www.58pxe.com/wp-content/uploads/2021/02/libzip-1.2.0.tar.gz

更多相关文章

linux centos8.3下PHP安装 Imagick扩展

版权声明:文章图片资源来源于网络,如有侵权,请留言删除!!!
admin
  • 本文由 发表于 2021年2月15日 15:54:37
  • 转载请务必保留本文链接:https://www.58pxe.com/7180.html
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: