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:

7 Responses to “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)”

  1. KonstantinMiller Says:

    Hi! I like your srticle and I would like very much to read some more information on this issue. Will you post some more?

  2. zbot Says:

    thank you! i’ve been looking all over for a solution to this and your’s worked beautifully

  3. Nick Says:

    I too was trying to figure this out. Thank you for posting it!

    Nick

  4. Tim Says:

    You ROCK man! I searched everywhere for this issue!

  5. Beau Beauchamp Says:

    This rocked. Thanks a bunch!

  6. Edwin Triviños Says:

    Thanks, I was looking for this about an hour. Edwin

  7. Webmonster Says:

    thanks very much.. this works wtf

Leave a Reply