Frank Sfalanga, Jr. wrote:
I recently built a new qmail server using the process at qmailrocks.org from which I compiled/installed ClamAV 0.83. Later I upgraded to ClamAV 0.86.2 using this procedure:


* Rename /usr/local/bin/clamdscan /usr/local/bin/clamdscan.orig
* Copy /usr/local/bin/clamscan to /usr/local/bin/clamdscan

This is /usr/local/bin

I have a cron job that updates virus defs at 1:47am nightly like this:

47 1 * * * /usr/bin/freshclam --quiet -l /var/log/clamav/freshclam.log

This is /usr/bin

According to this I'm already running 0.86.2

[EMAIL PROTECTED] boot]# /usr/local/bin/clamscan -v

/usr/local/bin again.

It looks like you have installed different versions of clamav in /usr and /usr/local

Try
which -a freshclam
which -a clamscan
or
ls -l /usr/local/bin/freshclam
ls -l /usr/bin/freshclam


Regards

Daniel


_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to