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 리눅스 서버 보안 관련 설정 호스트웨이 2015.09.23 8782
265 hadoop 1.x 설치 & 설정 호스트웨이 2015.09.18 9007
264 kornet SMTP 서비스 종료에 따른 구글 SMTP 활용 방안 file 호스트웨이 2016.04.28 9011
263 vsFTPd 사용시 디렉토리 목록 조회가 안될때 호스트웨이 2012.11.30 9068
262 Linux ssh 무작위 공격 방어하기 - fail2ban 호스트웨이 2015.09.24 9137
261 삭제된 파일 복구 - 1 호스트웨이 2015.09.23 9167
260 /proc/sys/net/ipv4/conf/ 네트워크 세팅 호스트웨이 2015.09.22 9765
259 /tmp 디렉토리 보안 설정하기 file 호스트웨이 2015.09.17 9771
258 Sysbench를 통한 System, MySQL 성능 테스트 file 호스트웨이 2015.06.26 9873
257 Linux 설치된 OS 커널의 Bit확인 호스트웨이 2015.09.26 10331
256 bonding mode 종류 알아보기 호스트웨이 2012.11.08 10456
255 find 명령을 통한 소유자, 백도어, 파일 찾기 호스트웨이 2015.09.29 10491
254 동일 네트워크의 중복 IP검색 호스트웨이 2015.09.23 10736
253 우분투 기본 쉘 dash 에서 bash로 변경하기 호스트웨이 2015.09.07 10844
252 사용 가능한 쉘 확인 및 변경법 호스트웨이 2015.09.24 10848
251 /etc/fstab 등록 호스트웨이 2015.09.22 11124
250 vi 로 ^M 제거하기 호스트웨이 2012.11.15 11206
249 chfn 명령어를 통한 사용자 정보변경 file 호스트웨이 2012.09.07 11325
248 리눅스 Ubuntu 네트워크 설정 호스트웨이 2012.09.14 11494
247 리눅스 Memory관리 호스트웨이 2012.08.24 11627