[R-sig-hpc] trouble installing Rmpi

Davor Cubranic cubranic at stat.ubc.ca
Thu Dec 2 06:50:15 CET 2010


On December 1, 2010 04:48:54 pm John Joseph wrote:
> john at john-desktop:~$ ldd
> /home/john/LREWI15_TIO/./swat2009_i64_calibrate.so
[...]
> 	libifport.so.5 => not found
> 	libifcore.so.5 => not found
> 	libimf.so => not found
> 	libsvml.so => not found
> 	libintlc.so.5 => not found

Here we go: I'm pretty sure any entry that's 'not found' here will cause 
an error in the dynamic linker. If you can locate those libraries, just 
add them to LD_LIBRARY_PATH. At the very least, we know that 
libifport.so.5 is in /opt/intel/lib/ia32, and it is very likely that the 
rest of them are there as well.

> I very much appreciate this help.

No worries, you're welcome.

Davor



More information about the R-sig-hpc mailing list