Fedora Account System
Red Hat Associate
Red Hat Customer
$ dig www.redhat.com dig: error while loading shared libraries: libcrypto.so.6: cannot open shared object file: No such file or directory
Make sure you have installed latest bind packages and latest openssl packages. libcrypto.so.6 is no longer in rawhide, libcrypto.so.7 is there $ ldd /usr/bin/dig |grep libcrypto libcrypto.so.7 => /lib/libcrypto.so.7 (0x0045c000) $ rpm -q openssl bind-utils openssl-0.9.8g-6.fc9.i686 bind-utils-9.5.0-29.b2.fc9.i386
Interestingly, rpm -q --whatprovides /usr/bin/dig showed that nothing owned the binary. Installing bind-utils overwrites that, but perhaps this is hiding another bug?
(In reply to comment #2) > Interestingly, rpm -q --whatprovides /usr/bin/dig showed that nothing owned the > binary. > > Installing bind-utils overwrites that, but perhaps this is hiding another bug? I have no idea how this might happen if you're using yum and rpm. As long as I can remember dig was owned by bind-utils package. I don't expect any bug now (you might remove bind-utils package but /usr/bin/dig was not removed but this doesn't happen in current rawhide)