Skip Menu |

This queue is for tickets about the Mail-ClamAV CPAN distribution.

Report information
The Basics
Id: 54036
Status: open
Priority: 0/
Queue: Mail-ClamAV

People
Owner: Nobody in particular
Requestors: peter [...] dragonstaff.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Does not build with clamav 0.95.2
Mail::ClamAV is using clamav-config --version to get version. This fails on FC3 and RHEL5 so the module will not install. You can use instead FC3 $ clamscan --version ClamAV 0.88.7/10335/Wed Jan 27 03:34:47 2010 $ rpm -q clamd clamd-0.88.7-1.fc3.rf RHEL5 $ clamscan --version ClamAV 0.95.2/9450/Wed Jun 10 14:41:08 2009 $ rpm -q clamd clamd-0.95.2-4.el5.rf
On further investigation we found that we needed to install clamav-devel and then it worked. Please could you change the Makefile.PL so that if clamav-config is missing then die and say to install clamav-devel, rather than failing silently and saying the version of clamav is too old. We had a newer version of clamd installed than it reported it needed and this was confusing.