peter
User
 Junior Boarder
| Posts: 6 |   | Karma: 0
|
Version update problem - 2008/04/17 17:20
Version 0.92.1 of Clam is known to core dump when issuing "clamscan -V" but the same output is given by "freshclam -V".
| Code: |
# clamdscan -V
Segmentation Fault (core dumped)
# freshclam -V
ClamAV 0.92.1/6811/Thu Apr 17 18:08:24 2008
|
In MailScanner.pm, replace this line:
WhereIs => 'clamscan',
with:
WhereIs => 'freshclam',
If you use my patch for clamd you of course need to do it there.
|