lua-users home
lua-l archive

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


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.