Re: [clamav-users] Compiler error: 7z/Types.h:58: redefinition of `Byte'

2013-09-25 Thread Francis Stevens
Shawn Webb wrote: On Tue, Sep 24, 2013 at 2:21 PM, Rob Sterenborg (lists) < li...@sterenborg.info> wrote: On 09/24/2013 03:51 PM, Shawn Webb wrote: On Mon, Sep 23, 2013 at 5:04 PM, Dennis Peterson wrote: On 9/23/13 1:59:42PM, Shawn Webb wrote: Maybe this time I'll actually attach the

[clamav-users] Clarification required on DisableCertCheck configuration option.

2013-09-25 Thread ANANT S ATHAVALE
Dear List, I am seeing a new option: DisableCertCheck in clamd.conf in 0.98. And in configuration file, it is mentioned that, by default, the signature chain is checked with database.  Is this database part of main.cvd or something else, which gets downloaded with freshclam? -- Regards

[clamav-users] Compilation failed for ClamAV 0.98 on AIX 6.1

2013-09-25 Thread ANANT S ATHAVALE
Dear List, Compilation of ClamAV 0.98 fails on AIX 6.1 with gcc 4.2.0. make  all-recursive Making all in libltdl     cp ./argz_.h argz.h-t     mv argz.h-t argz.h     make  all-am   CC dlopen.lo   CCLD   dlopen.la   CC libltdlc_la-preopen.lo   CC libltdlc_la-lt__alloc.lo  

Re: [clamav-users] Compilation failed for ClamAV 0.98 on AIX 6.1

2013-09-25 Thread Matt Olney
Added information to bug https://bugzilla.clamav.net/show_bug.cgi?id=8993in case the failures are related. We'll provide info here when we resolve the issues. On Wed, Sep 25, 2013 at 8:34 AM, ANANT S ATHAVALE wrote: > Dear List, > > Compilation of ClamAV 0.98 fails on AIX 6.1 with gcc 4.2.0. >

[clamav-users] scanning RPMs with clamav

2013-09-25 Thread ScrumpyJack
I have been trying to scan RPM files with clamav without success. clamscan file.rpm shows nothing. If I unpack the cpio from the RPM and scan the extracted cpio, I get a hit on a virus (as expected). Is clamav capable to "unpacking" RPM files to scan them? __

Re: [clamav-users] scanning RPMs with clamav

2013-09-25 Thread David Raynor
On Wed, Sep 25, 2013 at 10:57 AM, ScrumpyJack wrote: > I have been trying to scan RPM files with clamav without success. > clamscan file.rpm shows nothing. > If I unpack the cpio from the RPM and scan the extracted cpio, I get a > hit on a virus (as expected). > > Is clamav capable to "unpacking"

Re: [clamav-users] Compiler error: 7z/Types.h:58: redefinition of `Byte'

2013-09-25 Thread Shawn Webb
On Wed, Sep 25, 2013 at 4:51 AM, Francis Stevens < francis.stev...@bristow.co.uk> wrote: > Shawn Webb wrote: > >> On Tue, Sep 24, 2013 at 2:21 PM, Rob Sterenborg (lists) < >> li...@sterenborg.info> wrote: >> >> On 09/24/2013 03:51 PM, Shawn Webb wrote: >>> >>> On Mon, Sep 23, 2013 at 5:04 PM, De

Re: [clamav-users] Clarification required on DisableCertCheck configuration option.

2013-09-25 Thread Shawn Webb
On Wed, Sep 25, 2013 at 7:10 AM, ANANT S ATHAVALE wrote: > Dear List, > > I am seeing a new option: DisableCertCheck in clamd.conf in 0.98. > > And in configuration file, it is mentioned that, by default, the signature > chain is checked with database. Is this database part of main.cvd or > some

Re: [clamav-users] scanning RPMs with clamav

2013-09-25 Thread Dennis Peterson
On 9/25/13 9:36 AM, David Raynor wrote: ClamAV does not currently have that functionality, though as you found in your testing it does have support for cpio if you unpack the contents. We are working on a bunch of things for upcoming releases, but as always I cannot make any promises about futu

Re: [clamav-users] Clarification required on DisableCertCheck configuration option.

2013-09-25 Thread ANANT S ATHAVALE
- Message from Shawn Webb -     Date: Wed, 25 Sep 2013 13:48:17 -0400     From: Shawn Webb Reply-To: ClamAV users ML Subject: Re: [clamav-users] Clarification required on DisableCertCheck configuration option.       To: ClamAV users ML On Wed, Sep 25, 2013 at 7:10 AM, ANANT S AT

Re: [clamav-users] Compiler error: 7z/Types.h:58: redefinition of `Byte'

2013-09-25 Thread Rob Sterenborg (lists)
On 09/25/2013 07:47 PM, Shawn Webb wrote: Hey Francis, Can you add the --disable-silent-rules option to your configure script and re-run make? It'd be helpful to see what's being passed to the compiler. I didn't do this, but.. Here's a small patch that might help. Can you give this a try and