
Originally Posted by
cooldude7273
bah
How do I upgrade?

Disclaimer: It worked for me. If it borks your system your on your own. That said, goodluck.
Grab the source for clamav 0.82: http://prdownloads.sourceforge.net/c...ar.gz?download
Make sure you have the GMP library and its headers... quoted from the ClamAV FAQ:
The ClamAV package requires the GMP library to verify the digital signature of the virus database. When building ClamAV you need the GMP library and its headers: if you are using Debian just run apt-get install libgmp3-dev, if you are using an RPM based distribution install the gmp-devel package. You'll need to rerun ./configure and recompile ClamAV.
Code:
cd /usr/local/cpanel/modules-install/clamavconnector-Linux-i686
wget http://ovh.dl.sourceforge.net/sour[ceforge/clamav/clamav-0.82.tar.gz
sed -i -e 's/AVV=0.80/AVV=0.82/' install
./install
The 'sed' command may not work if you have an old version of sed, ie. 3.02. If thats the case, just edit the install file with your fav editor and change AVV=0.80 to AVV=0.82. Save it, exit, and run "./install"
Verify that 0.82 has been installed by running the following:
Code:
/usr/bin/freshclam -V
/usr/bin/clamscan -V
/usr/sbin/clamd -V
They should all report "ClamAV 0.82/700/Thu Feb 3 15:33:15 2005", run /usr/bin/freshclam to update.