Thanks. <Insert sheepish look here>. I should have found that myself,
obviously I can't read....
Damien
Jeff Squyres wrote:
> On Feb 15, 2005, at 4:20 PM, Damien Hocking wrote:
>
>> ./conftest: error while loading shared libraries: libcxaguard.so.5:
>> cannot open shared object file: No such file or directory
>
>
> This is the problem (from config.log). Configure tried to compile
> something with ifort and then tried to run it, but got this shared
> library error.
>
> This typically means that there is something missing from your
> LD_LIBRARY_PATH.
>
> You can double check this by trying to compile anything with ifort
> (even outside of MPI) and then running it. Once you can compile / run
> with no errors like this (e.g., by fixing up your LD_LIBRARY_PATH),
> you should be able to run LAM's configure successfully.
>
|