Open GoogleCodeExporter opened 9 years ago
I had the same trouble. Found answer here:
https://devtalk.nvidia.com/default/topic/505075/cannot-find-lcuda-on-ubuntu-11-0
4/. Quoted below solution that helped me\|/
Depending on what drivers you have installed, the libcuda.so and so.1 files
will be located in slightly different places in Ubuntu. For example,
/usr/lib/nvidia-current or /usr/lib/nvidia-current-updates on 11.10 (you should
be able to find them at any rate.) The easiest way to point the compiler to the
correct libs (IMO) is to symlink them from a more obvious location:
sudo ln -s /usr/lib/nvidia-location/libcuda.so /usr/lib/libcuda.so
sudo ln -s /usr/lib/nvidia-location/libcuda.so1 /usr/lib/libcuda.so1
Hope this helps,
Best,
Graham
Original comment by vitaali...@gmail.com
on 22 Feb 2014 at 7:16
Original issue reported on code.google.com by
vmoss...@gmail.com
on 11 Feb 2014 at 7:13