Using the h5cpp/0.1.3@ess-dmsc/stable recipe in NeXus-Streamer I get the error:
/home/jonmd/git/NeXus-Streamer/cmake-build-debug/bin/nexus-streamer: error while loading shared libraries: libboost_filesystem.so.1.69.0: cannot open shared object file: No such file or directory
Problem may have been introduced when h5cpp recipe moved from boost 1.65.1 to 1.69.0... or it may have worked previously by finding my system installed boost 1.65.1.
It is only a path issue, as libboost_filesystem.so.1.69.0 does end up in the lib directory and everything works if I set LD_LIBRARY_PATH to the lib directory.
Using the
h5cpp/0.1.3@ess-dmsc/stable
recipe in NeXus-Streamer I get the error:Problem may have been introduced when h5cpp recipe moved from boost 1.65.1 to 1.69.0... or it may have worked previously by finding my system installed boost 1.65.1. It is only a path issue, as libboost_filesystem.so.1.69.0 does end up in the
lib
directory and everything works if I setLD_LIBRARY_PATH
to the lib directory.