9.3.0rc2 on freebsd 5.2.1

J.D. Bronson jbronson at wixb.com
Tue Jul 13 00:11:15 UTC 2004


At 06:51 PM 7/12/2004, Mike Hoskins wrote:
>On Sat, 10 Jul 2004, J.D. Bronson wrote:
> > I am not sure if this is related to this release or not, but now after
> > building bind, it will not load automatically on FreeBSD 5.2.1...
> > Jul 10 06:30:08 bacardi kernel: Starting named.
> > Jul 10 06:30:08 bacardi kernel: /usr/libexec/ld-elf.so.1:
> > Jul 10 06:30:08 bacardi kernel: Shared object "libgcc_s.so.1" not found
><snip>
> > Can bind be built statically to avoid this - or does someone know a
> > workaround? - I dont know how to change boot order of services under 5.2.1
> > since it uses rcNG....
>
>you could just edit the BIND startup script i believe...  set
>LD_LIBRARY_PATH to include the dir containing ld-elf.so.1 before starting
>named.
>
>-m

I found a workaround for me that works for me (and filed this as a bug with 
with FreeBSD)

in /etc/rc.d/named:

# PROVIDE: named
# REQUIRE: SERVERS ldconfig <---add ldconfig
# BEFORE:  DAEMON
# KEYWORD: FreeBSD NetBSD

Now named wont start until 'ldconfig' runs.

This seems to have taken care of it...





More information about the bind-users mailing list