bug-gsrc
[Top][All Lists]
Advanced

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

Re: [bug-gsrc] readline, something wrong with


From: Brandon Invergo
Subject: Re: [bug-gsrc] readline, something wrong with
Date: Fri, 11 Jan 2013 00:10:48 +0100
User-agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu)

carl <address@hidden> writes:
>> ldd -r libreadline.so
> linux-vdso.so.1 =>  (0x00007fff5c5c6000)
> libxml2.so.2 => /usr/local/lib/libxml2.so.2 (0x00007fe47e4b3000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe47e128000)
> libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fe47df24000)
> libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fe47dd0d000)
> libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe47da8a000)
> /lib64/ld-linux-x86-64.so.2 (0x00007fe47ea59000)
> undefined symbol: UP  (./libreadline.so)
> undefined symbol: PC  (./libreadline.so)
> undefined symbol: BC  (./libreadline.so)
> undefined symbol: tputs       (./libreadline.so)
> undefined symbol: tgoto       (./libreadline.so)
> undefined symbol: tgetflag    (./libreadline.so)
> undefined symbol: tgetent     (./libreadline.so)
> undefined symbol: tgetnum     (./libreadline.so)
> undefined symbol: tgetstr     (./libreadline.so)

Those symbols should all be provided by ncurses or termcap (but readline
is built with --with-curses by default). ncurses installs fine so I'm
not sure what the problem is yet...

-brandon



reply via email to

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