build_release/tools/caffe: error while loading shared libraries: libhdf5_hl.so.100: cannot open

build_release/tools/caffe: error while loading shared libraries: libhdf5_hl.so.100: cannot open shared object file: No such file or directory Makefile:534: recipe for target 'runtest' failed


解决方法:没有libhdf5_hl.so.100这个文件,然后查询自己有啥

cd /usr/lib/x86_64-linux-gnu
find find libhd*

sudo ln -s libhdf5_serial_hl.so.10 libhdf5_hl.so.100
sudo ldconfig

猜你喜欢

转载自blog.csdn.net/w_q_q2017/article/details/83781976