View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

couldn’t install 2.15 for linux64

Jason Quinn wrote on Nov 26, 2010

Hi, Fitz.

I have been struggling to get IRAF 2.15 to work from a fresh install (just downloaded today).

If I download the binary release, I get the

/iraf/iraf/bin.linux64/ecl.e: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory


error. If I recall from v2.14 installations, this was a probably with the ecl not being statically linked. Shouldn't it be statically linked on 2.15?

Jason

Jason Quinn wrote on Nov 26, 2010

Forgot to mention that this is an Ubuntu 10.04 LTS system.

jason

Jason Quinn wrote on Nov 26, 2010

Actually it looks like Frank found the solution to this (and asked by me prior nonetheless... geez my memory is going)

http://iraf.net/phpBB2/viewtopic.php?t=87023

Creating a symbolic link seems to work.

I envision that many will have this same issue. If indeed ncurses has made libtermcap obsolete, should it not be changed in the IRAF distribution somehow?

For me the solution was:

sudo ln -s /usr/lib/libncurses.so /usr/lib/libtermcap.so.2


Jason

Last post on Nov 26, 2010