On 7/30/05, michael <[EMAIL PROTECTED]> wrote: > > On 7/30/05, michael <[EMAIL PROTECTED]> wrote: > >> I looked around but can't see why I'm getting > >> > >> error while loading shared libraries: libimf.so: cannot open shared > >> object > >> file: No such file or directory > >> > >> when I try and run a code compiled with Intel's 9.0 C/C++ compiler on my > >> 'unstable' box. More info below > >> > >> All offers accepted! Michael > >> > > > > Try to locate libimf.so on your system and then set LD_LIBRARY_PATH > > accordingly, > > or for a permanent solution add that path to /etc/ld.so.conf. > > Thanks for a prompt reply. However, > > 1) I cannot see any limimf on my system (unstable) >
I don't know much about icc, but it seems libimf is Intel's math library, so it should come with the compiler... Try: find /opt -name "libimf*" > 2) I do not see why I'd need to set LD_LIBRARY_PATH just because I've > upgraded Intel 8.1 to 9.0 > Maybe it was linked statically before and now dynamically? cheers, Christian