For some reason yum does not want to update on of our servers.
Other servers do not have that issue and are updating fine. I've compared files and configurations with one of them and they show the same.
OpenSSL is currently running at 0.9.8e on both servers and libcrypto should be available.
Adding or removing it to ld.so.conf makes no difference.
Any ideas what can be going wrong?
Code:
Error: Missing Dependency: libcrypto.so.4 is needed by package net-snmp-libs
Other servers do not have that issue and are updating fine. I've compared files and configurations with one of them and they show the same.
OpenSSL is currently running at 0.9.8e on both servers and libcrypto should be available.
Code:
[root@xeon-2 ~]# openssl version
OpenSSL 0.9.8e 23 Feb 2007
[root@xeon-2 ~]# ls /lib/libcrypto.so.4
/lib/libcrypto.so.4
Adding or removing it to ld.so.conf makes no difference.
Code:
[root@xeon-2 ~]# cat /etc/ld.so.conf
include ld.so.conf.d/*.conf
/usr/local/lib
/usr/local/ssl/lib
Any ideas what can be going wrong?