Hi,<br>
I am getting following error while running x nn.<br>
<pre>/home/hossain2/WIEN2k/nn: error while loading shared libraries: libguide.so: cannot open shared object file: No such file or directory<br>0.000u 0.000s 0:00.00 0.0%        0+0k 0+0io 0pf+0w<br>error: command   /home/hossain2/WIEN2k/nn 
nn.def   failed<br></pre>
I have following settings<br>
Compiler:<br>
/opt/intel/fc/9.1.036/bin/ifort<br>
Options:<br>
current:FOPT:-FR -mp1 -w -prec_div -pc80 -pad -ip -O3<br>
current:FPOPT:-FR -mp1 -w -prec_div -pc80 -pad -ip -O3<br>
current:LDFLAGS:$(FOPT) -L/opt/intel/mkl/9.0/lib/32 -lguide -lpthread<br>
current:DPARALLEL:&#39;-DParallel&#39;<br>
current:R_LIBS:-L/opt/intel/mkl/9.1.023/lib/32 -lmkl_lapack -lmkl_ia32 -lmkl_lapack -lmkl_ia32<br>
current:RP_LIBS:-L /usr/local/SCALAPACK -L /usr/local/BLACS/LIB -lpblas -lredist -ltools -lscalapack -lfblacs -lblacs -lmpi<br>
<br>
Do I need to add the path of libguide.so somewhere? What location by default the linker searches for libguide.so? <br>
<br>
I see the file is available at /opt/intel/fc/9.1.036/bin/lib/<br>
<br>
I appreciate any help. Thanks in advance.<br>
-Zubaer<br>