Error: Package: php56w-mcrypt-5.6.40-1.w6.x86_64 (webtatic)
Requires: libmcrypt.so.4()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
上面的意思就是“提示你需要libmcrypt软件包” 解决方法: 安装epel-release源即可解决。然后重新安装一遍php56w和需要的相关插件即可,安装时会自动把上面提示需要的“libmcrypt”软件包安装上。
yum -y install epel-release