安装 lavavel,composer update 出现报错:phpunit/phpunit 6.5.8 requires ext-dom * -> the requested PHP extension dom is missing from your system
搜索问题,需要安装 php-xml。问题是:yum install php70w-xml:
[root@localhost ~]# yum install php70w-xml
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.shu.edu.cn
* epel: mirrors.tongji.edu.cn
* extras: mirrors.shu.edu.cn
* updates: mirrors.shu.edu.cn
没有可用软件包 php70w-xml。
错误:无须任何处理
然后搜索 https://webtatic.com/packages/php70/,翻墙下载安装之后还是没有可用的软件包,yum search
yum install epel-release
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
还是,没有可用的包。
[root@localhost ~]# yum list php7*
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.shu.edu.cn
* epel: mirrors.tongji.edu.cn
* extras: mirrors.shu.edu.cn
* updates: mirrors.shu.edu.cn
已安装的软件包
php70w.x86_64 7.0.30-1.w7 @webtatic
php70w-cli.x86_64 7.0.30-1.w7 @webtatic
php70w-common.x86_64 7.0.30-1.w7 @webtatic
php70w-fpm.x86_64 7.0.30-1.w7 @webtatic
php70w-gd.x86_64 7.0.30-1.w7 @webtatic
php70w-mbstring.x86_64 7.0.30-1.w7 @webtatic
php70w-mysqlnd.x86_64 7.0.30-1.w7 @webtatic
php70w-pdo.x86_64
求问怎么安装这个啊