gpt4 book ai didi

php - 无法通过 shell 在 CentOS 7 上安装 phpMyAdmin

转载 作者:太空宇宙 更新时间:2023-11-03 17:15:36 25 4
gpt4 key购买 nike

yum -y install phpmyadmin

出现错误:

Error: Package: phpMyAdmin-4.4.15.10-2.el7.noarch (epel)
Requires: php-zip
Available: php-common-5.4.16-42.el7.x86_64 (base)
php-zip
Available: php-common-5.4.16-43.el7_4.x86_64 (updates)
php-zip
Available: php-pecl-zip-1.15.1-2.el7.remi.7.2.x86_64 (remi-php72)
php-zip = 1:1.15.1-2.el7.remi.7.2
Available: php-pecl-zip-1.15.2-1.el7.remi.7.2.x86_64 (remi-php72)
php-zip = 1:1.15.2-1.el7.remi.7.2
Available: php55w-common-5.5.38-1.w7.x86_64 (webtatic)
php-zip
Available: php56w-common-5.6.31-1.w7.x86_64 (webtatic)
php-zip
Available: php56w-common-5.6.31-2.w7.x86_64 (webtatic)
php-zip
Available: php56w-common-5.6.32-1.w7.x86_64 (webtatic)
php-zip
Available: php70w-common-7.0.22-2.w7.x86_64 (webtatic)
php-zip
Available: php70w-common-7.0.23-1.w7.x86_64 (webtatic)
php-zip
Available: php70w-common-7.0.23-2.w7.x86_64 (webtatic)
php-zip
Available: php70w-common-7.0.24-1.w7.x86_64 (webtatic)
php-zip
Available: php70w-common-7.0.25-1.w7.x86_64 (webtatic)
php-zip
Available: php71w-common-7.1.8-2.w7.x86_64 (webtatic)
php-zip
Available: php71w-common-7.1.9-1.w7.x86_64 (webtatic)
php-zip
Available: php71w-common-7.1.9-2.w7.x86_64 (webtatic)
php-zip
Available: php71w-common-7.1.10-1.w7.x86_64 (webtatic)
php-zip
Available: php71w-common-7.1.11-1.w7.x86_64 (webtatic)
php-zip
Installed: php-common-7.2.0-2.el7.remi.x86_64 (@remi-php72)
Not found
Available: php-common-7.2.0~RC6-1.el7.remi.x86_64 (remi-php72)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

我不太擅长设置 LAMP 服务器,但看起来问题出在不同的模块中。有什么问题解决方案或建议吗?

我是如何安装 php 7.2 的:

yum-config-manager --enable remi-php72
yum -y install php php-mysql php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel php-mcrypt php-pecl-ap

P.S操作系统是CentOS 7

最佳答案

php-pecl-zip-1.15.2-1.el7.remi.7.2.x86_64 是正确的扩展。

我建议您禁用会引发冲突的 webtatic。尝试先安装 php-pecl-zip

我还建议使用最新的 php 版本从“remi”存储库安装 phpMyAdmin,该存储库比 EPEL 版本 (4.4) 更新 (4.7)。

yum-config-manager --disable webtatic
yum install php-pecl-zip
yum --enablerepo=remi install phpMyAdmin

关于php - 无法通过 shell 在 CentOS 7 上安装 phpMyAdmin,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47952447/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com