Bug 630929 - undefined symbol: dns_resolver_printbadcache
Summary: undefined symbol: dns_resolver_printbadcache
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-07 12:09 UTC by Frederic Hornain
Modified: 2013-04-30 23:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-07 12:23:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Frederic Hornain 2010-09-07 12:09:00 UTC
Description of problem:
service named restart
Stopping named:                                            [  OK  ]
Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_resolver_printbadcache
                                                           [FAILED]
Indeed I have installed the following packages :
bind-utils-9.7.0-0.14.rc2.fc13.x86_64
bind-9.7.0-9.P1.fc13.x86_64
bind-chroot-9.7.0-9.P1.fc13.x86_64

I have copied files from  /usr/share/doc/bind-9.7.0/sample to /var/named/chroot location
cp -pR /usr/share/doc/bind-9.7.0/sample/etc/ /var/named/chroot/etc/
cp -pR /usr/share/doc/bind-9.7.0/sample/var/named /var/named/chroot/var/named

I commented some stanza in the named.conf in order to unload dnssec key.

Then I did named-checkconf ./named.conf. It seems OK.

Finally I restore the SELinux Context on the imported file however I had 

Stopping named:   [  OK  ]
Starting named:   [FAILED]                                                      

So in order to debug the situation I did a setenforce 0 but I had the following behaviour :
Stopping named:                                            [  OK  ]
Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_resolver_printbadcache
                                                           [FAILED]

Version-Release number of selected component (if applicable):
bind-utils-9.7.0-0.14.rc2.fc13.x86_64
bind-9.7.0-9.P1.fc13.x86_64
bind-chroot-9.7.0-9.P1.fc13.x86_64

How reproducible:
See above

Steps to Reproduce:
See above
  
Actual results:
Stopping named:                                            [  OK  ]
Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_resolver_printbadcache
                                                           [FAILE

Expected results:
Stopping named:   [  OK  ]
Starting named:   [  OK  ]      

Additional info:

Comment 1 Adam Tkac 2010-09-07 12:23:42 UTC
Please update to the latest bind-9.7.1-2.P2.fc13 (make sure you update all bind, bind-libs, bind-utils, bind-chroot, ... packages) which is already in Fedora 13 updates repository.

"symbol lookup error" means you are mixing different versions of bind and bind-libs packages and your system is not up2date.

Closing as notabug.


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