标签:libzip

CentOS下编译PHP 7.4报错Package requirements (libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0) were not met

CentOS下编译PHP 7.4报错Package requirements (libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0) were not met

错误分析 错误日志: checking for zip archive read/write support... yes checking for libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0... no configure: error: P

Joe.Ye Joe.Ye 2023-03-25
0 0 0
PHP编译安装zip依赖

PHP编译安装zip依赖

官方:http://pecl.php.net/package/zip # wget http://pecl.php.net/get/zip-1.17.2.tgz # tar -zxf zip-1.17.2.tgz # cd zip-1.17.2/ # /data/server/php7/bin/p

Joe.Ye Joe.Ye 2023-03-25
0 0 0
PHP system libzip must be upgraded to version >= 0.11

PHP system libzip must be upgraded to version >= 0.11

安装PHP 7.3的过程中报如下错误: system libzip must be upgraded to version >= 0.11,根据提示可知是因为系统自带的libzip版本过低,需要安装最新的libzip 首先,卸载系统自带的libzip yum -y remove libzip-

Joe.Ye Joe.Ye 2023-03-24
0 0 0