Jeff Squyres wrote:
> You might want to check your "dot" files (similar to what is shown below,
> or perhaps just "ssh othernode env | grep LD_") and ensure that your
> LD_LIBRARY_PATH is set properly on the remote nodes.
Bingo!
I checked the ssh documentation and there is a file
$HOME/.ssh/environment which adds lines of the format 'VARNAME=value'
So I added an environment file and added the line..
LD_LIBRARY_PATH=/usr/local/lib:
rebooted 'lamboot mynodes' and hey presto is works.
Thanks for your help guys, out of curiousity is this mentioned in the
installation guide?
-Mike
|