安装 phpmyadmin 报错:php71u-json conflicts with PHP -common-5.4.16

发布于 2022-09-06 23:36:53 字数 461 浏览 13 评论 0

安装的环境:centos7 php7 openresty

输入:yum install -y phpmyadmin

出现:

Error: php71u-json conflicts with php-common-5.4.16-43.el7_4.1.x86_64

Error: php71u-common conflicts with php-common-5.4.16-43.el7_4.1.x86_64

You could try using --skip-broken to work around the problem

You could try running: rpm -Va --nofiles --nodigest

已经尝试执行:--skip-broken 和 rpm -Va --nofiles --nodigest,没有任何作用。google 了一堆丝毫不起作用,请问同学们如何解决?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

坦然微笑 2022-09-13 23:36:53

yum install scl-utils
yum install https://dl.fedoraproject.org/...
yum install http://rpms.remirepo.net/ente...
yum install php70
yum install php70-php-mysqlnd
yum install php70-php-curl
yum install php70-php-simplexml
yum install php70-php-devel php70-php-gd php70-php-json php70-php-mcrypt php70-php-mbstring php70-php-opcache php70-php-pear php70-php-pecl-apcu php70-php-pecl-geoip php70-php-pecl-imagick php70-php-pecl-json-post php70-php-pecl-memcache php70-php-pecl-xmldiff php70-php-pecl-zip php70-php-pspell php70-php-soap php70-php-tidy php70-php-xml php70-php-xmlrpc
sudo yum install -y phpmyadmin

Finally,google works.

流绪微梦 2022-09-13 23:36:53

这是因为你的yum源是php5.4,而你的7+版本而冲突。两种方法,更换yum源再用yum安装,或者用源码包编译安装,编译安装可能会遇到需要安装依赖,自己看着办

亚希 2022-09-13 23:36:53

目前为止 phpmyadmin 还不支持php7+ 兄dei

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文