[clamav-users] Build instructions in 0.104.0

2021-10-10 Thread G.W. Haywood via clamav-users
Hi there, In INSTALL.md for 0.104.0 it says [quote] 1. **Single-config generators** (Unix Makefiles, Ninja) These generate a build system that can only build a single build type. With a single-config generator, you need to specify the build type up front. You can do this using the `-C`

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Taylor Schley via clamav-users
ClamD setup in the docker container is: `/run/clamav/clamd.socket` Which is bound to `/tmp/clamd.socket` on the host MacOS. The following works from inside of the container: `clamdtop ‘/run/clamav/clamd.socket’` The following does not work on the host MacOS. `clamdtop ‘/

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread G.W. Haywood via clamav-users
Hi there, On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Fri, 8 Oct 2021, Taylor Schley via clamav-users wrote: I have setup clamav using the docker container available on Docker Hub. Clamd is running with in the container and the socket path is mounted, however when I attempt t

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Taylor Schley via clamav-users
Here is the response: 2021/10/10 12:14:57 socat[38274] E connect(5, LEN=19 AF=1 "/tmp/clamd.socket", 19): Connection refused > On Oct 10, 2021, at 11:35 AM, G.W. Haywood via clamav-users > wrote: > > Hi there, > > On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: >>> On Fri, 8 Oct

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread G.W. Haywood via clamav-users
Hi there, On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Oct 10, 2021, at 11:35 AM, G.W. Haywood via clamav-users wrote: On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: On Fri, 8 Oct 2021, Taylor Schley via clamav-users wrote: I have setup clamav using the docker c

Re: [clamav-users] Docker Connection Refused on Host

2021-10-10 Thread Andrew C Aitchison via clamav-users
On Sun, 10 Oct 2021, Taylor Schley via clamav-users wrote: ClamD setup in the docker container is: `/run/clamav/clamd.socket` Which is bound to `/tmp/clamd.socket` on the host MacOS. The following works from inside of the container: `clamdtop ‘/run/clamav/clamd.socket’` The fo