Error: Missing Dependency: libc-client.so.2006 is needed by package php-imap

Written by James McDonald

May 21, 2008

Error: Missing Dependency: libc-client.so.2006 is needed by package php-imap
To fix it I did:
# remove the package that is causing the complaint
yum remove php-imap
# do the update
yum update
# install php-imap it will then pull in the correct version of libc-client.so.2006
yum install php-imap

7 Comments

  1. Aaron

    Thanks for this post!

    Reply
  2. james

    No problem. Every little bit of information helps sometimes.

    Reply
  3. Robert

    Worked perfect for me! Thanks!

    Reply
  4. pirat79

    thanks,
    simple and useful solution

    Reply
  5. Bill

    THANKS! Worked absolutely great and I learned all about YUM.

    Reply
  6. James

    Thanks for this, really helped me out 😀

    Reply
  7. kus

    it works for me…thanks dude

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…