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 CPU core 별 사용량 확인 하기 호스트웨이 2012.06.08 25265
245 안전한 패스워드 생성하기 호스트웨이 2012.06.08 16385
244 sysstat 설치편 호스트웨이 2012.06.08 20401
243 sar 명령 옵션 호스트웨이 2012.06.15 92183
242 리눅스 가상콘솔개수 조절 file 호스트웨이 2012.06.15 15248
241 리눅스에서 fuser 명령어 사용하기 호스트웨이 2012.06.15 33495
240 Ext2Fsd 를 이용하여 윈도우즈 PC에서 리눅스 파티션 읽기 file 호스트웨이 2012.06.15 20342
239 L4 로드밸런서 알고리즘 호스트웨이 2012.06.22 19387
238 EXT3-fs warning: maximal mount count reached, running e2fsck is recommended 해결 호스트웨이 2012.06.22 19126
237 리눅스 ls 디렉토리 혹은 파일 별 출력하기 file 호스트웨이 2012.06.22 26079
236 리눅스에서 pkill, pgrep 명령어 사용하기 호스트웨이 2012.06.22 28501
235 특정 IP 엑세스 못하게 하는방법 호스트웨이 2012.06.22 14445
234 find 명령 사용 예제들 호스트웨이 2012.06.29 14964
233 시스템내에서 하드 용량이 다르게 보이는 이유 호스트웨이 2012.06.29 16426
232 xinetd 소개 및 설정 호스트웨이 2012.06.29 51903
231 리눅스 압축 명령어 tar 호스트웨이 2012.06.29 17720
230 리눅스에서 shutdown 명령어 사용하기 호스트웨이 2012.06.29 28858
229 리눅스 로그인 메시지 출력 file 호스트웨이 2012.07.06 17107
228 리눅스 로그파일의 종류 호스트웨이 2012.07.06 18242
227 Linux 계정 정보 관리 파일 호스트웨이 2012.07.06 17984