解决调用caffe的c++程序运行时报错: ./netapp.bin: error while loading shared libraries: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory

caffe安装好后lib没有配置到/usr/lib或/usr/local/lib中,需手动配置:

 export LD_LIBRARY_PATH=/path_to_your_caffe/build/lib/:$LD_LIBRARY_PATH

 https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/148

解决调用caffe的c++程序运行时报错: ./netapp.bin: error while loading shared libraries: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory

上一篇:C#使用Xamarin开发Android应用程序 -- 系列文章


下一篇:SpringBoot通过@Value获取application.yml配置文件的属性值