欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

libcudart.so.9.2: cannot open shared object file: No such file or directory

程序员文章站 2022-07-15 16:49:14
...

解决办法:
配置环境变量:

export LD_LIBRARY_PATH=/usr/local/cuda-9.2/lib64:$LD_LIBRARY_PATH
export PATH=/usr/local/cuda-9.2/bin:$PATH

加入到 ~/.bashrc
执行source ~/.bashrc

执行:
sudo ldconfig /usr/local/cuda/lib64