New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Please Make Configure Options For Minimal Install #14
Comments
|
After compiling clamav, minus the /doc & man /paths this is the contents of my clamav pkg; var/ I noticed this compiled in clamd and clamdtop even though I removed them from the SUBDIRS. I don't need clamdtop for just a scanner do I? I thought since I removed it from teh SUBDIRS it would be gone also? THANKS again :) |
|
Hi, Has anyone had a chance to see this? I should of made the Post Title; I need options for minimal install... I really want to figure this out as soon as possible so I can compile and install clamav. thank you |
|
Hi, Has anyone seen this, or is this even the right place to ask this in regards to Clamav? Is this clamav's GIthub? thank you |
|
Did you execute |
|
You're late to the party, LOL... Anyhow I've played with it and made a mini install, but it still bitched about things when doing an update, but it seemed to of worked ok. As a Geek and Linux user, only using Linux on a laptop for personal usage, I have no need for all the other things in Clamav, except the ability to do on demand scans when needed. It would certainly be great in the future if the Clamav team just made a basic install for this need. Afterall, even in the Windows world you can do basic installs of AV apps, hehe... :) Pretty sad we don't have this ability in Linux with |
|
+1 on this issue/concept. I'm looking at making an AWS Lambda service that runs clamav on a file in AWS S3 (a sort of virus-scan-as-a-service concept) but AWS Lambda's linux image doesn't have clamav installed already, so I have to include a self-contained/portable clamscan distribution to drop in the Lambda container to execute. So I'm trying to do something similar to what @ghost is doing |
|
@ghost Follow up -- it turns out this was super easy. All I needed was to be able to call All you need to do is install clam av on a fresh VM and then copy these files:
I copied those, zipped them and moved them to another system that didn't have ClamAV installed at all (no clamd, no clamscan, nothing).
|
|
Hi, Tracking this feature request at https://bugzilla.clamav.net/show_bug.cgi?id=11423. |
|
Moved to bugzilla. |
Hi,
For those concerned with the development of clamav, first thank you for such a great app and great job!
I'd like to ask that the clamav developers PLEASE consider adding in ./configure --options so that the end-user can compile clamav as just a basic on demand scanner, for the $HOME user, that might typically only want to use clamav to scan with on occassion.
I personally only need clamav as an on demand scanner to scan my files, folders and box on ocassion.
I hope the developers will PLEASE really consider this and add in options in the future.
In the meantime I edited the Makefile.am and changed it like this;
SUBDIRS = libltdl libclamav clamscan freshclam sigtool clamconf database docs etc test clambc unit_tests
Would that for now statisfy for the basics of just having an on demand scanner, or is there something else I can remove?
Thank you for your time and consideration! :)
The text was updated successfully, but these errors were encountered: