-
Notifications
You must be signed in to change notification settings - Fork 16
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
LibClamAV Error: cl_load(): No such file or directory: /var/lib/clamav #5
Comments
how do you run it in you node application? |
This appears to happen when you run the command with child_process.exec, but not childProcess.spawn // doesn't work
produces:
// works kinda
produces:
|
Hi all, //scanStatus //stdout //stderr |
I notice when a layer is installed the folder structure is /opt/ then whatever files are in the layer so in this case clamscan is in /opt/bin/clamscan.
However when i run the virus scan via an aws lambda is throws and error not with reading the file that could potentially be infected but by being unable to find its own directory in /var/lib/clamav - can you offer any guidance.
I would very much appreciate it.
The text was updated successfully, but these errors were encountered: