This might be a little backwards but works great for me.
Instructions
1: wget -O clam-updater.tar.gz http://www.cpanelappz.com/download.php?file=3
2: tar zxvf clam-updater.tar.gz
3: cd clam-updater
4: ./install
How to test
On shell as root type this (note the CAPITAL V):
clamscan -V
As of date the present release is 0.75.1, so if thats what the above shows you, you are in business ;-)
Now your thinking why am I going backwards on the versions here. Well just made things easier for updating clamav on a fresh install of Cpanel. I tried to install the ClamAV-0.81 without going backwards and still showed the .80 version.
(This is in case your zlib is out of date when you try the ./configure option on clamav)
1: wget http://www.zlib.net/zlib-1.2.2.tar.gz
2: tar zxvf zlib-1.2.2.tar.gz
3: cd zlib-1.2.2
4: make clean
5: ./configure -s
6: make
7: make install
Next step on updating to ClamAV-0.81:
1: wget http://voxel.dl.sourceforge.net/sour...av-0.81.tar.gz
2: tar zxvf clamav-0.81.tar.gz
3: cd clamav-0.81
4: ./configure
5: make
6: make check
7: make install
8: make clean
9: clamscan -V
If I have all wrong please reply. But looks as if it has worked for me just fine.



LinkBack URL
About LinkBacks
Reply With Quote








