少し前にサーバーに 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 にないことが原因であることに気付きましたが、root ユーザーではないため、そのファイルを /lib ディレクトリにコピーすることは許可されていません。
これに対する回避策はありますか?