What is ClamAV?
Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose of this software is the integration with mail servers (attachment scanning). The package provides a flexible and scalable multi-threaded daemon, a command line scanner, and a tool for automatic updating via Internet. The programs are based on a shared library distributed with the Clam AntiVirus package, which you can use with your own software. Most importantly, the virus database is kept up to date.
Read more for the installation guide.
Let's start the installation/update
So if you're wanting to install or update ClamAV, heres how you do it! But hold on, this has only been tested on my main server that runs DirectAdmin so your user prefixes are completely different but I will point out when you should change something.
Lets start by getting the fresh
(and new) file. This is from Kent in Europe. May be slow downloading if your server is far away from Europe.
wget http://kent.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.5.tar.gz
Now lets unpack it.
tar zxf clamav-0.88.5.tar.gz
Now get into it's directory.
cd clamav-0.88.5
Now lets configure the installation and set it up!
./configure --prefix=/usr --sysconfdir=/etc
Now lets build it
make
Then check to see if its installed correctly
make check
If it is, lets install it
make install
We'll clear some binary files and uother unused files now
make clean
Now check to see if it's been updated
clamd --help
It should say:
Clam AntiVirus Daemon 0.88.5
All done!
Posted by Steven Sullivan on 26th July, 2006 - 13:08:53 GMT
There are no comments. Why not be the first to comment?