I have successfully installed php70 and mysql. But when I try to install phpmyadmin
$ sudo yum-config-manager --enable epel
And then
$ sudo yum install -y phpMyAdmin
It gives me
--> Finished Dependency Resolution Error: php70-common conflicts with php-common-5.3.29-1.8.amzn1.x86_64 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
Also after google sometimes I found a solution that tried this
sudo yum install php70-mbstring
And I also tried this, still encountering the same error.
Any suggestion...?
amazon-web-services amazon-ec2 phpmyadmin
Sonu singh jadoun
source share