2

I have problem: NetBeans can't open libcudart.so.5.0 when I do RUN, though there is no problem from commandline. is this :: here

root@comp:# echo $LD_LIBRARY_PATH /usr/lib/nvidia-current:/usr/local/cuda-5.0/lib::/usr/local/cuda-5.0/lib64:/lib

a problem?

txwikinger
  • 29,406
4pie0
  • 481
  • 8
  • 21

1 Answers1

3

SOLVED:

add to the Project->Properties->Environment

Name: LD_LIBRARY_PATH
Value: $LD_LIBRARY_PATH:/usr/lib/nvidia-current:/usr/local/cuda-5.0/lib:/usr/local/cuda-5.0/lib64:/lib

but I don't know what happened as it worked before

4pie0
  • 481
  • 8
  • 21