No idea if this will help, but :
On Tuesday 15 July 2003 16:39, Michael Lees wrote:
<snip>
> However I *don't* get the error if step 1.) becomes 'lamboot' or step
> 2.) becomes 'mpicc hello.c'
>
> ps. another note...
> I also tried adding /usr/local/lib to /etc/ld.so.conf but still no joy?
>
Step 2 makes sense - you don't link in the missing library. Step 1 suggests
that your schema is doing something funny to the library path...
Try this :
lamboot mynodes
lamexec N env | grep LD_LIBR
So you should see the same entry for LD_LIBRARY_PATH, everywhere. You could
also do 'ldd' on the executable to see if the dependencies are all being
resolved as the execution goes through the LAM demon.
j.
|