How to solve Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-gd-5.1.6-23.2.el5_3.i386 (updates)
This is a very strange error and there seems to be no answers on the web for it. I found some cases on the CentOS forums and the recommendation was to reinstall the whole OS. This is how I solved it.
as superuser
#yum remove php-common
(this command may remove a lot of installed software, you must make a list and install them again)
#yum install php-gd
(this will install the proper version of php-common and php-gd)
Tags: linux





July 6th, 2009 at 7:37 pm
Hi! I like your srticle and I would like very much to read some more information on this issue. Will you post some more?
July 6th, 2009 at 8:36 pm
thank you! i’ve been looking all over for a solution to this and your’s worked beautifully
July 12th, 2009 at 7:48 pm
I too was trying to figure this out. Thank you for posting it!
Nick
November 20th, 2009 at 8:47 am
You ROCK man! I searched everywhere for this issue!
January 6th, 2010 at 3:10 pm
This rocked. Thanks a bunch!
April 10th, 2010 at 2:46 pm
Thanks, I was looking for this about an hour. Edwin
April 19th, 2010 at 6:12 am
thanks very much.. this works wtf