오류 메세지 : configure: error: xml2-config not found. Please check your libxml2 installation 

해결 방법 : yum install libxml2 libxml2-devel -y 


오류 메세지 : configure: error: Please reinstall the BZip2 distribution 

해결 방법 : yum -y install bzip2-devel 


오류 메세지 : configure: error: libjpeg.(a|so) not found. 

해결 방법 : yum -y install libjpeg-devel 


오류 메세지 : configure: error: libpng.(a|so) not found. 

해결 방법 : yum -y install libpng-devel 


오류 메세지 : configure: error: freetype.h not found. 

해결 방법 : yum -y install freetype-devel 


오류 메세지 : configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. 

해결 방법 : yum -y install libc-client-devel 


오류 메세지 : configure: error: Kerberos libraries not found. 

해결 방법 : yum -y install krb5-devel 



오류 메세지 : configure: error:Cannot find OpenSSL's <evp.h> 

해결 방법 : yum -y install openssl-devel 


configure: error: XML-RPC support requires libexpat. Use --with-expat-dir=<DIR> 

yum install expat-devel 

'리눅스ETC' 카테고리의 다른 글

리눅스 컴파일 속도 향상시키기 make -j  (0) 2016.04.27
iscsi 구성하기  (0) 2016.04.06
리눅스 CentOS / netatalk 로 타임캡슐 만들기  (0) 2016.04.06
mysql 설치 에러  (0) 2016.04.05
오라클 sys로 exp/imp  (0) 2016.03.30

to Top