Anyone who still use Dapper as their backend server should realize that the engine is not updated. If you use Etch or Sarge, you are benefited from the Debian Volatile project. Anyway, I have follow the guide from Suares & co with slight modification. Well, here's what mainly we do:
- Download and extract the source from ClamAV site.
- Do command:
# ./configure --prefix=/usr --sysconfdir=/etc/clamav --enable-dns-fix --enable-readdir_r --enable-bigstack
# make; make install - Restart all daemon:
# /etc/init.d/clamav-daemon restart
# /etc/init.d/clamav-freshclam restart - Check logfiles and run freshclam to update.
- GMP for signature.
- BZip2 for support.
- ZLib is mandatory.
Comments
Post a Comment