View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

installing ecl

Guest wrote on Nov 07, 2005

Iraf help-

I'm trying to install the new iraf by using the ecl_install_redhat.csh
script. The instructions note that I should execute the script by typing

./ecl_install_redhat.csh

I tried this and a Permission Denied error was reported:
./ecl_install_redhat.csh: Permission denied.

When I typed ls -l, I noticed that it is not an executable file, which I
assume is the problem:
-rw-r--r-- 1 root root 4020734 Nov 7 12:43 ecl_install_redhat.csh

can you advise on how to install?
thanks-
Sue

Dr. Sue Lederer
Asst. Professor, Dept. of Physics, Cal State Univ. SB
5500 University Parkway, San Bernardino, CA 92407
slederer@csusb.edu Tel: 909-537-5389 Fax: 909-880-5298
http://physics.csusb.edu/~slederer

Post generated using Mail2Forum (http://www.mail2forum.com)

Guest wrote on Nov 07, 2005

Hi Sue,
You can either make the file executable with the command

% chmod 755 ecl_install_redhat.csh

and execute as per the instructions, or interpret it with the csh
directly using

% csh -f ./ecl_install_redhat.csh

Either will work, let us know if you still have problems.

Regards,
Mike Fitzpatrick

Post generated using Mail2Forum (http://www.mail2forum.com)

Last post on Nov 07, 2005