next up previous
Next: Testing Up: Installation Previous: Installation

Configuration

If you are going to use the daemon, you need to configure it.

	$ clamd
	ERROR: Please edit the example config file
	       /usr/local/etc/clamav.conf.

Now you know, where the configuration file is located. You will find more information about it in 3.1 section.

Clamuko requires the Dazuko software and is supported with Linux 2.2 and 2.4 only. You can obtain Dazuko from http://dazuko.org or
clamav-x.yz/support/dazuko (version tested with clamd). Installation:

	$ tar zxpvf dazuko-a.b.c.tar.gz
	$ cd dazuko-a.b.c
	$ make dazuko
	or
	$ make dazuko-smp (for smp kernels)
	$ su -c "insmod dazuko.o"
You must create also the /dev/dazuko device:
	$ cat /proc/devices | grep dazuko
	254 dazuko
	$ su -c "mknod -m 600 /dev/dazuko c 254 0"
Now you must configure Clamuko in clamav.conf. Please check 3.2 section.



Tomasz Kojm 2002-10-09