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

번호 제목 글쓴이 날짜 조회 수
226 XFS파일 장점및 단점 호스트웨이 2012.07.06 25476
225 IBM Integrated Management Module 로그인 정보 호스트웨이 2012.07.06 16179
224 ALERT! /dev/disk/xxxx Does not exist. Dropping to a shell 문제 해결 호스트웨이 2012.07.06 17298
223 데비안에서 CPU 온도 확인 해보기-lm_sensors 호스트웨이 2012.07.13 20445
222 리눅스에서 서버 호스트네임 관리 호스트웨이 2012.07.13 21203
221 리눅스에서 Which 명령어로 명령어 경로 확인 호스트웨이 2012.07.13 14959
220 리눅스 runlevel이란? 호스트웨이 2012.07.13 15452
219 리눅스 more 명령어 file 호스트웨이 2012.07.13 16104
218 Rsync를 이용한 데이터 Sync, 백업하기 – 2탄 호스트웨이 2012.07.13 23891
217 가장 안정적인 NTP 서버 주소 호스트웨이 2012.07.20 32123
216 SED 명령어 사용법 호스트웨이 2012.07.20 16955
215 리눅스 ss 명령어 호스트웨이 2012.07.20 23515
214 Vsftpd 파일명 혹은 확장자에 따른 업로드 제한하기 호스트웨이 2012.07.20 18596
213 리눅스 퍼미션(Permission)이란? file 호스트웨이 2012.07.20 15922
212 Linux 미사용 Demon이 실행되지 않게 설정하기 file 호스트웨이 2012.07.20 15565
211 Proftpd – ‘unable to determine IP address’ 에러 발생시 호스트웨이 2012.07.20 16193
210 Yum - Dag Repository 추가 호스트웨이 2012.07.27 19547
209 "The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA" 에러 메시지 발생 시 호스트웨이 2012.07.27 15400
208 Putty 접속 시 창 분할하는 방법(screen 이용) file 호스트웨이 2012.07.27 28501
207 리눅스 부트로더란? 호스트웨이 2012.07.27 17668