php configure 설치시 오류메세지

//php configure 설치시 오류메세지

php configure 설치시 오류메세지

php configure시 오류메세지별 해결방법입니다.

오류메세지: 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. (also) not found.
해결 방법 : # yum -y install libjpeg-devel

오류메세지: configure:error: libpng. (also) not found.
해결 방법 : # yum -y install libpng-devel

오류메세지: configure:error: freetype.h not found.
해결 방법 : # yum -y install freetype-devel

오류메세지: configure:error : Please reinstall the libcurl distrbution -easy.h should be in/include/curl/
해결 방법 : # yum -y install curl* 또는 yum -y install curl & yum -y install curl-devel

오류메세지: configure:error:Please reinstall libmhash -l cannot find mhash.h
해결 방법 : # yum install libmcrypt libmcrypt-devel libmhash libmhash-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 (imap 설치)

오류메세지: configure:error: Kerberos libraries not found.
해결 방법 : # yum -y install krb5-devel

오류메세지: configure:error:Cannot find OpenSSL’s <evp.h>
해결 방법 : # yum -y install openssl-devel

By |2019-08-12T16:55:37+00:001월 14th, 2019|Categories: linux|Tags: , , , , |0 Comments

About the Author: