[bind10-dev] BIND 10 installation experience - done

Jeremy C. Reed jreed at isc.org
Tue Nov 16 16:11:19 UTC 2010


> I'll just copy+paste them from my log:
> 
> b10-auth: error while loading shared libraries: libdatasrc.so.0: cannot open shared object file: No such file or directory
> [b10-xfrout] failed to import DNS or XFR module: libdns++.so.0: cannot open shared object file: No such file or directory
> [b10-xfrin] failed to import DNS module: libdns++.so.0: cannot open shared object file: No such file or directory
> 
> The stuff you'd expect if you had forgotten to run ldconfig ;-)

You shouldn't need to run ldconfig. For example, see my system:

$ objdump -x /home/reed/opt/bind10/libexec/bind10-devel/b10-auth | grep RPATH
  RPATH                /usr/pkg/lib:/home/reed/opt/bind10/lib

It may have something to do with libtool and how it used on your system.

> One thing - how do I change the listen port to 53? Can't seem to find a
> way with bindctl, and patching the obvious place in the sources doesn't
> help either...

Not available via bindctl yet.

For now use:

bind10 --port 53

or if running b10-auth  manually:
 libexec/b10-auth -p 53



More information about the bind10-dev mailing list