Install instructions.
---------------------

Given that the module "make install" can get a bit confused,
shall we say, these are the directions which I recommend. 

1) look in your php.ini file for the extension_dir directive.
Make a note of what this is - for our purposes, we'll use 
/usr/share/php/pecl

2) download and untar the php-clam distribution - which I'm
guessing you've done if you're reading this file - but anyway

3)
wget <file>
tar -zxvf <file>
cd <dir-created-by-untaring-file>
phpize
./configure --with-clam
make
cp modules/clam.so /usr/share/php/pecl

4) add an "extension=clam.so" line to your php.ini.

Restart apache or whatever webserver you're using. 
Should now work. If it doesn't, please email me
(gareth@fission.org.uk) with as much info as you've got on the
problem. 

Cheers,

-- 
Gareth Ardron <gareth@fission.org.uk>
