Hi, list, To solve the problem (as root) :) My bad! I know!
1. Make sure you have zlib-devl, gcc and make (I use gcc-4.3): # aptitude -y install zlib1g-dev gcc-4.3 make 2. Download the latest (July 2012) stable source: # cd /usr/src && wget http://sourceforge.net/projects/clamav/files/clamav/0.97.5/clamav-0.97.5.tar.gz 3. Decompress: # cd /usr/src && tar xvzf clamav-0.97.5.tar.gz 4. Complie with make # cd /usr/src/clamav-0.97.5 && ./configure –sysconfdir=/etc/clamav –exec_prefix=/usr && make && make install 5. Once complete: # /etc/init.d/clamav-daemon restart That’s it! Cheers! _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml