about libtermcap.so.2 while trying to ran ecl. One of your solutions is to install the ncurses package, but the problem is that ncurses does not contain libtermcap.so.2.
What I made to workaround this issue was to install the package libtermcap2, which is not in the Fedora repositories, but can be found here:
This is all due to the fact that the ECL was supposed to have been built statically and so not required a shared lib for the termcap stuff. The release got out with a dynamic binary and newer versions of linux either use a different shared library, or don't normally install the needed ncurses/termcap stuff by default. The recommendation to install ncurses was based on the fact that libtermcap was in there when the recommendation was first made, thanks for posting an update.
In short, installing the statically linked binary at http://iraf.net/ftp/pub/fitz/ecl.e is now recommended to avoid the shared termcap lib.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum