PHP 설치에 모듈 오류 발생 해결 방법 없음

1200 단어 errordefault
다음과 같은 오류가 발생했습니다.
configure: error: xml2-config not found. Please check your libxml2 installation.

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

그리고 오류:
configure: error: Cannot find OpenSSL's <evp.h>

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

오류:
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution

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

오류:
configure: error: png.h not found.

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

오류:
configure: error: freetype.h not found.

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

오류:
configure: error: mcrypt.h not found. Please reinstall libmcrypt.

해결 방법:
rpm -ivh "http://www.aminglinux.com/bbs/data/attachment/forum/month_1211/epel-release-6-7.noarch.rpm"
yum install -y  libmcrypt-devel

왜냐하면 centos6.x 기본적인yum원본은libmcrypt-devel이 없습니다. 제3자yum원본을 빌려야 합니다.

좋은 웹페이지 즐겨찾기