Re: [clamav-users] Seeking complete Installation guide of clamav-rest

2021-07-22 Thread Gary R. Schmidt

On 23/07/2021 13:28, Kin Sou via clamav-users wrote:

Hi Team,

Please support us.


Hey, give them at least 24 hours.

Nobody who might know what you are talking about is awake, or currently 
available for dealing with ClamAV stuff.


It's free, don't be snarky when asking for help.

Cheers,
GaryB-)

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] Seeking complete Installation guide of clamav-rest

2021-07-22 Thread Kin Sou via clamav-users
Hi Team,

Please support us.


Rgds,

Vincent

On Thu, Jul 22, 2021 at 11:13 PM Kin Sou  wrote:

> Hi team,
>
> I knew clamav can act as a dedicated virus scanner server to provide
> remote scan service to other destination machines through using
> clamav-rest. But by far i keep searching and searching still not found any
> instructions to illustrate how to activate the REST service for remote
> scan. The questions i ain't figured are:
>
> The clamav-rest API should activate/install on the virusscanner server or
> every destination(client) machine?
>
> [image: image.png]
>
>
> How to indicate the web-GUI like the screenshot below to perform scanning
> operation? are we needed to install clamtk to fulfill this requirement?
> [image: image.png]
>
> I referenced beneath instruction and by far successfully built
> virusscanner server, just the clamav-rest API not clear how to utilize it.
>
> https://www.programmersought.com/article/53126569310/
>
> Please support us, thanks.
>
>
> Vincent Cruise
>
>

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] Cannot ignore BC.Gif.Exploit.Agent-1425366.Agent

2021-07-22 Thread G.W. Haywood via clamav-users

Hi there,

On Wed, 21 Jul 2021, Orion Poplawski via clamav-users wrote:


clamav is reporting BC.Gif.Exploit.Agent-1425366.Agent for a gif inside of the
gdk-pixbuf2 tarball.  I've tried adding it do our local whitelist.ign2 file,
but that doesn't appear to take effect.  Any way to ignore this definition?


It's all very confusing.  You need to use

BC.Gif.Exploit.Agent-1425366

and not

BC.Gif.Exploit.Agent-1425366.Agent

in the .ign2 file.

--

73,
Ged.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] Signature delimiter - was Re: ClamAV® blog: ClamAV 0.104.0 Release Candidate is here!

2021-07-22 Thread G.W. Haywood via clamav-users

Hi there,

On Thu, 22 Jul 2021, Andrew C Aitchison via clamav-users wrote:

On Thu, 22 Jul 2021, G.W. Haywood via clamav-users wrote:


"~/clamav-0.104.0-rc/build: $ cmake .. -D CMAKE_BUILD_TYPE="Release""
"CMake Error at CMakeLists.txt:6 (cmake_minimum_required):"
"CMake 3.14 or higher is required.  You are running version 3.13.4"
""
""
"-- Configuring incomplete, errors occurred!"



Incidentally two '-' signs followed by a space in that error message
conflicts with the email signature delimiter.  That's why I've quoted
the lines in the cut-n-paste.


Which mail use agent are you using ?

https://en.wikipedia.org/wiki/Signature_block#Standard_delimiter
says that the Standard delimiter is the *four* characters
dash dash space end-of-line


Oh, dear.  Something of my own.  I stand corrected, thanks!

--

73,
Ged.


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] Cannot ignore BC.Gif.Exploit.Agent-1425366.Agent

2021-07-22 Thread Micah Snyder (micasnyd) via clamav-users
A few months ago one of our team observed that adding ign2 entries for bytecode 
signatures (BC.* signatures) can be confusing. They added these notes in a new 
task in our Jira:

It looks like bytecode sigs used to need to be allowlisted via ign2 files with 
entries like the following:
BC.Img.Exploit.CVE_2018_4891-6453673-2.{}

'{}' corresponded to an empty 'VirusName', but for BC sigs that use non-empty 
ones it would need to be allowlisted as:
BC.Img.Exploit.CVE_2018_4891-6453673-2.
{VirusNames}

This commit makes it so that signatures can be allowlisted with just 
`BC.Img.Exploit.CVE_2018_4891-6453673-2` in the ign2 file: 
https://github.com/Cisco-Talos/clamav-devel/commit/b2f59861ee1a53c113fd37fe9378f739cc012042

The downsides with this approach are:
-  backward compatibility was not preserved, so any existing .ign2 sigs people 
had for bytecode rules likely stopped working
-  it's no longer possible to allowlist specific VirusNames from within a 
bytecode sig
-  currently, bytecode sigs that match with a VirusName will show up as 
BC.Img.Exploit.CVE_2018_4891-6453673-2.VirusName for the detection name, but 
the corresponding ign2 entry would have to be 
`BC.Img.Exploit.CVE_2018_4891-6453673-2`

If we get a chance, we should address some or all of these.


We should definitely document the current behavior and limitations for bytecode 
signature entries on 
https://docs.clamav.net/manual/Signatures/AllowLists.html?highlight=fp#file-allow-lists
Orion if you're interested in helping with the docs, the equivalent page is 
here: 
https://github.com/Cisco-Talos/clamav-documentation/blob/main/src/manual/Signatures/AllowLists.md

-Micah


> -Original Message-
> From: clamav-users  On Behalf Of
> Orion Poplawski via clamav-users
> Sent: Wednesday, July 21, 2021 12:35 PM
> To: eric-l...@truenet.com; ClamAV users ML  us...@lists.clamav.net>
> Cc: Orion Poplawski 
> Subject: Re: [clamav-users] Cannot ignore BC.Gif.Exploit.Agent-
> 1425366.Agent
> 
> Looks like "BC.Gif.Exploit-1425366" finally did the trick.  Thanks.  Is this 
> kind of
> thing documented anywhere?
> 
> On 7/21/21 12:33 PM, eric-l...@truenet.com wrote:
> > Orion,
> >
> > Did you keep .Agent at the end of the whitelist?
> > It should just be BC.Gif.Exploit.Agent-1425366.
> >
> > I scanned the tar balls at gnome.org and didn't find anything though, but
> maybe you got it from somewhere else.
> >
> > Sincerely,
> >
> > Eric Tykwinski
> > TrueNet, Inc.
> > P: 610-429-8300
> >
> > -Original Message-
> > From: clamav-users  On Behalf
> > Of Orion Poplawski via clamav-users
> > Sent: Wednesday, July 21, 2021 1:48 PM
> > To: ClamAV users ML 
> > Cc: Orion Poplawski 
> > Subject: [clamav-users] Cannot ignore
> > BC.Gif.Exploit.Agent-1425366.Agent
> >
> > clamav is reporting BC.Gif.Exploit.Agent-1425366.Agent for a gif
> > inside of the
> > gdk-pixbuf2 tarball.  I've tried adding it do our local whitelist.ign2 
> > file, but
> that doesn't appear to take effect.  Any way to ignore this definition?
> >
> > Thanks,
> >   Orion
> >
> > --
> > Orion Poplawski
> > IT Systems Manager 720-772-5637
> > NWRA, Boulder/CoRA Office FAX: 303-415-9702
> > 3380 Mitchell Lane   or...@nwra.com
> > Boulder, CO 80301 https://www.nwra.com/
> >
> >
> >
> 
> 
> --
> Orion Poplawski
> IT Systems Manager 720-772-5637
> NWRA, Boulder/CoRA Office FAX: 303-415-9702
> 3380 Mitchell Lane   or...@nwra.com
> Boulder, CO 80301 https://www.nwra.com/


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ClamAV® blog: ClamAV 0.104.0 Release Candidate is here!

2021-07-22 Thread Micah Snyder (micasnyd) via clamav-users
Hi Ged,

The CMake project has been moving relatively quickly the past few years. We 
depend on some of the newish features (though they're already up to 3.21 now). 
The easiest way to get a newer version of CMake is to install it through Python 
3's package manager: pip. 

I just finished updating the online documentation for building with CMake.  
I've included instructions for how to install CMake, using pip if necessary for 
some systems: 
https://docs.clamav.net/manual/Installing/Installing-from-source-Unix.html#install-prerequisites

I hope this works for okay for you.

Regards,
Micah

> -Original Message-
> From: clamav-users  On Behalf Of
> G.W. Haywood via clamav-users
> Sent: Thursday, July 22, 2021 10:16 AM
> To: Joel Esler (jesler) via clamav-users 
> Cc: G.W. Haywood 
> Subject: Re: [clamav-users] ClamAV® blog: ClamAV 0.104.0 Release Candidate
> is here!
> 
> Hi there,
> 
> On Thu, 22 Jul 2021, Joel Esler (jesler) via clamav-users wrote:
> 
> > ...
> > ClamAV 0.104.0 Release Candidate is here!
> > ...
> >  Please help us validate this release. We need your feedback, so let
> > us know what you find ...
> 
> It won't build on Debian Stretch:
> 
> "~/clamav-0.104.0-rc/build: $ cmake .. -D CMAKE_BUILD_TYPE="Release""
> "CMake Error at CMakeLists.txt:6 (cmake_minimum_required):"
> "CMake 3.14 or higher is required.  You are running version 3.13.4"
> ""
> ""
> "-- Configuring incomplete, errors occurred!"
> 
> Kind of understandable, but rather a shame since the autotools build has been
> junked.  It's time I upgraded to Stretch on the clamd server so I'll look at 
> it
> again after I've found the time to do that.
> 
> Incidentally two '-' signs followed by a space in that error message conflicts
> with the email signature delimiter.  That's why I've quoted the lines in the 
> cut-
> n-paste.
> 
> --
> 
> 73,
> Ged.
> 
> ___
> 
> clamav-users mailing list
> clamav-users@lists.clamav.net
> https://lists.clamav.net/mailman/listinfo/clamav-users
> 
> 
> Help us build a comprehensive ClamAV guide:
> https://github.com/vrtadmin/clamav-faq
> 
> http://www.clamav.net/contact.html#ml

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] Signature delimiter - was Re: ClamAV® blog: ClamAV 0.104.0 Release Candidate is here!

2021-07-22 Thread Andrew C Aitchison via clamav-users



On Thu, 22 Jul 2021, G.W. Haywood via clamav-users wrote:


"~/clamav-0.104.0-rc/build: $ cmake .. -D CMAKE_BUILD_TYPE="Release""
"CMake Error at CMakeLists.txt:6 (cmake_minimum_required):"
"CMake 3.14 or higher is required.  You are running version 3.13.4"
""
""
"-- Configuring incomplete, errors occurred!"



Incidentally two '-' signs followed by a space in that error message
conflicts with the email signature delimiter.  That's why I've quoted
the lines in the cut-n-paste.


Which mail use agent are you using ?

https://en.wikipedia.org/wiki/Signature_block#Standard_delimiter
says that the Standard delimiter is the *four* characters
dash dash space end-of-line

--
Andrew C. Aitchison Kendal, UK
and...@aitchison.me.uk

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ClamAV® blog: ClamAV 0.104.0 Release Candidate is here!

2021-07-22 Thread G.W. Haywood via clamav-users

Hi there,

On Thu, 22 Jul 2021, Joel Esler (jesler) via clamav-users wrote:


...
ClamAV 0.104.0 Release Candidate is here!
...
 Please help us validate this release. We need your feedback, so let
us know what you find ...


It won't build on Debian Stretch:

"~/clamav-0.104.0-rc/build: $ cmake .. -D CMAKE_BUILD_TYPE="Release""
"CMake Error at CMakeLists.txt:6 (cmake_minimum_required):"
"CMake 3.14 or higher is required.  You are running version 3.13.4"
""
""
"-- Configuring incomplete, errors occurred!"

Kind of understandable, but rather a shame since the autotools build
has been junked.  It's time I upgraded to Stretch on the clamd server
so I'll look at it again after I've found the time to do that.

Incidentally two '-' signs followed by a space in that error message
conflicts with the email signature delimiter.  That's why I've quoted
the lines in the cut-n-paste.

--

73,
Ged.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] ClamAV® blog: ClamAV 0.104.0 Release Candidate is here!

2021-07-22 Thread Joel Esler (jesler) via clamav-users

> 
> https://blog.clamav.net/2021/07/clamav-01040-release-candidate-is-here.html 
> 
> 
> ClamAV 0.104.0 Release Candidate is here!
> 
> We are pleased to announce the ClamAV 0.104.0 release candidate 
> .
> 
> Please help us validate this release. We need your feedback, so let us know 
> what you find and join us on the ClamAV mailing list 
> , or on our Discord 
> , which is bridged with our IRC.
> 
> This release candidate phase is only expected to last about two to four weeks 
> before the 0.104.0 Stable version will be published. Take this opportunity to 
> verify that you 0.104.0 can build and run in your environment. 
> 
>  <>Please submit bug reports to the ClamAV project GitHub Issues 
> .  
> ClamAV 0.104.0 includes the following improvements and changes.
> 
>  
> 
> New Requirements
> 
> As of ClamAV 0.104, CMake is required to build ClamAV.
> 
> We have added comprehensive build instructions for using CMake to the new 
> INSTALL.md file. The online documentation will also be updated to include 
> CMake build instructions.
> The Autotools and the Visual Studio build systems have been removed.
>  
> Major changes
> 
> The built-in LLVM for the bytecode runtime has been removed.
> 
> The bytecode interpreter is the default runtime for bytecode signatures just 
> as it was in ClamAV 0.103.
> We wished to add support for newer versions of LLVM, but ran out of time. If 
> you're building ClamAV from source and you wish to use LLVM instead of the 
> bytecode interpreter, you will need to supply the development libraries for 
> LLVM version 3.6.2. See INSTALL.md to learn more.
> There are now official ClamAV images on Docker Hub.
> 
> Note: Until ClamAV 0.104.0 is released, these images are limited to 
> "unstable" versions, which are updated daily with the latest changes in the 
> default branch on GitHub.
> You can find the images on Docker Hub under clamav 
> .
> 
> Docker Hub ClamAV tags:
> 
> clamav/clamav:: A release preloaded with signature databases.
> 
> Using this container will save the ClamAV project some bandwidth. Use this if 
> you will keep the image around so that you don't download the entire database 
> set every time you start a new container. Updating with FreshClam from the 
> existing databases set does not use much data.
> 
> clamav/clamav:_base: A release with no signature databases.
> 
> Use this container only if you mount a volume in your container under 
> /var/lib/clamav to persist your signature database databases. This method is 
> the best option because it will reduce data costs for ClamAV and for the 
> Docker registry, but it does require advanced familiarity with Linux and 
> Docker.
> 
> Caution: Using this image without mounting an existing database directory 
> will cause FreshClam to download the entire database set each time you start 
> a new container.
> 
> You can use the unstable version (i.e. clamav/clamav:unstable or 
> clamav/clamav:unstable_base) to try the latest from our development branch.
> 
> Please, be kind when using "free" bandwidth for the virus databases and 
> Docker registry. Try not to download the entire database set or the larger 
> ClamAV database images on a regular basis.
> 
> For more details, see the ClamAV Docker documentation 
> .
> 
> Special thanks to Olliver Schinagl for his excellent work creating ClamAV's 
> new Docker files, image database deployment tooling, and user documentation.
> 
> clamd and freshclam are now available as Windows services. To install and run 
> them, use the --install-service option and net start [name] command.
> 
> Special thanks to Gianluigi Tiesi for his original work on this feature.
> 
>  
> 
> Notable changes
> 
> We added these features in 0.103.1 but wanted to re-post them here, as patch 
> versions do not generally introduce new options:
> 
> Added a new scan option to alert on broken media (graphics) file formats. 
> This feature mitigates the risk of malformed media files intended to exploit 
> vulnerabilities in other software. Currently, media validation exists for 
> JPEG, TIFF, PNG, and GIF files. To enable this feature, set AlertBrokenMedia 
> yes in clamd.conf, or use the --alert-broken-media option when using 
> clamscan. These options are disabled by default in this patch, but may be 
> enabled in a subsequent release. Application developers may enable this scan 
> option by enabling CL_SCAN_HEURISTIC_BROKEN_MEDIA for the 

Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread G.W. Haywood via clamav-users

Hi there,

On Thu, 22 Jul 2021, Tuomo Soini wrote:

On Thu, 22 Jul 2021 11:39:22 Andreas Meth> wrote:


Running clamonacc (clamav 0.103.3 from epel) on Centos 7.9.2009 leads
to

"ERROR: Clamonacc: Version of curl is too low to use fdpassing"

According the Doc's I need Curl version >= 7.45
Installed curl/libcurl version is 7.78.0

Anny ideas on this issue?


EPEL7 version is rightly build against centos 7.9.2009 libcurl which is
7.29.0-59.el7_9.1 which is too old for using fdpassing. So you can't
use epel version of clamav if you need fdpassing with clamonacc.


Of course you can build ClamAV from source; unfortunately the online
docs are being revamped at the moment so they're in a state of, er,
flux right now and the proper link gives me a 404:

https://docs.clamav.net/manual/Installing/Steps/Steps-Redhat-CentOS.html

so this one will have to do for now:

https://docs.clamav.net/manual/Installing/Installing-from-source-Unix-old.html

It isn't at all difficult to build ClamAV from source.  To avoid any
confusion you would probably want to purge all trace of the packaged
version first.

--

73,
Ged.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] Seeking complete Installation guide of clamav-rest

2021-07-22 Thread Kin Sou via clamav-users
 Hi team,

I knew clamav can act as a dedicated virus scanner server to provide remote
scan service to other destination machines through using clamav-rest. But
by far i keep searching and searching still not found any instructions to
illustrate how to activate the REST service for remote scan. The questions
i ain't figured are:

The clamav-rest API should activate/install on the virusscanner server or
every destination(client) machine?

[image: image.png]


How to indicate the web-GUI like the screenshot below to perform scanning
operation? are we needed to install clamtk to fulfill this requirement?
[image: image.png]

I referenced beneath instruction and by far successfully built virusscanner
server, just the clamav-rest API not clear how to utilize it.

https://www.programmersought.com/article/53126569310/

Please support us, thanks.


Vincent Cruise

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread Tuomo Soini
On Thu, 22 Jul 2021 13:01:52 +
 wrote:

> curl/libcurl version 7.78.0 (from city-fan.org.repo) is installed on
> the system, so it should run.

That is irrelevant. Read my previous mail which explained cause for your issue.

-- 
Tuomo Soini 
Foobar Linux services
+358 40 5240030
Foobar Oy 

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread Matus UHLAR - fantomas via clamav-users

On 22.07.21 13:01, Andreas Meth via clamav-users wrote:

curl/libcurl version 7.78.0 (from city-fan.org.repo) is installed on the 
system, so it should run.


did you also install development packages for that curl version?


-Ursprüngliche Nachricht-
Von: Tuomo Soini 
Gesendet: Donnerstag, 22. Juli 2021 14:47
An: Andreas Meth via clamav-users 
Cc: Meth, Andreas, FCI 
Betreff: Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 
103.3 on centos 7.9

On Thu, 22 Jul 2021 11:39:22 +
Andreas Meth via clamav-users  wrote:


Hi all,

Running clamonacc (clamav 0.103.3 from epel) on Centos 7.9.2009 leads
to

"ERROR: Clamonacc: Version of curl is too low to use fdpassing"

According the Doc's I need Curl version >= 7.45 Installed curl/libcurl
version is 7.78.0

Anny ideas on this issue?


EPEL7 version is rightly build against centos 7.9.2009 libcurl which is
7.29.0-59.el7_9.1 which is too old for using fdpassing. So you can't use epel 
version of clamav if you need fdpassing with clamonacc.


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
I'm not interested in your website anymore.
If you need cookies, bake them yourself.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread Andreas Meth via clamav-users
Thanks, but 

curl/libcurl version 7.78.0 (from city-fan.org.repo) is installed on the 
system, so it should run.

Best
Andreas

-Ursprüngliche Nachricht-
Von: Tuomo Soini  
Gesendet: Donnerstag, 22. Juli 2021 14:47
An: Andreas Meth via clamav-users 
Cc: Meth, Andreas, FCI 
Betreff: Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 
103.3 on centos 7.9

On Thu, 22 Jul 2021 11:39:22 +
Andreas Meth via clamav-users  wrote:

> Hi all,
> 
> Running clamonacc (clamav 0.103.3 from epel) on Centos 7.9.2009 leads 
> to
> 
> "ERROR: Clamonacc: Version of curl is too low to use fdpassing"
> 
> According the Doc's I need Curl version >= 7.45 Installed curl/libcurl 
> version is 7.78.0
> 
> Anny ideas on this issue?

EPEL7 version is rightly build against centos 7.9.2009 libcurl which is
7.29.0-59.el7_9.1 which is too old for using fdpassing. So you can't use epel 
version of clamav if you need fdpassing with clamonacc.

--
Tuomo Soini 
Foobar Linux services
+358 40 5240030
Foobar Oy 


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread Tuomo Soini
On Thu, 22 Jul 2021 11:39:22 +
Andreas Meth via clamav-users  wrote:

> Hi all,
> 
> Running clamonacc (clamav 0.103.3 from epel) on Centos 7.9.2009 leads
> to
> 
> "ERROR: Clamonacc: Version of curl is too low to use fdpassing"
> 
> According the Doc's I need Curl version >= 7.45
> Installed curl/libcurl version is 7.78.0
> 
> Anny ideas on this issue?

EPEL7 version is rightly build against centos 7.9.2009 libcurl which is
7.29.0-59.el7_9.1 which is too old for using fdpassing. So you can't
use epel version of clamav if you need fdpassing with clamonacc.

-- 
Tuomo Soini 
Foobar Linux services
+358 40 5240030
Foobar Oy 

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] ERROR: 'Version of curl is too low' from clamonacc 103.3 on centos 7.9

2021-07-22 Thread Andreas Meth via clamav-users
Hi all,

Running clamonacc (clamav 0.103.3 from epel) on Centos 7.9.2009 leads to

"ERROR: Clamonacc: Version of curl is too low to use fdpassing"

According the Doc's I need Curl version >= 7.45
Installed curl/libcurl version is 7.78.0

Anny ideas on this issue?

Best
Andreas Meth


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml