Monday 3 December 2012

Clam Scan install on cpanel server


Using WHM:

 Main >> cPanel >> Manage Plugins

Manual installation:

 cd /usr/local/src
 rm -Rf clamav-*
 wget http://downloads.sourceforge.net/clamav/clamav-0.96.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!”