Failed dependencies: libcrypto.so.0.9.8 & libssl.so.0.9.8

ITDevil

Verified User
Joined
Feb 2, 2007
Messages
38
I am using CentOS 5 32bit (2.6.18-53.1.4.el5 #1 SMP) & OpenSSL 0.9.8g installed.

I am trying to upgrade exim to 4.69 via RPM upgrade but it gives me the dependencies error... any idea how to fix it

Code:
rpm -Uvh /usr/src/redhat/RPMS/i386/da_exim-4.69-1.i386.rpm
error: Failed dependencies:
        libcrypto.so.0.9.8 is needed by da_exim-4.69-1.i386
        libssl.so.0.9.8 is needed by da_exim-4.69-1.i386
 
rpm -Uvh --force --nodeps /usr/src/redhat/RPMS/i386/da_exim-4.69-1.i386.rpm
 
rpm -Uvh --force --nodeps /usr/src/redhat/RPMS/i386/da_exim-4.69-1.i386.rpm

Thank you very much for your reply, i had already installed the exim rpm with nodeps... but I was and still am looking to fix for Failed dependencies...


I would really appreciate if anyone can tell how can i add "libcrypto.so.0.9.8 & libssl.so.0.9.8" so i don't see this error in future...

Once again Thank you GXX for your reply :)
 
Back
Top