Skip to content

libcudart.so.8.0: cannot open shared object file: No such file or directory #4944

@ghost

Description

.......
[==========] 2081 tests from 277 test cases ran. (324463 ms total)
[ PASSED ] 2081 tests.

i have make runtest,as it is showed above,the runtest have passed.But when i try to run mnist example,the error happened as below:

``:~/caffe$ sudo sh ./examples/mnist/create_mnist.sh
Creating lmdb...
build/examples/mnist/convert_mnist_data.bin: error while loading shared libraries: libcudart.so.8.0: cannot open shared object file: No such file or directory

many people said i should add the path in the bashrc document,and i have added as below:

export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
export PATH=/usr/local/cuda-8.0/bin:$PATH
export PATH

but i try again,the error happened again.i do not know what i did wrong,if anyone know,please tell me what i should do,thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions