[NTLUG:Discuss] error while loading shared libraries: libbind9.so.0:

Kenneth Loafman kenneth at loafman.com
Tue Apr 3 06:35:03 CDT 2007


Clay Zevely wrote:
> I am new to the area and not a Linux guy by any means. Basically I am a
> newbie and know enough to get in trouble.
> I am having trouble where I am seeing the error  below.
> /usr/bin/mmsrelay: error while loading shared libraries: libbind9.so.0:
> cannot open shared object file: No such file or directory
> 
> <snip>
> 
> I am at a loss at what or how to resolve this.
> On google it seemed I needed to load bind however It is installed as shown
> below
> [root at localhost bin]# rpm -qa |grep bind
> bind-9.2.4-20.EL3
> bind-libs-9.2.4-20.EL3
> bind-utils-9.2.4-20.EL3
> ypbind-1.12-5.21.9

You need libbind9, not libbind-9.  libbind9 refers to the bind version, 
where libbind-9 refers to the distributors version.  There should be a 
libbind9 RPM available to you.  You don't say what system you're 
running, but you should be able to get it from the repository.

A few years ago bind was enhanced to bind9, but a lot of sysadmins did 
not want the new version, so its been maintained as two forks since 
then.  Not sure why they have not merged already.  Its been a while.

...Ken



More information about the Discuss mailing list