Dependency issue trying to install php-mbstring on ec2

ぐ巨炮叔叔 提交于 2019-12-03 01:04:00
Alex Andrei

It seems you have php 5.6 installed.
You need to install mbstring for that particular version of php.

Run sudo yum install php56-mbstring

After that it might be a good idea to restart apache (thanks! @hexicle),
using sudo service httpd restart

Victorio Berra

Amazon Linux AMI release 2017.09

sudo yum install php70-mysqlnd
sudo service httpd restart
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!