#Installation
cd /usr/local/src
wget http://freshmeat.net/redir/clamav/29355/url_tgz/clamav-0.90.2.tar.gz
tar xzf clamav-0.90.2.tar.gz
cd clamav*
./configure
make
make install
#Update database now
/usr/bin/freshclam -v
#Database updater Configuration
echo 'DatabaseDirectory /var/lib/clamav' > /etc/freshclam.conf
echo 'UpdateLogFile /var/log/freshclam.log' >> /etc/freshclam.conf
echo 'PidFile /var/run/clamav/freshclam.pid' >> /etc/freshclam.conf
echo 'DatabaseOwner clamav' >> /etc/freshclam.conf
echo 'DatabaseMirror db.US.clamav.net' >> /etc/freshclam.conf
echo 'DatabaseMirror database.clamav.net' >> /etc/freshclam.conf
echo 'Checks 24' >> /etc/freshclam.conf
#Schedule automatic downloading
crontab -e
0 * * * * /usr/bin/freshclam --quiet
#Review clamd options in /etc/clamd.conf