冲突请求在fedora上安装php-zip



我试图安装php-zip,但我得到一个冲突错误:

Problem: conflicting requests
- nothing provides libzip(x86-64) >= 1.8.0 needed by php-pecl-zip-1.19.5-1.fc34.remi.8.0.x86_64
- nothing provides libzip(x86-64) >= 1.8.0 needed by php-pecl-zip-1.20.0-1.fc34.remi.8.0.x86_64

此库可在"remi"存储库,似乎未启用。

https://rpms.remirepo.net/fedora/34/remi/x86_64/repoview/libzip.html

不需要pear包,只需使用下面的命令。
有时需要检查操作系统版本,然后使用兼容的repo

$ dnf install libzip-dev libzip php-zip php-devel -y
$ php -m | grep zip
> zip

相关内容

  • 没有找到相关文章

最新更新