Description of problem: Bind is throwing this error after recent update. Version-Release number of selected component (if applicable): 32:9.7.4-0.1.b1.fc14 How reproducible: yum update bind service bind restart Actual results: omicron mfojtik # /etc/init.d/named restart Stopping named: [ OK ] Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_cache_create3 [FAILED] Expected results: Graceful restart Additional info:
I'm not able to reproduce this issue. Are you sure you updated all bind-* packages together, especially do you have up2date bind-libs package?
I'm sure this is not a bug, please update all bind-* packages to the latest release. Closing.
Let me get this straight. 1) "yum update bind" succeeds and doesn't pull in any dependencies. 2) The update scripts kill named, named doesn't restart for lack its dependencies. 3) The suggested "please update all bind-* packages" doesn't work in the case where the named that is now dead was the system's resolver. 4) The admin gets to point resolv.conf at some public name server to get the machine working again by manually satisfying dependencies. This isn't a bug?
I'm also seeing this same error. I ran `yum update bind* -y` and then ran `service named start`, but I'm still not able to successfully start a clean installation of bind. Any suggestions on how this has been resolved?
I hit this same problem. I installed bind and bind-chroot and bind wouldn't start. After updating bind-libs the problem went away. Sounds like the rpm dependencies for bind need to be updated! Before: [root@zeta named]# service named start Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_cache_create3 After: [root@zeta named]# yum update bind-libs Loaded plugins: langpacks, presto, refresh-packagekit Adding en_US to language list Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package bind-libs.x86_64 32:9.7.4-0.3.b1.fc14 set to be updated --> Finished Dependency Resolution Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Updating: bind-libs x86_64 32:9.7.4-0.3.b1.fc14 updates 843 k Transaction Summary ============================================================================= Upgrade 1 Package(s) Total download size: 843 k Is this ok [y/N]: y Downloading Packages: Setting up and reading Presto delta metadata Processing delta metadata Package(s) data still to download: 843 k bind-libs-9.7.4-0.3.b1.fc14.x86_64.rpm | 843 kB 00:01 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : 32:bind-libs-9.7.4-0.3.b1.fc14.x86_64 1/2 Cleanup : 32:bind-libs-9.7.3-1.fc14.x86_64 2/2 Updated: bind-libs.x86_64 32:9.7.4-0.3.b1.fc14 Complete! [root@zeta named]# service named start Starting named: [ OK ]