> > This morning's update fixed this issue for me, but just in case it
 > > helps the next guy identify his problem...
 > >
 > > In addition to all of the binaries which couldn't run due to the
 > > missing library (tic, tset, clear, etc.), the "less" binary was
 > > throwing segfaults.

 > It shouldn't - "less" is basically a termcap application.  So it would
 > resolve against the other library/libraries (libtinfo could be
 > separate).

Nevertheless, it was broken by the same update which broke the others,
and was fixed by the same update which fixed them.  It does link
libncurses:

ldd /usr/bin/less
        linux-gate.so.1 =>  (0xffffe000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x4003b000)
        libc.so.6 => /lib/libc.so.6 (0x4006c000)
        libdl.so.2 => /lib/libdl.so.2 (0x401b4000)
        /lib/ld-linux.so.2 (0x40000000)

Whether the change was effected by the libtic build options I've seen
discussed somewhere, or something else, I don't know.

De



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to