Clam Scan install

ARUN Post in HACK
0

WHM

Main >> cPanel >> Manage Plugins

***********************************************

*** Manuall install ***

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!”

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.