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

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,安装步骤:

[html] view plaincopy

  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

时间: 2024-07-28 20:12:27

解决:Requested 'libdrm_radeon >= 2.4.56' but version of libdrm_radeon is 2.4.52的相关文章

解决VTune错误.../lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ...)

错误信息及出现情景: 在export环境变量LD_PRELOAD=$XTERN_ROOT/dync_hook/interpose.so后,再运行amplxe-gui,出现上述错误.新增的动态链接库对VTune的libstdc++.so.6提出了高版本的要求.VTune 2013 updated 17的libstdc++.so.6版本为libstdc++.so.6.0.12,如果运行以下命令: strings libstdc++.so.6.0.12 | grep GLIBC 会出现: 发现确实缺少

解决版本不一致:Project facet Java version 1.8 is not supported解决记录

http://blog.csdn.net/dingchenxixi/article/details/51496998 一看知道是因为jdk版本不一致所导致,如何解决? 方法一: 选中项目 Properties , 选择 Project Facets,右击选择 Java , Change Version 方法二: 在 项目的目录下有一个.settings的文件夹,该文件夹下有一个org.eclipse.wst.common.project.facet.core.xml文件,内容如下; <?xml

[android] - 解决Error:(16, 0) Minimum supported Gradle version is 3.3. Current version is 2.14.1

找到项目的gradle-wrapper.properties文件打开,最后一行为 distributionUrl=https://services.gradle.org/distributions/gradle-2.14.1-all.zip 这个地方的gradle应该是gradle-3.3-all.zip 原文地址:https://www.cnblogs.com/fphuang/p/8447703.html

Android开发环境搭建时遇到问题的解决方法

Android开发环境搭建时遇到问题的解决方法 错误1: The connection to adb is down, and a severe error has occured. [2013-08-31 16:11:56 -com.qihoo.subject] You must restart adb and Eclipse. [2013-08-31 16:11:56 - com.qihoo.subject] Please ensure that adb is correctly locat

如何解决XML文件中的警告提示“No grammar constraints (DTD or XML Schema) referenced in the document.”

解决方法:加上 <!DOCTYPE xml> <?xml version="1.0" encoding="UTF-8"?> <strong><span style="color:#ff0000;"><!DOCTYPE xml></span></strong> <ROOT> <goods> <isin>SN100001</i

成功解决在Python文件上右键菜单无“Edit with IDLE”选项

我电脑是Win7旗舰版,之前电脑上安装的是Python2.6版本的,前两天为了体验一下Microsoft Excel与Python之间互操作, 下载并安装了DataNitro,在安装的时候脑残的安装了Python2.7.5,但是这两天在用的时候,发现之前安装的一些包后不能用了: print sys.path 才知道,Python的搜索路径变成了Python2.7.5的路径了,傻眼了,怎么办? 于是,一通百度,google之后,折腾了一个上午,终于搞定了: 首先,我在cmd里面是可以正常使用Pyt

mysql error nr.1045 解决方法

源地址:http://yanshuaijun.2010.blog.163.com/blog/static/362411622011102443056225/ 主题:mysql error nr.1045 解决方法 2011-11-24 16:30:56|  分类: mysql|举报|字号 订阅 1.进入cmd手动停止mysql服务:net stop mysql. 2.修改C:\Program Files\MySQL\MySQL Server 5.1\ 目录下的my.ini文件,在[mysqld]

解决使用DevExpress开发错误:未将对象引用设置到对象的实例

在使用DevExpress是总是会出现一些状况.这次同事在他的机器上调试完成的代码发过来,却出现"未将对象引用设置到对象的实例"的错误,提示是Resources.resx的问题.另一个提示是LC.exe错误. LC.exe的问题好办,删除文件licenses.licx就可以. 另外一个未设置对象的问题就不好办了,尝试过又一次安装DevExpress,可是错误还是一样的.后来尝试改动Resources.resx这个文件,问题得到解决,详细就是将文件里"Version=4.0.0

Cheetah使用出错!You don&#39;t have the C version of NameMapper installed!

1.问题 /usr/lib/python2.5/site-packages/Cheetah/Compiler.py:1532: UserWarning: You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should