Clamav: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
make | make | ||
sudo make install |
Revision as of 16:40, 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
sudo make install