PHP 컴파일 설치 오류 모음집
configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
yum install libxslt-devel
configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation.
yum install net-snmp-devel
configure: error: Please reinstall readline - I cannot find readline.h
yum install readline-devel
configure: error: Cannot find pspell
yum install aspell-devel
checking for unixODBC support... configure: error: ODBC header file '/usr/include/sqlext.h' not found!
yum install unixODBC-devel
configure: error: Unable to detect ICU prefix or /usr/bin/icu-config failed. Please verify ICU install prefix and make sure icu-config works.
yum install libicu-devel
configure: error: utf8mime2text() has new signature, but U8TCANONICAL is missing. This should not happen. Check config.log for additional information.
yum install libc-client-devel
configure: error: freetype.h not found.
yum install freetype-devel
configure: error: xpm.h not found.
yum install libXpm-devel
configure: error: png.h not found.
yum install libpng-devel
configure: error: vpx_codec.h not found.
yum install libvpx-devel
configure fails try --with-vpx-dir=<DIR>
yum -y install libpng-devel
configure: error: Cannot find enchant
yum install enchant-devel
configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/
yum install libcurl-devel
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
On Centos: sudo yum installlibmcrypt-devel이 때와libmcrypt 두 가방의 차이를 주의하십시오.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 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에 따라 라이센스가 부여됩니다.