完美解决错误:libhdf5_hl.so.100(XXX): cannot open shared object file: No such file or directory,Error127

拜拜、爱过 提交于 2020-04-08 04:34:01
sudo make runtest -j16 报错
.build_release/tools/caffe
.build_release/tools/caffe: error while loading shared libraries: libhdf5_hl.so.100: cannot open shared object file: No such file or directory
Makefile:545: recipe for target 'runtest' failed
make: *** [runtest] Error 127解决方案cd
/etc/ld.so.conf.d/
touch anaconda3.conf
sudo vim anaconda3.conf	//打开文件
输入以下内容:
/home/user/anaconda3/lib
sudo ldconfig
 
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!