libtermcap deprecated
mcswell opened this issue · comments
Michael Maxwell commented
In newer versions of Linux, libtermcap is deprecated, see e.g.
https://fedoraproject.org/wiki/Deprecated_packages
and in fact in our system, libtermcap doesn't exist.
A work-around is to pretend that the libcurses lib is libtermcap:
http://tuxthink.blogspot.co.uk/2010/11/libtermcapso2-no-such-file-or-directory.html
But a better solution would be to replace the dependency on libtermcap with a dependency on libcurses. (I guess the dependency could be OS-dependent.)