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:
* Download latest tarball from http://clamav.net and place it in the
/downloads/qmailrocks/ directory
* Untar and ungzip using tar xvzf clamav<ver>.tar.gz
* Move to source directory and ./configure
* Upgrade "zlib" >1.2.2 per message from ./configure
* Install zlib RPMs (I used Fedora Core 4 RPMS - System is running
CentOS 4.1)
* Rerun ./configure
* Run "make"
* Stop the mail service using "qmailctl stop"
* Run "make install"
* Rename /usr/local/bin/clamdscan /usr/local/bin/clamdscan.orig
* Copy /usr/local/bin/clamscan to /usr/local/bin/clamdscan
* Updated qmail-scanner's version file using:
setuidgid qscand /var/qmail/bin/qmail-scanner-queue.pl -z
* Started the mail service using "qmailctl start"
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
I get this message each morning in my /var/log/clamav/freshclam.log:
ClamAV update process started at Thu Jul 28 01:47:01 2005
WARNING: Your ClamAV installation is OUTDATED - please update immediately!
WARNING: Local version: 0.83 Recommended version: 0.86.2
main.cvd is up to date (version: 33, sigs: 36102, f-level: 5, builder:
tkojm)
WARNING: Your ClamAV installation is OUTDATED - please update immediately!
WARNING: Current functionality level = 4, required = 5
daily.cvd updated (version: 995, sigs: 1049, f-level: 5, builder: ccordes)
WARNING: Your ClamAV installation is OUTDATED - please update immediately!
WARNING: Current functionality level = 4, required = 5
Database updated (37151 signatures) from db.us.clamav.net (IP:
207.201.202.73)
Clamd successfully notified about the update.
According to this I'm already running 0.86.2
[EMAIL PROTECTED] boot]# /usr/local/bin/clamscan -v
----------- SCAN SUMMARY -----------
Known viruses: 36934
Engine version: 0.86.2
Scanned directories: 1
Scanned files: 10
Infected files: 0
Data scanned: 10.59 MB
Time: 2.739 sec (0 m 2 s)
I've restarted the server and still get the same result. I read in the
list that having the wrong libraries on the system can cause this but
I've compiled both times from source. Any ideas you may have would be
appreciated.
Thanks in advance.
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html