Date: Wed, 30 Jan 2013 10:18:12 +0900
From: Hiroko Shinnaga 
To: Glen Petitpas 
Cc: Hiroko Shinnaga , Jun-Hui Zhao , Thomas Mac Cooper ,
     HIROKO SHINNAGA 
Subject: Re: miriad on obsconh

Hello Glen, 

Thank you so much for sending me the contents of ".cshrc" file.  

I copied the file under my home directory and did the same thing.  

$ csh

$ source /sma/reduction/rrao/miriad64/smaMiriadBWD/MIRRC.linux
/: No such file or directory.

It still complains that no such file or directory although the file is there. 

I copied the file "MIRRC.linux" under my directory, and 
did the source command as follows. 

$ source .MIRRC.linux
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo: No such file or directory.

Now I got different message as shown above.  

If I do miriad in this condition, 

$ miriad
miriad: error while loading shared libraries: libtermcap.so.2: cannot open shared object file: No such file or directory

it complains it can't load some libraries. 

Do you have an idea how to fix this problem? 

Thank you very much Glen.  

Hiroko

On Jan 30, 2013, at 10:00 AM, Glen Petitpas  wrote:

> 
> Hi
> 
> I've included the smaguest account .cshrc file below. Strangely, it has it's own miriad load in it, which should not work
because the path is not correct.
> 
> You could replace yours with this, or just rename your existing .cshrc file to something else and see if that works.
> 
> G
> 
> #-------------------- smaguest .cshrc file ---------------
> alias rm 'rm -i'
> alias cp 'cp -i'
> alias mv 'mv -i'
> 
> #Set up karma
> source /sma/local/src/karma/.login
> source /sma/local/mir/setup
> source /sma/local/miriad
> 
> set path=(/application/bin $path)
> 
> #setenv PGPLOT_DIR /usr/local/pgplot
> alias oldmonitor='/application/oldbin/monitor.pre10jul09'
>