Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2009 21:09:35 -0600
From:      Tim Judd <tajudd@gmail.com>
To:        Mark Stosberg <mark@summersault.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: named fails to start on boot on FreeBSD 6.1, complains about  libxml2.so.5
Message-ID:  <ade45ae90904202009t7dbffb96n2a08624c1ca292ad@mail.gmail.com>
In-Reply-To: <20090420162045.6e09beb5@summersault.com>
References:  <20090420162045.6e09beb5@summersault.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 20, 2009 at 2:20 PM, Mark Stosberg <mark@summersault.com> wrote:

>
> We had problem with "named" starting on boot on a FreeBSD 6.1 server,
> managed
> by /etc/rc.conf.
>
> The startup script failed with errors about shared library "libm.so.2"
> failing
> to load because of something related to libxml2.so.5.
>
> Later, when I then tried starting it via /etc/rc.d/named it worked fine.
>
> I include the following "ldd" output in case it's helpful. What could
> possibly
> be the issue here?
>
>    Mark
>
> ###
>
> # ldd /usr/sbin/named
> /usr/sbin/named:
>        libcrypto.so.4 => /lib/libcrypto.so.4 (0x281ff000)
>        libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x282f1000)
>        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x283ef000)
>        libm.so.4 => /lib/libm.so.4 (0x284e3000)
>        libc.so.6 => /lib/libc.so.6 (0x284f9000)
>        libm.so.2 => /usr/local/lib/compat/libm.so.2 (0x285d1000)
>


I also see to LOCAL libraries in it.  named is part of base, unless you
compiled and installed the port version and maybe told it to overwrite the
base.

None of this adds up.

%ldd /usr/sbin/named
/usr/sbin/named:
        libcrypto.so.5 => /lib/libcrypto.so.5 (0x281fe000)
        libthr.so.3 => /lib/libthr.so.3 (0x28357000)
        libc.so.7 => /lib/libc.so.7 (0x2836a000)


There's a named on 7.1p4

I find yours really confusing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ade45ae90904202009t7dbffb96n2a08624c1ca292ad>