Re: [clamav-users] Configure Options For Minimal Install

2015-01-23 Thread E R
Well I only ran freshclam from the cli just to do an update is all... Well after adjusting both Makefiles I have a mini install, seems to of worked out ok... On Fri, Jan 23, 2015 at 12:19 PM, Bryan Burke wrote: > > var/run/ > > var/run/clamav/ > > > > If just use the clamscan does clamscan ne

Re: [clamav-users] Configure Options For Minimal Install

2015-01-23 Thread Bryan Burke
> var/run/ > var/run/clamav/ > > If just use the clamscan does clamscan need the path /var/run? I'm guessing the answer to that depends on whether you'd run freshclam as a daemon or a cron job. -- Bryan Burke IT Administrator Department of Electrical Engineering and Computer Science University

Re: [clamav-users] Configure Options For Minimal Install

2015-01-22 Thread E R
Ok my bad for not looking at the Makefile.in I thought all the changes were only in the Makefile.am. This is how I have mine in both; Makefile.am; SUBDIRS = libltdl libclamav clamscan freshclam clamconf database docs etc test unit_tests Makefile.in; SUBDIRS = libltdl libclamav clamscan freshclam

Re: [clamav-users] Configure Options For Minimal Install

2015-01-22 Thread E R
I forgot to mentioned that from what I've read this appears to be the minimal needed for clamscan? SUBDIRS = libltdl libclamav clamscan freshclam clamconf database docs etc test clambc unit_tests test is still the only thing I'm not sure about what this is? thanks again... On Thu, Jan 22, 2015

Re: [clamav-users] Configure Options For Minimal Install

2015-01-22 Thread E R
@G.W. LOL... Well Slackware users are called Slackers :) Just because I'm a Slacker doesn't mean I know everything, but I try... So I've done my work and looked around, and all I come up with is editing the Makefile for the SUBDIRS = So for now this is what I have; SUBDIRS = libltdl libclamav

Re: [clamav-users] Configure Options For Minimal Install

2015-01-22 Thread G.W. Haywood
Hi there, On Thu, 22 Jan 2015, (E R) wrote: @Dennis, Al asked what platform, I said; Slack which = Slackware, hence I'm a Slacker. ;) What you don't think a Slacker knows how to do? ./configure --help > log :) [snip other silly comments] Sure would be nice for the DEV to make one simple flag

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread E R
I didn't really play with any ./configure options, from what I read the way about this was SUBDIRS =... So can anyone tell me what would be the minimal I need to install for clamscan out of all these I have listed so far below? SUBDIRS = libltdl libclamav clamscan freshclam sigtool clamconf datab

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Dennis Peterson
On 1/21/15 5:22 PM, E R wrote: @Dennis, Al asked what platform, I said; Slack which = Slackware, hence I'm a Slacker. ;) What you don't think a Slacker knows how to do? ./configure --help > log :) JUST KIDDING Dennis! :) But seriously, there's nothing in there to really strip it down, just a f

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread E R
@Dennis, Al asked what platform, I said; Slack which = Slackware, hence I'm a Slacker. ;) What you don't think a Slacker knows how to do? ./configure --help > log :) JUST KIDDING Dennis! :) But seriously, there's nothing in there to really strip it down, just a few options is all I see... --ena

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Dennis Peterson
On 1/21/15 2:26 PM, E R wrote: Hi to all, I made this post over at Github, my assumptions that this is Clamav's Github? https://github.com/vrtadmin/clamav-devel/issues/14 I'm trying to figure out how to compile clamav as only a stand alone scanner when needed... Any help would be apprecaited.

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread E R
Forgot to mention, I just edited the Makefile; SUBDIRS = libltdl libclamav clamscan freshclam sigtool clamconf database docs etc test clambc unit_tests To be honest I'm not sure what is needed just for the clamscan, if there's anything else I can remove from the SUBDIRS =? I don't see any 'autor

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread E R
Hi, I'm using Slack, yes I can just compile it as normal and I know clamscan is the on demand scanner, I just don't want all the other things that get typically compiled and installed along with it; I don't want the top, milter, daemon(s), nothing but clamscan compiled and installed... Thanks gu

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Kevin Lin
'clamscan' is an on-demand scanner. In regards to the blog post, have you tried running 'autoreconf' after your changes? I'm assuming the 'SUBDIRS' changes were to an autotools file. -Kevin On Wed, Jan 21, 2015 at 5:48 PM, Ed Christiansen MS wrote: > I just compile it and then use clamscan when

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Ed Christiansen MS
I just compile it and then use clamscan when I want to. On 1/21/2015 5:47 PM, Joel Esler (jesler) wrote: I’ll let someone from the team chime in here, but it’s always better to come to the mailing lists than to go to Github. We’ll see it either way, but more people are here. -- Joel Esler Ope

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Joel Esler (jesler)
I’ll let someone from the team chime in here, but it’s always better to come to the mailing lists than to go to Github. We’ll see it either way, but more people are here. -- Joel Esler Open Source Manager Threat Intelligence Team Lead Talos > On Jan 21, 2015, at 4:26 PM, E R wrote: > > Hi to

Re: [clamav-users] Configure Options For Minimal Install

2015-01-21 Thread Al Varnell
For what platform? Perhaps you should be looking at ClamWin or ClamXav for home use on MS Windows or Apple OS X, respectively. Sent from Janet's iPad -Al- -- Al Varnell On Jan 21, 2015, at 2:26 PM, E R wrote: > Hi to all, > > I made this post o

[clamav-users] Configure Options For Minimal Install

2015-01-21 Thread E R
Hi to all, I made this post over at Github, my assumptions that this is Clamav's Github? https://github.com/vrtadmin/clamav-devel/issues/14 I'm trying to figure out how to compile clamav as only a stand alone scanner when needed... Any help would be apprecaited. thank you Mii _