Hi everybody,
I struggle with the installation of alps2 on our linux cluster. The problem boils down to the following error message after successful compilation:
../ALPS/bin/sparsediag: error while loading shared libraries: libhdf5.so.6: cannot open shared object file: No such file or directory
which I am not sure how to relate to the following answer I get from the configuration with cmake:
-- Found HDF5: /srv01/condgrp/huber/opt/lib/libhdf5.so.6
The parameters I give cmake are:
../cmake-2.8.1/bin/cmake -D BLAS_LIBRARY=/usr/lib64/libblas.so.3.0.3 -D LAPACK_LIBRARY=/usr/lib64/liblapack.so.3.0.3 -D CMAKE_INSTALL_PREFIX=$HOME/ALPS -D LAPACK_64_BIT=ON -D HDF5_INCLUDE_DIR=/srv01/condgrp/huber/opt/include/ -D HDF5_LIBRARIES=/srv01/condgrp/huber/opt/lib/libhdf5.so.6 ~/alps-2.0.0b1-r4556-src-with-boost/alps/
Any suggestion is highly appreciated!
Sebi
Dear Sebi,
You have to add /srv01/condgrp/huber/opt/lib to the environment variable LD_LIBRARY_PATH, e.g.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/srv01/condgrp/huber/opt/lib
so that the dynamic loader can find libhdf5.so.6.
Best, Synge
On 2010/06/23, at 17:08, Sebastian Huber wrote:
Hi everybody,
I struggle with the installation of alps2 on our linux cluster. The problem boils down to the following error message after successful compilation:
../ALPS/bin/sparsediag: error while loading shared libraries: libhdf5.so.6: cannot open shared object file: No such file or directory
which I am not sure how to relate to the following answer I get from the configuration with cmake:
-- Found HDF5: /srv01/condgrp/huber/opt/lib/libhdf5.so.6
The parameters I give cmake are:
../cmake-2.8.1/bin/cmake -D BLAS_LIBRARY=/usr/lib64/libblas.so.3.0.3 -D LAPACK_LIBRARY=/usr/lib64/liblapack.so.3.0.3 -D CMAKE_INSTALL_PREFIX=$HOME/ALPS -D LAPACK_64_BIT=ON -D HDF5_INCLUDE_DIR=/srv01/condgrp/huber/opt/include/ -D HDF5_LIBRARIES=/srv01/condgrp/huber/opt/lib/libhdf5.so.6 ~/alps-2.0.0b1-r4556-src-with-boost/alps/
Any suggestion is highly appreciated!
Sebi
-- Sebastian Huber Department of Condensed Matter Physics The Weizmann Institute of Science 76100 Rehovot
Web: http://www.weizmann.ac.il/~huber Tel: +972 8 934 4258
comp-phys-alps-users@lists.phys.ethz.ch