Zumsel

Member
Feb 6, 2009
8
0
51
I have updated clamav to version 0.5 and it works well.
(consolen-update)
But in the logfile there are following eintries:

WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.94.2 Recommended version: 0.95
DON'T PANIC! Read http://www.clamav.net/support/faq

How can i change it, that the logfile in future is correct?

Peter
 

d_t

Well-Known Member
Sep 20, 2003
245
3
168
Bucharest
You can download and install the latest version like this:

Code:
cd /usr/local/cpanel/modules-install/clamavconnector-Linux-x86_64/
wget http://heanet.dl.sourceforge.net/sourceforge/clamav/clamav-0.95.tar.gz
edit install:
Code:
AVV=0.95
AVVOLD=0.94.2
then run install
Code:
./install
freshclam
(if you don't have x86_64, change that)

Or you can wait for cPanel to update it.