Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create symbolic link #130

Closed
kkin1995 opened this issue Jan 11, 2021 · 6 comments
Closed

Failed to create symbolic link #130

kkin1995 opened this issue Jan 11, 2021 · 6 comments

Comments

@kkin1995
Copy link

The exact error is:

Checking for /iraf symlink ...                                 
ln: failed to create symbolic link '/iraf' -> '': No such file or directory

I think because of this error, the next step in the installation is not possible:

export PATH=/path/to/iraf/bin/:$PATH

Inside the local folder, there is no folder called bin. Any idea how to fix this error?

I'm using Peppermint OS which is a Ubuntu derivative.

@olebole
Copy link
Member

olebole commented Jan 11, 2021

What exactly did you do? And which IRAF version did you use?
BTW, Ubuntu already comes with IRAF, and I would guess that the same is true for Peppermint OS. Why don't you use that one?

@kkin1995
Copy link
Author

Hi,

I downloaded the source code from the latest snapshot . Version number 2.16.1.

And, then followed the instructions given on the IRAF Community Website .

Oh, I did not know that Ubuntu comes with IRAF. In that case, could you please tell me as to how to run/use the default installation?

@olebole
Copy link
Member

olebole commented Jan 11, 2021

You can just do a sudo apt install iraf, if it is there.
If you want to compile yourself, you can ignore this error; the /iraf directory is not used anymore. The issue is actually fixed with #85, we just didn't create a new release.

@olebole olebole closed this as completed Jan 11, 2021
@kkin1995
Copy link
Author

Thank You ! Just in case, I need to compile from source in the future, where do I find the IRAF bin folder to add to PATH?

@olebole
Copy link
Member

olebole commented Jan 11, 2021

This is /usr/local/bin, which usually should exist by default.

@kkin1995
Copy link
Author

Right. Thanks for your help !

@iraf-community iraf-community locked and limited conversation to collaborators Apr 10, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Development

No branches or pull requests

2 participants