wangweida 发表于 2020-1-8 19:46:12

各位有升级PHP-7.4.1版本的吗?Libzip的问题是怎么解决的?

CentOS 7 想升级安装 7.4.1版本的PHP尝鲜,结果碰到了这个问题
checking whether to build with XSL support... yes
checking for libxslt >= 1.1.0... yes
checking for libexslt... yes
checking whether to enable zend-test extension... no
checking for zip archive read/write support... yes
checking for libzip >= 0.11... no
configure: error: Package requirements (libzip >= 0.11) were not met:

Requested 'libzip >= 0.11' but version of libzip is 0.10.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBZIP_CFLAGS
and LIBZIP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.提示libzip版本过低要大于0.11,yum remove libzip后在网上找了一个1.2.0编译安装了一下没好用,编译官网的libzip-1.5.20也不成,编译完是不是哪里不对呢? 链接完文件后始终找不到linzip,是库文件没链接正确,还是哪里有问题呢?请高人指点...

licess 发表于 2020-1-9 14:06:57

使用lnmp 1.7进行升级或安装php 7.4且必须centos 8或更高版本

riant 发表于 2020-4-21 14:51:47

我就是用 lnmp1.7 安装的,但也是遇到同样的问题。

riant 发表于 2020-4-21 17:53:21

参考文章: https://wujie.me/centos7-3-compile-and-install-php-7-4-1/ ;找到办法:

在编译完libzip-1.2.0之后,紧接着执行一句
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/"
然后再使用 lnmp 安装应该就可以过了。
页: [1]
查看完整版本: 各位有升级PHP-7.4.1版本的吗?Libzip的问题是怎么解决的?