Bug 171178
| Summary: | bind-utils should Require: bind-libs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Gordon Rowell <bugzilla> |
| Component: | bind | Assignee: | Martin Stransky <stransky> |
| Status: | CLOSED ERRATA | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | ben, nalin, nick |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHBA-2006-0711 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-03 16:15:03 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 176344 | ||
|
Description
Gordon Rowell
2005-10-19 03:34:18 UTC
Yes, you're quite right - bind-utils should 'Require: bind-libs' - it is
amazing this was overlooked until now.
RPM should not have installed bind-utils without bind-libs being installed
because of the missing dependencies.
You're using the bind-9.3.1-4 RPMs from :
http://people.redhat.com/~jvdias/bind/RHEL-4/ ?
I'll update these to include the missing Requires: and append to this bug when
done.
FTR - The bind-9.3.1-4 SRPM I checked was from the FC4 tree. We're using the one from RHEL 4.1/CentOS 4.1, but the issue exists in latest, as you have found. This is a pretty sticky issue since updating bind without explicitly specifying bind-libs currently breaks a working bind install. I've come across this dependency problem when I updated bind-9.2.4-2 to
bind-9.2.4-16 via up2date.
This version of bind was updated in RHEL4 U4.
up2date bind
# service named start
Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined
symbol: dns_resolver_setudpsize
[FAILED]
So I had to manually update bind-libs. After that, named started ok.
up2date bind-libs
# service named start
Starting named: [ OK ]
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0711.html |