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

번호 제목 글쓴이 날짜 조회 수
366 삭제된 파일 복구 - 1 호스트웨이 2015.09.23 9164
365 리눅스 터미널 기반 모니터링 툴 "glances" 호스트웨이 2015.09.23 7812
364 Linux 파일명이 깨진파일 삭제 호스트웨이 2015.09.23 17613
363 mknod_장치파일을 만들어 사용 호스트웨이 2015.09.22 6499
362 /etc/fstab 등록 호스트웨이 2015.09.22 11124
361 /proc/sys/net/ipv4/conf/ 네트워크 세팅 호스트웨이 2015.09.22 9761
360 /proc/sys/net/ipv4 활용 서버보안 -3- 호스트웨이 2015.09.22 7148
359 사용하고 있던 외장하드가 마운트 되지 않는 경우 호스트웨이 2015.09.22 6458
358 filezilla 디렉토리 목록 조회 실패 호스트웨이 2015.09.22 8562
357 /dev/null 복구 호스트웨이 2015.09.21 7057
356 모든 파일 안의 문자열 치환하기 호스트웨이 2015.09.21 3964
355 Linux -(하이픈)으로 시작하는 파일 지우기 호스트웨이 2015.09.20 5509
354 서버 네트워크 대역폭 제한 호스트웨이 2015.09.20 5719
353 리소스 많이 차지하는 프로세스 찾기 호스트웨이 2015.09.20 4562
352 Touch 파일 용량 0바이트 만들기 호스트웨이 2015.09.20 6118
351 tar 분할압축하기 호스트웨이 2015.09.19 5879
350 rpm에서 원하는 파일만 풀어서 사용하기 호스트웨이 2015.09.19 4277
349 Linux chkrootkit을 이용한 백도어 설치 탐지 호스트웨이 2015.09.18 5938
348 dumpe2fs - 파일시스템 상세 정보 확인 호스트웨이 2015.09.18 5612
347 Proftp 설치 및 xinetd 에서 실행하기 file 호스트웨이 2015.09.18 5590