ess-dmsc / conan-h5cpp

Conan package for h5cpp
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Path issue with libboost_filesystem.so.1.69.0 #11

Closed matthew-d-jones closed 5 years ago

matthew-d-jones commented 5 years ago

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.