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 LILO - Warning: /dev/sda not first disk 에러 발생시 호스트웨이 2012.08.24 11629
245 서버시간 매시간마다 동기화 설정 호스트웨이 2015.09.23 11711
244 틀린명령어 틀린글자만 바꿔서 실행하는 간단한팁 호스트웨이 2012.08.23 11717
243 서버 계정을 다른서버로 이전하기 호스트웨이 2015.09.23 11732
242 두 파일 비교 diff 의 기본 사용법 호스트웨이 2015.09.14 11864
241 cron table의 각 필드 설명 호스트웨이 2012.08.31 12016
240 리눅스 명령어 알아보기-3 호스트웨이 2012.08.23 12163
239 리눅스 일반사용자에게 root 권한 부여하기 file 호스트웨이 2012.11.23 12424
238 extundelete tool을 이용하여 삭제된 파일 복구하기 호스트웨이 2016.02.29 12495
237 리눅스 프로세스별 메모리 사용량 확인 호스트웨이 2012.12.06 12653
236 문자열 치환하기 호스트웨이 2012.10.12 12662
235 리눅스 CD로 손상된 파일 복구하기 호스트웨이 2015.09.29 13076
234 CentOS yum 빠르게 사용하기 호스트웨이 2012.09.14 13263
233 -, -- 로 시작하는 파일 지우는 팁 file 호스트웨이 2012.05.11 13489
232 리눅스 시스템 폴더별 명령어 알아보기 호스트웨이 2012.08.03 13578
231 VI 편집기에서 사용되는 명령어(2) 호스트웨이 2012.04.06 13737
230 리눅스 디스크 사용량 확인 file 호스트웨이 2012.04.27 13879
229 VI 편집기에서 사용되는 명령어 호스트웨이 2012.03.30 13903
228 find 명령 2번째 호스트웨이 2012.04.20 13927
227 sshd_config 파일 설명 호스트웨이 2012.11.29 14004