我前段时间在服务器上安装了 caffe,当时它工作正常。
现在我再次关注 LeNet MNIST 教程(http://caffe.berkeleyvision.org/gathered/examples/mnist.html),并运行
./examples/mnist/create_mnist.sh
返回
build/examples/mnist/convert_mnist_data.bin: error while loading shared libraries: libglog.so.0: cannot open shared object file: No such file or directory
我注意到liibglog.so.0 不在/lib 中,这可能是它的原因,但我不允许将该文件复制到/lib 目录中,因为我不是root 用户。
有解决方法吗?