hi,
i've already install ClamAV in my FreeBSD according to the following instruction :
install via ports :
(Menu defaults should be fine.)
Add build options to /etc/make.conf file:
Enable ClamAV at boot time:
next step is to Start FreshClam as well as the ClamAV daemon as the following instruction :
then i got this error message :
what am i missing?
i've already install ClamAV in my FreeBSD according to the following instruction :
install via ports :
Code:
#cd /usr/ports/security/clamav
#make all install clean CLAMAVUSER=vscan CLAMAVGROUP=vscan
Add build options to /etc/make.conf file:
Code:
#echo 'CLAMAVUSER=vscan' >> /etc/make.conf
#echo 'CLAMAVGROUP=vscan' >> /etc/make.conf
Enable ClamAV at boot time:
Code:
#echo 'clamav_freshclam_enable="YES"' >> /etc/rc.conf
#echo 'clamav_clamd_enable="YES"' >> /etc/rc.conf
next step is to Start FreshClam as well as the ClamAV daemon as the following instruction :
Code:
#/usr/local/etc/rc.d/clamav-clamd start
#/usr/local/etc/rc.d/clamav-freshclam start
then i got this error message :
Code:
ERROR: Can't open /var/log/clamd.log in append mode (check permission!)
what am i missing?