make runtest error

caffe users:

1
Error during compilation (make runtest): "error while loading shared libraries: libcudart.so.6.5"

For all the other folks who stop by looking for a solution:

Try:

32-bit:

1
$ sudo ldconfig /usr/local/cuda/lib

64-bit:

1
$ sudo ldconfig /usr/local/cuda/lib64

source: http://stackoverflow.com/questions/10808958/why-cant-libcudar-so-4-be-found-when-compiling-the-cuda-samples-under-ubuntu

Contents
  1. 1. Try:
    1. 1.1. 32-bit:
    2. 1.2. 64-bit:
|