0
What to do? I’m trying to install
yum install gcc php-devel php-pear libssh2 libssh2-devel make
but the following message appears
Error: php70w-common Conflicts with php-common-5.3.3-49.el6.x86_64
I use Centos release 6.8
0
What to do? I’m trying to install
yum install gcc php-devel php-pear libssh2 libssh2-devel make
but the following message appears
Error: php70w-common Conflicts with php-common-5.3.3-49.el6.x86_64
I use Centos release 6.8
Browser other questions tagged php centos
You are not signed in. Login or sign up in order to post.
Try yum --Skip-Broken install gcc php-devel php-Pear libssh2 libssh2-devel make
– ElvisP
It is not advisable to keep two versions of php if version 5 can supply you with everything when used well and vice versa, but try to "skip" broken and errors in the installation if that is what you need at last criteria.
– ElvisP