Well, if you have read my previous post you would know that I have successfully 
installed ClamAV and C-ICAP. 

However when I start C-ICAP, I get the following message:
root at OSBox:~# /opt/icap/bin/c-icap -N -D -d 10
......
......
LibClamAV Warning: ***********************************************************
LibClamAV Warning: ***  This version of the ClamAV engine is outdated.     ***
LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq ***
LibClamAV Warning: ***********************************************************
......

Reading the FAQ on clamav advises me to re-install clamav. 

So I did the following:
root at OSBox:~# /opt/csw/bin/pkgutil -r clamav
root at OSBox:~# /opt/csw/bin/pkgutil --catalog
root at OSBox:~# /opt/csw/bin/pkgutil --install clamav

I still have the same issue. Reading the man page for pkgutil informs me of a 
command to compare the version installed with the one in the catalog. I noticed 
that this the problem.

root at OSBox:~# /opt/csw/bin/clamscan -V
ClamAV 0.94.2/9256/Sat Apr 18 19:13:04 2009
root at OSBox:~# /opt/csw/bin/pkgutil -c clamav
Checking catalog integrity with gpg.
gpg: Signature made Sat Apr 18 03:38:46 2009 EDT using DSA key ID A1999E90
gpg: Good signature from "Blastwave Software (Blastwave.org Inc.) <software at 
blastwave.org>"
package                   installed                 catalog
CSWclamav                 0.94.2,REV=2008.12.18     SAME                     
CSWlibclamav              0.94.2,REV=2008.12.18     SAME          

Both versions are the same... Does this mean I should download the source from 
clamav? If so.. could someone point me to what I should be including in the 
./configure command.

ClamAV suggests the following:
        --prefix=/opt/ClamAV
        --sysconfdir=/opt/ClamAV/etc
        --with-user=clamav
        --with-group=clamav
        --enable-readdir_r
        --enable-milter

I'm guessing that this should be directed to blastwave.

Thanks,

Mr. Hu Mongous
-- 
This message posted from opensolaris.org

Reply via email to