Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Try first to create a link for libcuda.so in /usr/lib or then add these
variables to your ~/.bashrc.
sudo ln -s /usr/lib/nvidia-current/libcuda.so /usr/lib/libcuda.so
The first path could be different, if you installed nvidia driver not from the
repository (with apt-get).
You'll find it with the search.
gedit ~/.bashrc
export PATH="<CUDA_INSTALL_PATH>/:$PATH"
export LD_LIBRARY_PATH="<CUDA_INSTALL_PATH>/lib"
export CUDA_INSTALL_PATH="<CUDA_INSTALL_PATH>/"
If the first solution not help then try the second.
It can be slightly different from system to system.
Original comment by mcposs...@gmail.com
on 12 Apr 2012 at 7:14
Original issue reported on code.google.com by
ivove...@gmail.com
on 8 Mar 2012 at 5:20