Wednesday, May 13, 2009

[CentOS] 프로그램 설치 오류시 해결방법

[XML::Parser perl module is required for intltool 에러]

1. su
root 계정으로 변경

2. perl -MCPAN -e shell
CPAN> 이라는 프롬프트가 나올 때까지 계속 엔터를 입력

3. install XML::Parser
XML::Parser 설치

4. quit

-> CPAN> 프롬프트를 빠져나온다.


[You must Have the GLib 2.0 development headers installed to build 에러]

1. yum install libpurple-devel