checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
需要安装XML-Parser
wget http://down.whsir.com/downloads/XML-Parser-2.44.tar.gztar zxf XML-Parser-2.44.tar.gzcd XML-Parser-2.44perl Makefile.PLmake && make install
如果perl Makefile.PL显示下面错误
Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Makefile.PL line 2.
BEGIN failed--compilation aborted at Makefile.PL line 2.
安装
yum -y install perl-ExtUtils-CBuilder perl-ExtUtils-MakeMaker后在执行perl Makefile.PL