Results 1 to 10 of 12
I have installed clamav antivirus,and while scanning it shows the following warning
LibClamAV Warning: **************************************************
LibClamAV Warning: *** The virus database is older than 7 days! ***
LibClamAV Warning: *** ...
- 06-14-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 41
How to update clamav virus definitions?
I have installed clamav antivirus,and while scanning it shows the following warning
LibClamAV Warning: **************************************************
LibClamAV Warning: *** The virus database is older than 7 days! ***
LibClamAV Warning: *** Please update it as soon as possible. ***
LibClamAV Warning: **************************************************
And so i have tried to update the virus database as root,using this command
# freshclam
bash: freshclam: command not found
but i cant,can you pls say me how to update the virus database...
Thanks in advance.
- 06-14-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Update the database with the command: freshclam
Then, enable daily updating with the command: freshclam -d -c 1Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-14-2009 #3
You tried freshclam and it said command not found?
If you type which freshclam what is the output?
- 06-14-2009 #4
- 06-15-2009 #5Just Joined!
- Join Date
- Jun 2009
- Posts
- 41
[root@karthick karthick]# which freshclam
/usr/bin/which: no freshclam in (/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/karthick/bin)
[root@karthick karthick]#
- 06-15-2009 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If you are missing freshclam, then clamav did not get installed properly. What distributeion+version of Linux are you using? And how did you install clamav?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-15-2009 #7Just Joined!
- Join Date
- Jun 2009
- Posts
- 41
I am using fedora 10 and i have installed clamav using yum command "yum install clamav"
- 06-15-2009 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Execute this command as root:
and post the results here.Code:yum list | grep clam
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-16-2009 #9Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
mabey there is one compile version.
find / -name freshclam
- 06-16-2009 #10Just Joined!
- Join Date
- Jun 2009
- Posts
- 41
[root@karthick karthick]# yum list | grep clam
clamav.i386 0.94.2-1.fc10 installed
clamav-data.i386 0.94.2-1.fc10 installed
clamav-filesystem.i386 0.94.2-1.fc10 installed
clamav-lib.i386 0.94.2-1.fc10 installed
clamav-data-empty.i386 0.94.2-1.fc10 updates
clamav-devel.i386 0.94.2-1.fc10 updates
clamav-milter.i386 0.94.2-1.fc10 updates
clamav-milter-core.i386 0.94.2-1.fc10 updates
clamav-milter-sendmail.i386 0.94.2-1.fc10 updates
clamav-milter-sysv.i386 0.94.2-1.fc10 updates
clamav-server.i386 0.94.2-1.fc10 updates
clamav-server-sysv.i386 0.94.2-1.fc10 updates
clamav-update.i386 0.94.2-1.fc10 updates
exim-clamav.i386 4.69-7.fc10 fedora
[root@karthick karthick]#



