Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 개복숭아
- 파주골프장
- LGG6
- 괌자유여행
- wp-900
- 돌복숭아
- 포천가볼만한곳
- 개복숭아판매
- 포천수영장
- 제주도눈
- 개복숭아 판매
- 제주도눈썰매
- 자연산개복숭아
- 야생개복숭아
- 태안수영장펜션
- 포천온천
- 경기북부골프장
- 제주도
- 서원힐스
- 자연산 개복숭아
- 충주골프장
- 잠실수영장
- 조경철천문대
- 휘닉스파크
- 야생개복숭아 판매
- 괌
- 포천투어
- 덕소골프샵
- 한라산
- 제주도설경
Archives
- Today
- Total
Live Brilliant
php 컴파일시 에러 해결책 본문
php 컴파일 시 나오는 configure error 해결방법입니다.
configure: error: xml2-config not found. Please check your libxml2 installation
#yum install libxml2 libxml2-devel -y
configure: error: libpng.(a|so) not found.
#yum -y install libpng-devel
configure: error: Cannot find OpenSSL's <evp.h>
# yum -y install openssl-devel
configure: error: Please reinstall the BZip2 distribution
# yum -y install bzip2-devel
configure: error: libjpeg.(a|so) not found.
# yum -y install libjpeg-devel
> yum install gd gd-devel
> ln -s /usr/lib64/libjpeg.so /usr/lib/libjpeg.so
> ln -s /usr/lib64/libpng.so /usr/lib/libpng.so
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: xml2-config not found. Please check your libxml2 installation
#yum install libxml2 libxml2-devel -y
configure: error: libpng.(a|so) not found.
#yum -y install libpng-devel
configure: error: Cannot find OpenSSL's <evp.h>
# yum -y install openssl-devel
configure: error: Please reinstall the BZip2 distribution
# yum -y install bzip2-devel
configure: error: libjpeg.(a|so) not found.
# yum -y install libjpeg-devel
> yum install gd gd-devel
> ln -s /usr/lib64/libjpeg.so /usr/lib/libjpeg.so
> ln -s /usr/lib64/libpng.so /usr/lib/libpng.so
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
'개발은 핵찜이야 > 리눅스' 카테고리의 다른 글
리눅스 시스템 중요 파일 (0) | 2013.07.09 |
---|---|
[리눅스] php.ini 파일경로를 모를경우 (0) | 2013.07.03 |
mysql 부팅시 자동실행 (1) | 2012.04.18 |
[mysql:에러] mysql database 가 존재 하지 않는다. (0) | 2012.04.18 |
php 컴파일 성공 옵션(리눅스 64비트) (0) | 2012.04.18 |
Comments