Cenk Andac wrote:
> Dear Amber community,
> I have installed Amber9 for the first time using ifortx86_64 and intel's
> mkl library on PC-Linux SUSE 10.0. After the installation, execution of
> sander gave me the following error message:
>
> sander: error while loading shared libraries: libvml.so: cannot open
> shared object file: No such file or directory
>
> Could someone please let me know how to troubleshoot this libvml.so problem.
Try compiling with the static flag:
cd $AMBERHOME/src
make clean
configure -static ifort_x86_64 (and any other flags)
make
OR add the directory where MKL keeps its libs (libvml.so) to the
LD_LIBRARY_PATH environment variable.
This is an example; you may need to adjust it to your situation
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/intel/mkl/8.0/lib"
regards,
Mark
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Oct 22 2006 - 06:07:16 PDT