Clamav: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
sudo cp /usr/local/etc/freshclam.conf.sample /usr/local/etc/freshclam.conf | sudo cp /usr/local/etc/freshclam.conf.sample /usr/local/etc/freshclam.conf | ||
run freshclam again and still get errors, must edit file | run freshclam again and still get errors, must edit file. | ||
put an # in front of example in the file like it sez to do | |||
still errors WARNING: Can't get information about user clamav | |||
so | |||
sudo adduser --disabled-login clamav |
Revision as of 17:07, 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
sudo ldconfig
now when I run sudo freshclam I get errors can't find config file so:
sudo cp /usr/local/etc/freshclam.conf.sample /usr/local/etc/freshclam.conf
run freshclam again and still get errors, must edit file. put an # in front of example in the file like it sez to do
still errors WARNING: Can't get information about user clamav
so
sudo adduser --disabled-login clamav