Upon a successful installation of the VOTCA's development (master) branch I get this error:
/home/andrey/votca-dev/bin/csg_map: error while loading shared libraries: libvotca_csg.so.5: cannot open shared object file: No such file or directory
I tried to reinstall libhdf5-dev twice, also checked for all the other dependencies, everything looks fine, yet the error.
Meanwhile the 'stable' branch (1.4.1 apparently) did install correctly and appears to work.
Would appreciate any clues or a fix.
PS: for reference, below is the output messages from cmake for my attempted installation of 'master'
build > cmake -DBUILD_CSGAPPS=ON -DBUILD_TOOLS=ON -DWITH_GMX=ON -DWITH_SQLITE3=OFF -DCMAKE_INSTALL_PREFIX=$HOME/votca-dev ..
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Intel(R) MKL could not be found.
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Intel(R) MKL could not be found.
-- Checking for module 'libgromacs_d'
-- No package 'libgromacs_d' found
-- Could NOT find GMX (missing: GMX_EXECUTABLE)
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- program_options
-- Intel(R) MKL could not be found.
-- Could NOT find CLANG_FORMAT (missing: CLANG_FORMAT_EXECUTABLE)
--
-- The following OPTIONAL packages have been found:
* Git
* FFTW3
* EXPAT
* TXT2TAGS
* UnixCommands
* HDF5
* Eigen3
* PkgConfig
* Doxygen
-- The following REQUIRED packages have been found:
* Threads
* GROMACS (required version >= 20160000)
* Boost (required version >= 1.57.0)
* EIGEN3 (required version >= 3.3.0)
* VOTCA_TOOLS
* VOTCA_CSG
-- The following OPTIONAL packages have not been found:
* MKL
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TOOLS
-- Build files have been written to: /home/andrey/Progs/votca-dev/votca-1.5-master/build
[bg:0](st:0) andrey@AndysHome: build > make
...