Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe: error while loading shared libraries: libcudnn.so.5 #5073

Closed
ghost opened this issue Dec 7, 2016 · 3 comments
Closed

caffe: error while loading shared libraries: libcudnn.so.5 #5073

ghost opened this issue Dec 7, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 7, 2016

Hi,
when i run the demo i encountered the follow error:
xxxx/caffe: error while loading shared libraries: libcudnn.so.5: cannot open shared object file: No such file or directory
Have anyone fixed this bug?And please give me some advise~ Thx in advace~

@luckykelfor
Copy link

Hi, that's a common issue. Try
export LD_LIBRARY_PATH=(your path that contains libcudnn.so):$LD_LIBRARY_PATH
Or, just edit ~/.bashrc file and add that line at the buttom.
That should help.

@ghost
Copy link
Author

ghost commented Dec 8, 2016 via email

@shelhamer
Copy link
Member

From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants