http://jeremy.zawodny.com/mysql/mytop/
필요 라이브러리
http://search.cpan.org/~jstowe/
centos의 경우
wget http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-2.30.tar.gz
tar xvfz TermReadKey-2.30.tar.gz
cd TermReadKey-2.30
perl Makefile.PL
make;make install
wget http://jeremy.zawodny.com/mysql/mytop/mytop-1.6.tar.gz
tar xvfz mytop-1.6.tar.gz
cd mytop-1.6
perl Makefile.PL
make;make install혹시 설치시 'Warning: prerequisite DBD::mysql 1 not found.'에러가 난다면
yum install perl-DBD-mysql만일 s/// 식으로 에러가 나올때는 fix.455901.diff 로 패치
아하 좋쿠나..

Posted by 엽기민원


