Description of problem: libssl.so.6: cannot open shared object file: No such file or directory I receive this message when trying to run various applications eg deluge. Version-Release number of selected component (if applicable): libssl.so.6 How reproducible: Consistent Steps to Reproduce: 1. run deluge Actual results: Program does not run, gives message "libssl.so.6: cannot open shared object file: No such file or directory" Expected results: Program runs Additional info: yum update deluge is failing with a missing dependency error on the same file.
Any particular version and arch of deluge and openssl packages that this is happening with?
[root@localhost ~]# rpm -q deluge deluge-0.5.8.6-1.fc8.x86_64 [root@localhost ~]# rpm -q openssl openssl-0.9.8g-6.fc9.x86_64 openssl-0.9.8g-6.fc9.i686 It should be a standard F8->F9->yum upgrade version for everything (except I have to exclude deluge etc because of the yum dependency error). Also, now I am getting Running rpm_check_debug ERROR with rpm_check_debug vs depsolve: libcrypto.so.7 is needed by (installed) openldap-2.4.8-3.fc9.i386.... libssl.so.7 is needed by (installed) openldap-2.4.8-3.fc9.i386.....
Also, [root@localhost ~]# ls -l /usr/lib64/libssl.so lrwxrwxrwx 1 root root 28 2008-05-30 01:14 /usr/lib64/libssl.so -> ../../lib64/libssl.so.0.9.8g [root@localhost ~]# ls -l /usr/lib/libssl.so ls: cannot access /usr/lib/libssl.so: No such file or directory
Yes it is missing because there is no libssl.so.6 in Fedora 9. There is libssl.so.7. And deluge should link against the new version of the library.
See also bug 450089 for stunnel, apparently the same fault.
You're using the F8 deluge with F9's openssl, but F8's deluge is linked against libssl.so.6 (which is the most recent available to F8), but F9's openssl does not contain this library. Please upgrade to the latest F9 deluge (http://koji.fedoraproject.org/koji/buildinfo?buildID=50313 before it hits the repo) and this error should disappear.
OK, done that; it's working now thanks.
Glad to hear that. I'll close this bug, then...