Re: yum - missing dependencies ?
James Antill <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
shashidhar velagandula <[email protected]> writes: > [root@pvfs4 ~]# rpm -qf /lib/libcrypto.so.* /lib/libssl.so.* > openssl-0.9.7a-20.2 > openssl-0.9.8b-8.3.el5_0.2 > file /lib/libcrypto.so.4 is not owned by any package > openssl-0.9.8b-8.3.el5_0.2 > openssl-0.9.7a-20.2 > openssl-0.9.8b-8.3.el5_0.2 > file /lib/libssl.so.4 is not owned by any package > openssl-0.9.8b-8.3.el5_0.2 > [root@pvfs4 ~]# You shouldn't have two versions of openssl installed. Also /lib/libssl.so.4 etc. not being owned seems a bit weird. Try running: package-cleanup --dupes ...from the yum-utils package. Also see if there is an update for yum, RHEL 5 (which Scientific Linux is based on, AIUI) is at 3.2.19-18. As a final test see what "yum provides libssl.so.4" says. -- James Antill -- [email protected]