Subject: Re: latest releng 1-6-1 release
To: None <mlh@goatnospamhill.org>
From: Martin Husemann <martin@duskware.de>
List: tech-misc
Date: 08/09/2003 00:47:02
On Sat, Aug 09, 2003 at 12:23:34AM +0000, MLH wrote:
> # ldd /usr/bin/more
> /usr/bin/more:
>          -ltermcap.0 => /usr/lib/libtermcap.so.0
>          -lc.12 => /usr/lib/libc.so.12

So /usr/bin/more is *not* linked against "/usr/lib/libkver.so".

> # /usr/bin/more
> Cannot open "/usr/lib/libkver.so"

There is something else broken. Since "ldd" itself works (and is dynamically
linked), it's probably not ld.elf_so that's broken.

Can you try some other binaries, that do not use libtermcap? Like /usr/bin/tee,
/usr/bin/du?

If those work, then double check the libtermcap symlinks.

Martin