How to upgrade Clamav version ?

avijit

Well-Known Member
Jul 26, 2004
116
0
166
India
Since last couple of days all the cpanel servers are now giving the Clamav installation outdated.

I am getting messages like this in all the servers :
ClamAV update process started at Wed Jul 12 13:20:15 2006
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.88 Recommended version: 0.88.3
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder: tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 7, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
daily.cvd is up to date (version: 1592, sigs: 3113, f-level: 8, builder: ccordes)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 7, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
How to upgrade the new updated Clamav here in cPanel server without breaking anything ? I have checked the clamav.net and it seems a new version of clamav has been released and this through the above message as a result.
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
you do not have to do anything. cPanel will get it integrated into their updates soon.
 

Infopro

Well-Known Member
May 20, 2003
17,075
524
613
Pennsylvania
cPanel Access Level
Root Administrator
Twitter
Chirpy posted this a while back.

You can upgrade ClamAV using:

wget http://easynews.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.3.tar.gz
tar -xzf clamav-*
cd clamav-*
./configure --disable-zlib-vcheck
make
make install
replace "Example" "#Example" -- /usr/local/etc/freshclam.conf
replace "Example" "#Example" -- /usr/local/etc/clamd.conf
freshclam
cd ..
/bin/rm -Rf clamav-*
Edited for latest release link.
 
Last edited:

avijit

Well-Known Member
Jul 26, 2004
116
0
166
India
Thanks a lot for the info. It fixed my issue before cPanel reacts to address this.
 

mitul

Well-Known Member
Feb 8, 2003
291
0
166
FYI: updating cpanel or addon modules upgrades clamav.
 

avijit

Well-Known Member
Jul 26, 2004
116
0
166
India
Had done that way back as soon as this problem was found. Since cPanel is yet to update the clamav at there download servers and scripts, it didnt fix the issue.

Thanks anyways.