Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29271 Discussions

./a.out: error while loading shared libraries:libimf.so:.......

yezhao_2008
Beginner
437 Views

hi all, after installing l_fc_9.0.031 in my pentium 32, RH9.0, whenI run the sample program, there is some problem as follows:

./a.out:error while loading shared libraries:libimf.so: cannot open shared object file: No such file or directory.

I do not knowhow to resolve it even though I have confirmed that I followed the guide when I installed this software. My installing process is following:

#tar -zxvf l_fc_c_9.0.031.tar.gz
#./install.sh * ypical install*

#vi .bashrc

PATH="/opt/intel/fc/9.0/bin:$PATH"
export PATH
LD_LIBRARY_PATH="/opt/intel/fc/9.0/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
:wq

#source /opt/intel/fc/9.0/bin/ifortvars.sh
#ifort /opt/intel/fc/9.0/doc/samples/int_sin.f90

#./a.out

Would you please help me? Thanks.

 

0 Kudos
0 Replies
Reply