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