I am trying to install opendkim. For that, I used rpm to install epel, then did yum install opendkim. However, I get the following dependency errors:
Error: Package: opendkim-2.9.0-2.el6.x86_64 (epel) Requires: libcrypto.so.10(OPENSSL_1.0.1)(64bit)
Error: Package: libopendkim-2.9.0-2.el6.x86_64 (epel) Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: opendkim-2.9.0-2.el6.x86_64 (epel) Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: opendkim-2.9.0-2.el6.x86_64 (epel) Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
As far as I can tell, this is because I'm running openssl 1.0.0, and it's looking for 1.0.1. I feel like I should update openssl, but I'm not sure how, and I'm a little nervous to do that. Can anyone tell me if this is in fact what I need to do? This may be a duplicate question but I don't understand the answer: https://serverfault.com/questions/571093/why-yum-update-php-doesnt-have-required-dependencies-centos-6-missing-libcrypt
/etc/yum.repos.d/CentOS-Base.repofile and make sure it hasn't been redirected to something other than official CentOS repositories. – Michael Hampton Feb 03 '14 at 03:32mirrorlist.centos.organdmirror.centos.orgor not? – Michael Hampton Feb 03 '14 at 03:40centos-releaseRPM from an official mirror to your VPS and runyum reinstallwith it. That should clean things up. Actually I think you can just pass the URL directly to yum... Then go back to my original answer at the top... – Michael Hampton Feb 03 '14 at 03:46centos-releaseRPM anyway. Take a look, and you will probably see that all of GoDaddy's changes are gone entirely. – Michael Hampton Feb 03 '14 at 15:15