亚马逊Linux PHP Mbstring

Dan*_*har 0 php linux amazon-ec2 amazon-web-services

我正在尝试在amazon ec2服务器上安装mbstring模块,这是我收到的错误

命令运行"sudo yum install php-mbstring"

Error: php56-common conflicts with php-common-5.3.29-1.8.amzn1.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Run Code Online (Sandbox Code Playgroud)

我已经google了并尝试了很多选项,但没有为PHP 5.6定义任何内容

我也在php.ini中启用了zend.multibyte(也在phpinfo()中验证了它)

Ale*_*lex 5

由于你安装了php5.6,添加mbstring支持的正确命令是 sudo yum install php56-mbstring