View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

ecl on solaris

Guest wrote on Jan 30, 2007

Hi Iraf
I trying to install ecl on solaris 9 machine I just downloaded the file
"ecl_install_ssun.csh", execute it
./ecl_install_ssun.csh but I get the following:

root@fornax# ./ecl_install_ssun.csh

ECL V0.9 Installation
=====================

Build Date: Tuesday January 30 10:46:07 WET 2007

For each prompt: hit <CR> to accept the default value, 'q' to quit,
or 'help' or '?' to print an explanation of the prompt.

======================================================================
WARNING: This script requires the 'uudecode' command which cannot
be found on your system. Please locate this file (usually
in /bin, /usr/bin, etc) and be sure your path is set
properly to find it. Note that on some Linux systems the
'sharutils' package must be installed.
======================================================================

root@fornax# which uudecode
/usr/bin/uudecode
root@fornax# uname -a
SunOS fornax 5.9 Generic_118558-39 sun4u sparc SUNW,Sun-Blade-1000

It complains about uudecode but it is already there. Can you tell me
what is going on?.

Cheers
Juan

--
------------------------------------------------------------------------
Juan Vicente Piñero Pérez Tel +34 922 425451
Computing Group FAX +34 922 425401
Isaac Newton Group of Telescopes e-mail alegria@ing.iac.es

Apartado de Correos 321 web www.ing.iac.es
Santa Cruz de La Palma 38700
Canary Islands
Spain
------------------------------------------------------------------------

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

Mike Fitzpatrick wrote on Jan 30, 2007

Juan,

Be sure the path defined in your .login can find the uudecode. The install script is run with "#!/bin/csh -f" where the '-f' means it won't read any definitions in your .cshrc file when executing the script. You can try running it differently by doing

 prompt>  csh ecl_install_ssun.csh


and it would pick up your .cshrc file, including path definitions. Hope this helps.

Cheers,
-Mike

alegria wrote on Jan 30, 2007

Hi Mike
Thanks for reply, I finally managed to finish installation process but when I try to execute cl -ecl I get a new error messages.
root@fornax# cl -ecl
cannot read parameter file `cl$cl.par'
Fatal startup error. CL dies.

I'm not totally sure if installation was finished correctly or I need another steep to complete.

Cheers
Juan

Mike Fitzpatrick wrote on Jan 30, 2007

Juan,

First check that the iraf$pkg/ecl/cl.par file exists and is readable. I'm thinking that either the sources were unpacked in the wrong place, or that they were unpacked as user 'iraf' but the default permissions won't let anyone else read it . The binary should be in iraf$bin.ssun/ecl.e and also be readable.

-Mike

Last post on Jan 30, 2007