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

번호 제목 글쓴이 날짜 조회 수
266 특정 사용자 계정 동시 로그인 수 제한 file 호스트웨이 2012.05.11 24341
265 keepalived.conf 각 파라미터의 의미 호스트웨이 2012.05.18 19136
264 telnet 사용 시 접속가능 시간 제어 하는 법 호스트웨이 2012.05.18 17224
263 리눅스 tar로 압축 할 때 Archive에 파일 업데이트 하기 호스트웨이 2012.05.18 16530
262 특정 NIC에 한 개 이상의 IP 할당하기 호스트웨이 2012.05.18 15481
261 /proc의 퍼미션 조정으로 보안 강화 호스트웨이 2012.05.18 14350
260 CentOS 4.x – yum mirror 사이트 변경 호스트웨이 2012.05.25 17180
259 Tcpdump의 옵션들 호스트웨이 2012.05.25 22264
258 SSH 로그인 지연 시 해결 방법 호스트웨이 2012.05.25 17393
257 netstat 명령어 호스트웨이 2012.05.25 17583
256 hdparm 을 이용한 하드성능 체크 및 하드 정보 확인 호스트웨이 2012.05.25 15585
255 Debian upgrade, lenny apt source list 호스트웨이 2012.05.25 17165
254 리눅스 메모리 캐쉬삭제 호스트웨이 2012.06.01 18484
253 리눅스에서 wget 명령어의 사용 방법 호스트웨이 2012.06.01 31369
252 ps 명령어 호스트웨이 2012.06.01 21772
251 리눅스 부팅 과정 file 호스트웨이 2012.06.01 16207
250 ubuntu 서버에 쉽게 apache + php + mysql + phpMyAdmin 설치하기 호스트웨이 2012.06.01 19148
249 CentOS터미널 접속시 쉘색상 변경방법 file 호스트웨이 2012.06.08 22067
248 lsof를 이용한 시스템에서 Open된 Port 검색 호스트웨이 2012.06.08 17535
247 리눅스 원격 접속자 세션 종료 file 호스트웨이 2012.06.08 34945