[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.2 (rc1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 22 Feb 2013 09:18:57 -0300
I have the same problem in one CentOS 5.9 machine around here:
$ ldd -r /usr/lib/libreadline.so
undefined symbol: tgetflag (/usr/lib/libreadline.so)
...
It does seem wrong that a shared library should not know about its dependencies.
Anyway, "make linux MYLIBS=-ltermcap" works for me too in that machine.