Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> added the comment:

You shouldn't use ldd. I suggest that setup.py try to link a small executable, 
which would use a function from libcurses and would be linked against 
libreadline, but not libcurses. If linking succeeds, then you libreadline is 
linked against libcurses. If linking fails, then repeat this procedure with 
libcursesw, libncurses, libncursesw, libtinfo.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7384>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to