解决调用caffe的c++程序运行时报错: ./netapp.bin: error while loading shared libraries: libcaffe.so.1.0.0: cannot
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决调用caffe的c++程序运行时报错: ./netapp.bin: error while loading shared libraries: libcaffe.so.1.0.0: cannot 相关的知识,希望对你有一定的参考价值。
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 的主要内容,如果未能解决你的问题,请参考以下文章
C++运行报错:terminate called after throwing an instance of ‘std::future_error‘(promise对象调用set前不能销毁!)
C++运行报错:terminate called after throwing an instance of ‘std::future_error‘(promise对象调用set前不能销毁!)
libcaffe.so.1.0.0: cannot open shared object file: No such file or directory 运行时报错