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

번호 제목 글쓴이 날짜 조회 수
286 오늘 생성한 파일만 조회하기 호스트웨이 2012.12.27 6260
285 SVN(subversion) 설치 및 셋팅 file 호스트웨이 2014.12.02 6426
284 사용하고 있던 외장하드가 마운트 되지 않는 경우 호스트웨이 2015.09.22 6459
283 mknod_장치파일을 만들어 사용 호스트웨이 2015.09.22 6502
282 SYN_Flooding 공격 막기 호스트웨이 2015.09.25 6554
281 SFTP 접속 방법 file 호스트웨이 2012.09.21 6796
280 터미널 접속 시 한글이 깨질 때 호스트웨이 2015.09.23 6975
279 리눅스 상에서 메모리 사용 현황 확인하기 호스트웨이 2015.09.23 6994
278 root 초기 접속 홈디렉토리 변경하기 호스트웨이 2015.09.12 7040
277 /dev/null 복구 호스트웨이 2015.09.21 7058
276 /proc/sys/net/ipv4 활용 서버보안 -3- 호스트웨이 2015.09.22 7149
275 프로그램의 사용 메모리 확인 호스트웨이 2015.09.23 7389
274 i386, i586, i686, x86의 차이 호스트웨이 2012.11.01 7469
273 사용하지 않는 데몬 끄기 호스트웨이 2015.09.23 7534
272 리눅스 파일 소유자, 권한 일괄 변경하기 호스트웨이 2015.09.08 7779
271 리눅스 터미널 기반 모니터링 툴 "glances" 호스트웨이 2015.09.23 7812
270 리눅스 uniq 명령어 file 호스트웨이 2012.12.27 7879
269 삭제된 파일 복구 - 2 호스트웨이 2015.09.24 7894
268 partprobe - 리부팅 없이 사용 중인 파티션 재인식 호스트웨이 2012.12.28 8358
267 filezilla 디렉토리 목록 조회 실패 호스트웨이 2015.09.22 8565