Bug 441136

Summary: dig missing library problem
Product: [Fedora] Fedora Reporter: Need Real Name <lsof>
Component: bindAssignee: Adam Tkac <atkac>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ovasik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-07 07:38:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2008-04-06 17:44:55 UTC
$ dig www.redhat.com
dig: error while loading shared libraries: libcrypto.so.6: cannot open shared
object file: No such file or directory

Comment 1 Adam Tkac 2008-04-07 07:38:30 UTC
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

Comment 2 Need Real Name 2008-04-07 11:59:49 UTC
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?

Comment 3 Adam Tkac 2008-04-07 13:21:06 UTC
(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)