Clamav: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
so | so | ||
sudo apt install libssl-dev | sudo apt install libssl-dev | ||
this fixed it. | |||
./configure | |||
make |
Revision as of 16:21, 18 February 2018
get https://www.clamav.net/downloads/production/clamav-0.99.3.tar.gz
./configure
keeps getting error openssl not found for misconfigured.
so
sudo apt install libssl-dev
this fixed it.
./configure
make