undefined symbol: dns_resolver_setudpsize
Greetings guys ,
If you are getting ” Starting named: /usr/sbin/named: symbol lookup error: /usr/sbin/named: undefined symbol: dns_resolver_setudpsize ” Error while starting named on Linux server then just verify your /etc/resolv.conf and then just do …..
yum -y upgrade bind-libs
And here you go to start Named fine …
Cheers ….
Kyle

















September 3rd, 2006 at 6:58 pm
Hello,
If you are not able to solve it by yum command then you need to download and install the rpm bind-libs-9.2.4-16.EL4.i386.rpm
Just do this
wget ftp://ftp.pbone.net/mirror/www.startcom.org/AS-4.0.0/updates/i386/bind-libs-9.2.4-16.EL4.i386.rpm
rpm -Uvh bind-libs-9.2.4-16.EL4.i386.rpm
It\’s worked for me.. :)
Also before that you can try running /scrupt/upcp –force but if you stuck there too because of resolve.conf then the solution mentioned above will definately work for you.
Enjoy..