[esp-r] Re: Problem Installation
    Jon Hand 
    jon at esru.strath.ac.uk
       
    Fri Aug 28 17:45:21 BST 2009
    
    
  
This email states that the PATH environment variable was updated
but later the esp-r executables are not found....
To confirm - log out and then back in.  Then try the following
commands:
  echo $HOME
  echo $PATH
  which prj
Check if $PATH report includes /usr/esru/esp-r/bin
as well as the bin folder in the users home folder.
If it does not then the method used to define the PATH
environment variable does not re-establish the full PATH
after a new log in.
Next try creating a link from the users $HOME/bin folder to each
of the esp-r executables.  E.g.
  cd
  cd bin
  ln -s /usr/esru/esp-r/bin/prj ./prj
  ln -s /usr/esru/esp-r/bin/clm ./clm
  ln -s /usr/esru/esp-r/bin/bps ./bps
  . . .
Then try the 'which prj' command again.
________________________________________
From: esp-r-bounces at lists.strath.ac.uk [esp-r-bounces at lists.strath.ac.uk] On Behalf Of giulio benincasa [gialloneroverde at gmail.com]
Sent: 28 August 2009 16:51
To: esp-r at lists.strath.ac.uk
Subject: [esp-r]  Problem Installation
Hi all,
I download esp-r 11.7 from https://espr.svn.cvsdude.com/esp-r/trunk
then I installed on Ubuntu 8.04;
After installation I update my PATH="$HOME/bin:/usr/esru/esp-r/bin:$PATH".
>From shell esp-r dont work, if I go into directory  /usr/esru/esp-r/bin
and run files.bin  then they are open but separately;
prj dont have link other file.bin (clm, bps, res )
It's possible that I havent installed an important package (?)
Thank for help, in advance
Best regards
Giulio B
    
    
More information about the esp-r
mailing list