Re: [yocto] ClamAV PCRE support

2018-04-03 Thread Robert Berger
Hi Tom, I never tried to get clamav to run, but please see my comments below. On 2018-04-03 16:22, Tom Gibson wrote: Hi Anuj This is happening because clamav is looking for pcre-config (uses it to find pcre paths) and it's not able to locate it ... Even if you do get around this error by

Re: [yocto] ClamAV PCRE support

2018-04-03 Thread Tom Gibson
Hi Anuj Thanks for your e-mail. > -Original Message- > From: Anuj Mittal <anuj.mit...@intel.com> > Sent: 30 March 2018 11:16 > To: Tom Gibson <tom.gib...@csoftware.co.uk>; yocto@yoctoproject.org > Subject: Re: [yocto] ClamAV PCRE support > > > Wh

Re: [yocto] ClamAV PCRE support

2018-03-30 Thread Anuj Mittal
Hi Tom, On 03/29/2018 11:29 PM, Tom Gibson wrote: > When I run clamscan on our board I get a number of errors of the > form “logical signature for … uses PCREs but support is disabled, > skipping” so the solution would appear to be to add PCRE support. In > the ClamAV bitbake

Re: [yocto] ClamAV PCRE support

2018-03-29 Thread Tom Gibson
ct.org Subject: RE: [yocto] ClamAV PCRE support Yes, I am using the recipe from meta-security. I have just double-checked this with "bitbake-layers show-recipes". Regards, Tom Gibson C Software Limited From: akuster808 <akuster...@gmail.com> Sent: 27 March 2018 16:04 T

Re: [yocto] ClamAV PCRE support

2018-03-27 Thread Tom Gibson
yocto@yoctoproject.org Subject: Re: [yocto] ClamAV PCRE support On 03/27/2018 07:42 AM, Tom Gibson wrote: Hi, I am adding ClamAV to our custom image and have added the following to our main .bb file: Are you using the recipe from meta-security ? - Armin IMAGE_INSTALL += " clamav clamav-daemo

Re: [yocto] ClamAV PCRE support

2018-03-27 Thread akuster808
On 03/27/2018 07:42 AM, Tom Gibson wrote: > > Hi, > >   > > I am adding ClamAV to our custom image and have added the following to > our main .bb file: > Are you using the recipe from meta-security ? - Armin > >   > > IMAGE_INSTALL += “ clamav clamav-daemon clamav-clamdscan” > >   > > When I

[yocto] ClamAV PCRE support

2018-03-27 Thread Tom Gibson
Hi, I am adding ClamAV to our custom image and have added the following to our main .bb file: IMAGE_INSTALL += " clamav clamav-daemon clamav-clamdscan" When I run clamscan on our board I get a number of errors of the form "logical signature for ... uses PCREs but support is disabled,