红联Linux门户
Linux帮助

关于compiz的安装

发布时间:2011-03-10 23:14:40来源:红联作者:PJSZU
上周刚装上的 red hat linux 5.6 发现是企业服务版本的。对我这个菜鸟很是挑战。
在装 compiz-0.5.4.tar.gz时遇到了一些问题,已经解压成功了,但是在编译的时候使用如下命令:
./configure prefix=/opt/compiz
显示如下:
[root@localhost shanhu]# cd /home/shanhu/compiz-0.5.4
[root@localhost compiz-0.5.4]# ./configure prefix=/opt/compiz
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.23... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
[root@localhost compiz-0.5.4]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@localhost compiz-0.5.4]#
这可如何是好?
文章评论

共有 6 条评论

  1. jackwenhb 于 2011-03-11 11:20:42发表:

    安 装XML::Parser perl module 模块

  2. jackwenhb 于 2011-03-11 11:18:53发表:

    checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool



    要安装intltool

  3. PJSZU 于 2011-03-11 10:08:11发表:

    谢谢,各位楼上的回答,继续处理一下,寻找解决办法

  4. yhzm1314 于 2011-03-10 23:41:18发表:

    2# tiany524


    有 yum ~~

    不过我没用过,好像没注册,不给你升级。

    应该可以添加 rpmfusion 软件仓库来安装软件
    http://rpmfusion.org/Configuration

    不知道我说的对不对................

  5. yhzm1314 于 2011-03-10 23:29:49发表:

    如果你是刚接确 Linux 的话,一般建议你安装桌面版,如:Fedora 14
    用 yum 命令来安装预编译的软件,而不是自己编译。

  6. tiany524 于 2011-03-10 23:28:55发表:

    我用的fedora
    弱弱的问一下 red hat linux 5.6 没有yum吗?