这是什么错:error while loading shared libraries: libcudart.so.3

昨天make sdk里的alignedTypes生成了可执行程序,但是执行可执行程序时却报出错:

./alignedTypes: error while loading shared libraries: libcudart.so.3: cannot open shared object file: No such file or directory

在网上找了下,没有发现有用的答案,求助大家了~~

libcudart.so.3这种文件是动态库么? 我是不是还要设置下全局变量什么的?谢谢拉~

怎么搞定的呀??