<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Oh yeah, missed that little slash!!<br>
<br>
Nick Frost wrote:
<blockquote cite="mid:49DBDEBC.2040506@nickorama.com" type="cite">
  <pre wrap="">BrianO'Keefe wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks Brendan. I'm pasting the syntax corrections as I understand you 
(which is a stretch given my experience with this!). Is this correct?

export AEJHOME=home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH=$AEJHOME/lib
export PATH=$PATH:/usr/local/aejhome/bin
    </pre>
  </blockquote>
  <pre wrap=""><!---->If I am not mistaken, your entry for AEJHOME appears incorrect, in that 
I believe you want to prepend a "/", e.g.

export AEJHOME=/home/ubuntu/Downloads/aej90exe

for what is called and "absolute path" instead of a relative path.

-Nick



  </pre>
  <blockquote type="cite">
    <pre wrap="">


Brendan wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">BrianO'Keefe wrote:
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Thanks Nick. I added the variables from your last email as best I could:

export AEJHOME home/ubuntu/Downloads/aej90exe
export LD_LIBRARY_PATH $AEJHOME/lib
export PATH= $PATH:/usr/local/aejhome/bin
    
        </pre>
      </blockquote>
      <pre wrap="">The syntax is "export NAME=value".  Note there's an = between the name 
and the value, and there is no space at all.  Add = signs, remove your 
spaces and try again.

FWIW, you could switch your shell to csh or tcsh if you have that 
installed.  Use the chsh command to change shells.

-Brendan
_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>

  
      </pre>
    </blockquote>
    <pre wrap="">------------------------------------------------------------------------

_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>
<a class="moz-txt-link-freetext" href="https://nmglug.org/mailman/listinfo/nmglug">https://nmglug.org/mailman/listinfo/nmglug</a>
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
</body>
</html>