> Ever since upgrading my ld.so to 1.8.5 and libc-5.4.13 I get these messages when I boot:
>
> /sbin/ldconfig: warning: /usr/lib/libmenu.so.1.9.9e has inconsistent soname (libmenu.so.3.0), skipping
> /sbin/ldconfig: warning: /usr/lib/libpanel.so.1.9.9e has inconsistent soname (libpanel.so.3.0), skipping
> /sbin/ldconfig: warning: /usr/lib/libform.so.1.9.9e has inconsistent soname (libform.so.3.0), skipping
> /sbin/ldconfig: warning: /lib/libncurses.so.1.9.9e has inconsistent soname (libncurses.so.3.0), skipping
That's normal with ld.so 1.8.5 - the ldconfig tool complains about "wrong"
links (libncurses.so.1.9.9e should, technically, be linked
to libncurses.so.1, rather than .so.3 (DON'T CHANGE THESE LINKS!!! It's
just an optical problem))
The easiest way to get rid of the messages is to do ldconfig &>/dev/null,
but I'd recommend against it, as you might miss REAL error messages.
LLaP
bero