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 FreeBSD 커널 빌드 sylee 2009.04.14 23287
265 Chage 명령어 호스트웨이 2012.08.23 22607
264 리눅스에서 mii-tool 사용 방법 호스트웨이 2012.03.08 22571
263 CentOS 6 – root 패스워드 변경하기 호스트웨이 2012.04.20 22367
262 리눅스 File 명령어를 통해 파일의 확장자나 속성알아보기 file 호스트웨이 2012.09.14 22264
261 Tcpdump의 옵션들 호스트웨이 2012.05.25 22261
260 CentOS터미널 접속시 쉘색상 변경방법 file 호스트웨이 2012.06.08 22064
259 at 명령어를 이용한 예약 작업 호스트웨이 2012.03.16 21865
258 Debian 에 SAMBA 서버 설정하기 호스트웨이 2012.08.23 21788
257 ps 명령어 호스트웨이 2012.06.01 21770
256 특정 사용자로 명령어 구동하기 호스트웨이 2012.08.24 21396
255 리눅스에서 서버 호스트네임 관리 호스트웨이 2012.07.13 21204
254 리눅스 setup 명령어를 이용한 간편 설정 file 호스트웨이 2012.07.27 21104
253 하드디스크의 배드블럭을 검사하는 명령어 (badblocks) 호스트웨이 2012.03.30 21067
252 PING 사용시 시간 출력 방법 file 호스트웨이 2012.05.05 20880
251 Telnet을 이용하여 Linux서버 원격접속 file 호스트웨이 2012.04.13 20530
250 데비안에서 CPU 온도 확인 해보기-lm_sensors 호스트웨이 2012.07.13 20446
249 sysstat 설치편 호스트웨이 2012.06.08 20404
248 Ext2Fsd 를 이용하여 윈도우즈 PC에서 리눅스 파티션 읽기 file 호스트웨이 2012.06.15 20359
247 vsftpd 시간이 맞지 않을때 sylee 2010.04.07 20169