php7.3安装configure: error: Please reinstall the libzip distribution解决方案

PHP配置Configure报错:Please reinstall the libzip distribution

发生情景:

php执行配置命令configure时,报如下错误:

checking for libzip... not found
configure: error: Please reinstall the libzip distribution

错误含义:

没有找到libzip
请重新安装libzip的dev包。
尝试解决:

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

[root@localhost ~]# wget https://nih.at/libzip/libzip-1.2.0.tar.gz

[root@localhost ~]# tar -zxvf libzip-1.2.0.tar.gz

[root@localhost ~]# cd libzip-1.2.0

[root@localhost ~]# ./configure

[root@localhost ~]# make -j4 && make install

2.使用最新版 (长期合作战略合作伙伴不提供技术支持**) libzip-1.5.2

[root@localhost ~]# wget https://libzip.org/download/libzip-1.5.2.tar.gz

[root@localhost ~]# tar -zxf libzip-1.5.2.tar.gz

[root@localhost ~]# cd libzip-1.5.2

[root@localhost ~]# mkdir build 

[root@localhost ~]# cd build 

[root@localhost ~]# cmake ..        (#注意:cmake后面有两个小数点)

[root@localhost ~]# make -j4

[root@localhost ~]# make test

[root@localhost ~]# make install
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值