zoukankan      html  css  js  c++  java
  • 安装cuda8.0时出现错误:Missing recommended library: libGLU.so Missing recommended library: libGL.so

    安装cuda8.0时出现错误:

    Missing recommended library: libGLU.so
    Missing recommended library: libGL.so

    Installing the CUDA Samples in /root ...

    ===========
    = Summary =
    ===========

    Driver: Installed
    Toolkit: Installed in /usr/local/cuda-8.0
    Samples: Installed in /root, but missing recommended libraries

    Please make sure that
    - PATH includes /usr/local/cuda-8.0/bin
    - LD_LIBRARY_PATH includes /usr/local/cuda-8.0/lib64, or, add /usr/local/cuda-8.0/lib64 to /etc/ld.so.conf and run ldconfig as root

    To uninstall the CUDA Toolkit, run the uninstall script in /usr/local/cuda-8.0/bin
    To uninstall the NVIDIA Driver, run nvidia-uninstall

    解决方法:

    yum install mesa-libGLU-devel mesa-libGL-devel

    注意:安装此库之后,需要重新安装cuda。

  • 相关阅读:
    作业5.1 四则运算----封装
    作业四
    作业2 (完)
    作业3
    作业二。。
    数独
    回答自己的提问
    《一个程序猿的生命周期》读后感
    阅读13-17章
    阅读10,11,12章
  • 原文地址:https://www.cnblogs.com/jessezeng/p/7017390.html
Copyright © 2011-2022 走看看