checking for GLIB... configure: error: Package requirements (glib-2.0) were not met:
No package 'glib-2.0' found
yum -y install glib2-devel
checking for FUSE... configure: error: Package requirements (fuse >= 2.2) were not met:
No package 'fuse' found
yum -y install fuse-devel
configure: error: "libcurl not found"
아래 사이트에서 최신 버전의 cURL을 다운로드
http://curl.haxx.se/download.html
tar -xvzf curl-*
./configure
make
make install
'컴퓨터 공학도의 삶' 카테고리의 다른 글
[CentOS] MRTG를 설치하여 서버의 대역폭을 기록하자 (0) | 2011.09.06 |
---|---|
[CentOS] FTP를 마운트(Mount) 시켜보자 (0) | 2011.08.09 |
[CentOS] pkg-config 오류 해결 및 설치 (0) | 2011.08.09 |
[CentOS] 커널 헤더파일(Kernel Headers)을 찾아보자 (0) | 2011.08.09 |
[CentOS] C, C++ 컴파일러를 설치하자 (0) | 2011.08.09 |