红联Linux门户
Linux帮助

安装xorg-server-1.7.7时报错,请高手指点...

发布时间:2011-11-16 10:26:06来源:红联作者:lanlanlangzi
我打算安装X11,找了一个xorg-x11-server-1.7.7-29.el6_1.2.src.rpm来安装,各种依赖都安装好了,在安装的时候还是报错了:
checking for a useful monotonic clock ...... yes
checking for XLIB... yes
checking for GL... yes
checking for DRIPROTO... yes
checking for DRI... yes
checking for DRI2PROTO... yes
checking for LIBDRM... yes
configure: DRI2 AIGLX disabled, __DRI_DRI2 not defined in dri_interface.h.
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
configure: error: SELinux extension requires audit system headers
error: Bad exit status from /var/tmp/rpm-tmp.EVnBfF (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.EVnBfF (%build)
前面的省略了,这是出问题的地方,请问这是怎么回事呢,为什么提示没找到libaudit.h文件呢我应该怎么来解决这个问题呢?
文章评论

共有 3 条评论

  1. alick 于 2011-11-17 14:18:47发表:

    为何不从软件源里安装rpm包呢?
    即便是自己找rpm,也不要用 .src.rpm 这种 SRPM 包~这种包基本是
    源代码包,需要有完整编译环境才能安装的。

  2. lanlanlangzi 于 2011-11-16 16:45:42发表:

    :0w223dc

  3. erex 于 2011-11-16 12:19:52发表:

    像我这样的菜鸟基本上都是从源里面装。(o):tx