0
点赞
收藏
分享

微信扫一扫

php7环境下安装php-devel

_karen 2022-06-06 阅读 58

centos7安装php-devel使用以下命令:

yum -y install php-devel
yum -y install php70w php-devel

均会出现错误:

Error: php70w-common conflicts with php-common-5.4.16-42.el7.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

由于我用的是php7,所以用一下命令安装:

yum install php70w-devel


举报

相关推荐

0 条评论