admin 2010.02.23 No curses/termcap library found MySql Mysql 컴파일시 에러:checking for termcap functions library… configure: error: No curses/termcap library found(termcap 라이브러리를 찾을수 없어서 에러가 발생) * libtermcap 라이브러리는 libtermcap-devel 패키지에 포함되어 있다. 일단 termcap , libtermcap, libtermcap-devel이 설치되어 있는지 확인하자. #rpm -qa | grep termcap #rpm -qa | grep libtermcap 없다면 설치 $yum install libtermcap-devel Read More..
admin 2010.02.23 mysql 4.0.X 설치시 “LinuxThreads”… “Not found” … 에러 CENTOS 5.X 에서 MYSQL 설치시mysql 4.0.X 설치시 “LinuxThreads”… “Not found” … 에러/usr/include/pthread.h 파일에 /* Linuxthreads */ 한줄 추가하면 끝! 끝 부분에 추가하면 된다 Read More..
admin 2010.02.23 이미지 리사이즈 모듈 추가 이미지 리사이즈 관련 모듈이 필요할 경우 yum 서비스를 이용하면 된다 djpegdiftopnmpnmscale yum -y install netpbm-* 해결완료 Read More..
admin 2010.02.23 MRTG YUM 설치 um -y install net-snmp* rpm -y install mrtg useradd mrtg -s /bin/false cd /free/home/mrtg/html ### public은 컴뮤니티 네임이다 snmp.conf 파일의 communit name을 변경가능 cfgmaker public@localhost > mrtg.cfg vi mrtg.cfg ====================== 아래 내용기입=========== WorkDir: /free/home/mrtg/htmlLanguage: korean Options[_]: growright ================================================indexmaker –output=/free/home/mrtg/html/i... Read More..