Bug 441136 - dig missing library problem
Summary: dig missing library problem
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-06 17:44 UTC by Need Real Name
Modified: 2013-04-30 23:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-07 07:38:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.