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
Error: Missing Dependency: libc-client.so.2006 is needed by package php-imap
– May 21, 2008
7 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Thanks for this post!
No problem. Every little bit of information helps sometimes.
Worked perfect for me! Thanks!
thanks,
simple and useful solution
THANKS! Worked absolutely great and I learned all about YUM.
Thanks for this, really helped me out
it works for me…thanks dude