bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: undefined symbol: _nc_tparm_err


From: Martin J. Evans
Subject: Re: undefined symbol: _nc_tparm_err
Date: Fri, 31 Oct 2003 21:09:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

The problem correctly identified by ? (sorry, don't have your email at hand) was that I had a libncurses.so in /lib and /usr/lib. When I deleted the libncurses.so* in /lib all was well.

Thanks

Martin

Martin J. Evans wrote:
Been using ncurses 5.3 for some time without problem until today when I needed to use tic.

root:~# tic
tic: error while loading shared libraries: tic: undefined symbol: _nc_tparm_err
root:~#

Built ncurses 5.3 from scratch and same problem.

I am running Linux 2.4.22 and glibc 2.2.4.

root:/work/ncurses-5.3# ldd /usr/bin/tic
       libncurses.so.5 => /lib/libncurses.so.5 (0x4001e000)
       libc.so.6 => /lib/libc.so.6 (0x40060000)
       /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Any ideas?

Martin






reply via email to

[Prev in Thread] Current Thread [Next in Thread]