Jump to content

Hello, i am installing some extensions on php, i have centos7 installed, any help?

php72w-common conflicts with php-common-5.4.16-43.el7_4.x86_64 You could try using --skip-broken to work around the problem

When i do this,

First search which old php packages are still installed on your machine :

yum list installed | grep php | grep 5.4

Then remove the old packages (for instance php-commom-5.4 .)

yum remove php-common-5.4

Then install the extensions again

I get this,

Loaded plugins: fastestmirror No Match for argument: php-common-5.4 No Packages marked for removal [Gamepanel@ip164 ~]$

Link to comment
https://linustechtips.com/topic/900679-error-when-installing-php-extensions-centos7/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×