Bug 509618
Summary: | is bind-libs broken? | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mohammed Arafa <bugzilla> |
Component: | bind | Assignee: | Adam Tkac <atkac> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | atkac, bill-bugzilla.redhat.com, error, horsley1953, mdcb808, ovasik, pwouters, redhat2, redhat-bugzilla, steve |
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: | 2009-07-13 11:10: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
Mohammed Arafa
2009-07-04 06:01:38 UTC
If this really is a bug and not another issue, then it's one of bind-libs and never of the standalone bind-libbind package. Re-assigning to bind now. Similar results on my machine: bind-libs-9.6.1-2.fc11.x86_64 After installing latest updates, I am completely screwed by the bind updates. Here are some samples: Error in named configuration: /usr/sbin/named-checkconf: error while loading shared libraries: libbind9.so.50: cannot open shared object file: No such file or directory zooty> nslookup cnn.com nslookup: error while loading shared libraries: liblwres.so.50: cannot open shared object file: No such file or directory rpm -q --list bind-libs /usr/lib64/libbind9.so.50 /usr/lib64/libbind9.so.50.0.3 /usr/lib64/libdns.so.50 /usr/lib64/libdns.so.50.2.0 /usr/lib64/libisc.so.50 /usr/lib64/libisc.so.50.1.1 /usr/lib64/libisccc.so.50 /usr/lib64/libisccc.so.50.0.0 /usr/lib64/libisccfg.so.50 /usr/lib64/libisccfg.so.50.0.0 /usr/lib64/liblwres.so.50 /usr/lib64/liblwres.so.50.0.2 zooty> ls -l /usr/lib64/libbind9.so.50 lrwxrwxrwx 1 root root 18 Jul 4 07:24 /usr/lib64/libbind9.so.50 -> libbind9.so.50.2.0 zooty> ls -l /usr/lib64/liblwres.so.50 lrwxrwxrwx 1 root root 18 Jul 4 07:24 /usr/lib64/liblwres.so.50 -> liblwres.so.50.2.0 Note the broken symlinks :-(. I did this nonsense to repair the problem as a work around: cd /usr/lib64 ln -s liblwres.so.50.0.2 liblwres.so.50.2.0 ln -s libbind9.so.50.0.3 libbind9.so.50.2.0 I had logged in specifically to report this bug, and happily found it had already been reported. I fixed this issue by running "ldconfig" as root. I would suggest that the %post script for this package do so, in order to prevent this sort of problem in future. same as Tom: rebo> rpm -q bind-libs bind-libs-9.6.1-2.fc11.x86_64 I hit it via the 'host' command which is now broken. oh, should have read the mid-air collision... ldconfig does fix. Learn something every day. I didn't know ldconfig would supply the missing symlinks, I thought it just built some database over in /etc. same with bind-libs-9.6.1-2.fc11.i586 would be nice to have the spec file updated per post #3 or whatever is needed. Bug #509964 may be a duplicate. *** This bug has been marked as a duplicate of bug 509635 *** |