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

번호 제목 글쓴이 날짜 조회 수
186 telnet 사용 시 접속가능 시간 제어 하는 법 호스트웨이 2012.05.18 17218
185 Ubuntu 12.04: Ubuntu 11.10 또는 Ubuntu 10.04 LTS 에서 Ubuntu 12.04 로 업그레이드하기 호스트웨이 2012.05.04 17224
184 ALERT! /dev/disk/xxxx Does not exist. Dropping to a shell 문제 해결 호스트웨이 2012.07.06 17273
183 cal 명령어로 달력 보기 호스트웨이 2012.08.23 17307
182 RPM 관련 옵션들-1 호스트웨이 2012.07.27 17392
181 SSH 로그인 지연 시 해결 방법 호스트웨이 2012.05.25 17393
180 lsof를 이용한 시스템에서 Open된 Port 검색 호스트웨이 2012.06.08 17534
179 Linux 파일명이 깨진파일 삭제 호스트웨이 2015.09.23 17543
178 CentOS 5.X의 yum 속도 올리기 호스트웨이 2012.07.27 17544
177 리눅스 사용자에게 메시지 보내기 file 호스트웨이 2012.10.04 17552
176 netstat 명령어 호스트웨이 2012.05.25 17572
175 리눅스 부트로더란? 호스트웨이 2012.07.27 17668
174 리눅스 압축 명령어 tar 호스트웨이 2012.06.29 17720
173 리눅스 du 사용법 호스트웨이 2012.10.25 17784
172 rsync 수행시 Connection refused 해결 방법 호스트웨이 2015.09.14 17804
171 리눅스 디스크 종류별 명칭 호스트웨이 2012.08.10 17812
170 Ping 요청 막는 방법 호스트웨이 2012.05.04 17941
169 Linux 계정 정보 관리 파일 호스트웨이 2012.07.06 17984
168 리눅스 vsftp 자세한 log남기는 설정 호스트웨이 2012.10.11 17996
167 리눅스 시스템 폴더별 명령어 알아보기 - 두번째 호스트웨이 2012.08.10 18030