Linux ETC

리눅스 APM 소스설치시 Error 및 해결 방법
APM 소스설치시 발생되는 몇가지 Error와 그 해결 방법이다.

1. Mysql
Error 1)
checking for termcap functions library... configure: error: No curses/termcap library found
make: *** No targets specified and no makefile found.  Stop.
해결 방법
# yum –y install libtermcap-devel ncurses-devel 설치

Error 2)
/bin/rm: cannot remove `libtoolT': No such file or directory
해결 방법
mysql 소스파일 Directory에서 아래 진행
# autoreconf --force --install
# aclocal
# libtoolize --automake --force
# automake --force --add-missing

2. Apache
Error 1)
configure: error: ...No recognized SSL/TLS toolkit detected

해결 방법
# yum –y install openssl-devel

3. PHP
Error 1)
Checking for pkg-config... /usr/bin/pkg-config
configure: error: Cannot find OpenSSL's <evp.h>
해결 방법
# yum –y install openssl-devel

Error 2)
Configure: error: xml2-config not found. Please check your libxml2 installation.
해결 방법
# yum –y install libxml2-devel

Error 3)
Configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
해결 방법
# yum –y install curl-devel

Error 4)
Configure: error: libpng.(also) not found.
해결 방법
# yum –y install libpng-devel

Error 5)
Configure: error: Please reinstall the BZip2 distribution
해결 방법
# yum –y install bzip2-devel

Error 6)
Configure: error: libjpeg.(also) not found.
해결 방법
# yum –y install libjpeg-devel

Error 7)
Checking for unixODBC support... configure: error: ODBC header file '/usr/include/sqlext.h' not found!
해결 방법
# yum –y install unixODBC-devel

Error 8)
configure: error: DBA: Could not find necessary header file(s).
해결 방법
# yum –y install gdbm-devel

Error 9)
Configure: error: Cannot find MySQL header files under /usr.
Note that the MySQL client library is not bundled anymore!
해결 방법
# yum –y install mysql-devel

Error 10)
Configure: error: freetype.h not found.
해결 방법
# yum –y install freetype-devel

Error 11)
Configure: error: Unable to locate gmp.h
해결 방법
# yum –y install gmp-devel

Error 12)
Configure: error: Cannot find pspell
해결 방법
# yum –y install pspell-devel

Error 13)
configure: error: not found. Please reinstall the expat distribution.
해결 방법
# yum –y install expat-devel

Error 14)
Configure: error: Please reinstall the ncurses distribution
해결 방법
# yum –y install ncurses-devel

Error 15)
Configure: error: snmp.h not found. Check your SNMP installation.
해결 방법
# yum –y install net-snmp-devel

번호 제목 글쓴이 날짜 조회 수
246 debian / ubuntu 에서 ntsysv(rcconf) 사용하기 호스트웨이 2012.11.01 18266
245 리눅스 파티션 볼륨 레이블 설정 file 호스트웨이 2012.11.01 3173
244 Web site에서 php error log 출력하지 않기 호스트웨이 2012.11.01 5048
243 리눅스 wc 명령어 file 호스트웨이 2012.10.26 3474
242 TCp syn Flooding 공격시 대처방법 TIP 호스트웨이 2012.10.26 2236
241 리눅스 du 사용법 호스트웨이 2012.10.25 17816
240 리눅스 시스템상에서 하드웨어사양 확인 호스트웨이 2012.10.24 2369
239 ls 명령어의 파일 사이즈 쉽게 확인하기 호스트웨이 2012.10.23 176928
238 history 삭제 막기 호스트웨이 2012.10.19 3966
237 Disk I/O 줄이기 호스트웨이 2012.10.18 18477
236 리눅스 tac 명령어를 통해 파일내용 역순으로 출력하기 file 호스트웨이 2012.10.18 4480
235 리눅스 파일명 일괄변경하기 file 호스트웨이 2012.10.18 4469
234 VNC-server 설치 및 설정 호스트웨이 2012.10.12 4155
233 lrzsz 사용해보기 호스트웨이 2012.10.12 6062
232 문자열 치환하기 호스트웨이 2012.10.12 12662
231 ispell 명령어를 통한 철자 검사 및 수정하기 file 호스트웨이 2012.10.12 2523
230 리눅스 vsftp 자세한 log남기는 설정 호스트웨이 2012.10.11 18037
229 ssh port 번호 변경하기 호스트웨이 2012.10.05 16490
228 /dev/null 과 /dev/zero의 차이 file 호스트웨이 2012.10.05 4296
227 fstab 손상으로 / 파티션이 Read-Only 상태일 때 Remount 하는 방법 호스트웨이 2012.10.05 30725