PHP 설치에 모듈 오류 발생 해결 방법 없음
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원본을 빌려야 합니다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Qiita의 API를 부를 때 끝에 슬래시를 붙이면 http://~로 리디렉션되므로 조심합시다.제목대로. curl 결과는 . 예전에 보았던 오류에 근거한 박자를 만났습니다 이것은 메시지처럼 HTTP 통신을 시도할 때 iOS가 차단하는 사람입니다. URLSession 에 건네주고 있는 url는 확실히 https...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.