hello everyone,
i am working with CUDA 8.0, when i am trying to execute file, i got this error “./rCUDAd: error while loading shared libraries: libcudnn.so.5: cannot open shared object file: No such file or directory”
i tried many solutions as below but still the error is there:
- export LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64:$LD_LIBRARY_PATH
-
$ sudo echo “/usr/local/cuda-5.0/lib64” > /etc/ld.so.conf.d/cuda.conf
$ sudo ldconfig
- i opened .profile file in the editor but this line isn’t there to change:
LD_LIBRARY_PATH=“/usr/lib:/usr/openwin/lib:/usr/dt/lib:/X11.6/lib:/X11.5/lib:/uva/lib:/gnu/lib”