Skip to content

No cl.e binary found after installing IRAF #191

Answered by olebole
hector500 asked this question in Q&A
Discussion options

You must be logged in to vote

On Ubuntu 20.04, you can install IRAF directly from the repository with the command

sudo apt install iraf

This will give you a command irafcl which starts IRAF (mkiraf is not needed there, as irafcl does the necessary setup if needed). You need to remove the settings from your previous steps. That should be the easiest way and is recommended. And since you found the files in /usr/lib/iraf/, you probably already installed Linux from Ubuntu.

If you really want to install from source, you need to do the following, as described in https://iraf-community.github.io/install.html:

./install
make linux64
make sysgen 2>&1 | tee build.log

From your screenshots, you forgot the second and third step.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hector500
Comment options

Answer selected by hector500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
OS:Linux Build Build, compilation or installation problem Dist:Debian IRAF packages in Debian/Ubuntu/Mint
2 participants