Re: latest releng 1-6-1 release
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
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