I can't get readline from gsrc to work, although one that
came with debian works.

here's a clue, I'm not sure what the answer is, missing some lib?:


> 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)


Reply via email to