#1 (permalink)  
Old 03-31-2009, 10:29 AM
Registered User
 
Join Date: Sep 2007
Posts: 26
McPhil is on a distinguished road
WARNING: ClamAV 0.94.2 is OUTDATED

Hi we get this warning a few times each day for the last couple of days:

Last ClamAV update process started at Mon Mar 30 17:13:44 2009

Last Status:
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.94.2 Recommended version: 0.95
main.cld is up to date (version: 50, sigs: 500667, f-level: 38, builder: sven)
daily.cld is up to date (version: 9180, sigs: 37728, f-level: 41, builder: guitar)

Does anyone know when WHM will install the new version? We are using the automatic Current branch and WHM is still using outdated ClamAV. It seems important because of April 1 with all the new virus alerts going out?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-31-2009, 04:39 PM
Oldiesmann's Avatar
Registered User
 
Join Date: Dec 2008
Posts: 9
Oldiesmann is on a distinguished road
It's fairly easy to upgrade it yourself. I did it yesterday because I was tired of waiting for the new version to be included in the upgrades...

Here's what you do (slightly modified version of http://forums.knownhost.com/showthread.php?p=4540):

First, download the latest version from Sourceforge:

Code:
wget http://downloads.sourceforge.net/clamav/clamav-0.95.tar.gz
Extract it and move into that directory:
Code:
tar -xzf clamav-*
cd clamav*
Compile:
Code:
./configure --prefix=/usr
make
make install
Comment out examples in the config files:
Code:
replace "Example" "#Example" -- /usr/etc/freshclam.conf
replace "Example" "#Example" -- /usr/etc/clamd.conf
Get the new virus definitions:
Code:
freshclam
Then just make sure you have the latest version of the ClamAV scanner if you're using it (this can be done from the "Manage Plugins" screen in the cPanel section of WHM).
__________________
Michael "Oldiesmann" Eshom
SMF Webmaster
Archie Comics Fan Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-21-2009, 07:30 PM
Registered User
 
Join Date: Jul 2003
Posts: 7
jshanley
Configure options

Hi,

Just a quick update for those that may find this thread later.
It's important to specify the sysconfdir option so you don't get configurations installed to /usr/etc, and similar issues.

if [ -d "/usr/lib64" ]; then libdir="--libdir=/usr/lib64" ; fi ; ./configure --prefix=/usr $libdir --sysconfdir=/etc --disable-ipv6 --disable-zlib-vcheck
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-18-2009, 04:34 AM
Registered User
 
Join Date: Jun 2007
Posts: 6
encikacop is on a distinguished road
So as conclusion, you can run below scripts to update Clam AV. Please change the version on the wget line if you want to update.

Code:
cd /usr/local/src
rm -Rf clamav-*
wget http://biznetnetworks.dl.sourceforge.net/sourceforge/clamav/clamav-0.95.2.tar.gz
tar -xzf clamav-*
cd clamav-*
if [ -d "/usr/lib64" ]; then libdir="--libdir=/usr/lib64" ; fi ; ./configure --prefix=/usr $libdir --sysconfdir=/etc --disable-ipv6 --disable-zlib-vcheck
make
make install
freshclam
echo "ClamAV update complete!"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-07-2009, 04:00 AM
Registered User
 
Join Date: Jul 2005
Posts: 171
upsforum is on a distinguished road
I updated clamav like above but I get same error:

ClamAV update process started at Tue Jul 7 09:55:38 2009
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.91 Recommended version: 0.95.2
DON'T PANIC! Read Clam AntiVirus
main.inc is up to date (version: 51, sigs: 545035, f-level: 42, builder: sven)
daily.cvd is up to date (version: 9539, sigs: 38484, f-level: 43, builder: neo)
__________________
Cpanel, Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:38 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc