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
  • 28,462
4pie0
  • 481
  • 8
  • 21
  • This is part of your other question: http://askubuntu.com/questions/267066/netbeans-cannot-open-shared-library-during-run-command – don.joey Mar 12 '13 at 19:38
  • these are different issues: this could be one question as well – 4pie0 Mar 12 '13 at 19:46

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