ClamAVのバージョンアップ

ClamAVが古いとか怒ってました。なので対処

# /usr/local/clamav/bin/freshclam
ClamAV update process started at Sun Apr 9 16:29:53 2006
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.87.1 Recommended version: 0.88.1

最新版をwgetしてきてmake installして clamdをrestartするだけです。

tar xvzf clamav-0.88.1.tar.gz
cd clamav-0.88.1
./configure --prefix=/usr/local/clamav --disable-zlib-vcheck
make
make install
/sbin/service clamd restart
/usr/local/clamav/bin/freshclam

こんなかんじになっていればおけ
# /usr/local/clamav/bin/freshclam
ClamAV update process started at Sun Apr 9 16:37:20 2006
main.cvd is up to date (version: 37, sigs: 46700, f-level: 7, builder: ccordes)
daily.cvd is up to date (version: 1385, sigs: 3748, f-level: 7, builder: arnaud)