码迷,mamicode.com
首页 > 其他好文 > 详细

解决:Requested 'libdrm_radeon >= 2.4.56' but version of libdrm_radeon is 2.4.52

时间:2015-07-30 10:42:37      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

checking for NOUVEAU... yes
checking for RADEON... no
configure: error: Package requirements (libdrm_radeon >= 2.4.56) were not met:
Requested ‘libdrm_radeon >= 2.4.56‘ but version of libdrm_radeon is 2.4.52

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables RADEON_CFLAGS
and RADEON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


解决方法:

下载源代码,编译安装libdrm。点此下载libdrm-2.4.58.tar.gz,安装步骤:

 

  1. sudo tar -xvf libdrm-2.4.58.tar.gz  
  2. cd libdrm-2.4.58/  
  3. sudo ./configure  
  4. sudo make  
  5. sudo make install  


版权声明:本文为博主原创文章,未经博主允许不得转载。

解决:Requested 'libdrm_radeon >= 2.4.56' but version of libdrm_radeon is 2.4.52

标签:

原文地址:http://www.cnblogs.com/subo_peng/p/4688267.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!