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
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