如何在emos下升级clamav病毒库
我在centos输入/usr/lib/freshclam 之后,出现下面提示:ClamAV update process started an sun aug 8 15:55:03 2010
WARNING:Your ClamAV installation is OUTDATED!
WARNING:Local version:0.95.2 Recommended version :0.96.1
DON'T panic! Read [url]http://www.clamav.net/support/faq[/url]
main.cld is up to date(version:52,sigs:704727,f-levlel:44,builder:seven)
daily.cld is up to date(version:11514,sigs:109478,f-levlel:53,builder:guitar) 怎么没有人来看看啊。版主,老大呢?大家弄点激情出来啊 参考:
[url]http://www.clamav.net/lang/en/support/faq/[/url] :hug: :hug: :hug: 升级步骤 必须使用root用户
1、到[url]http://sourceforge.net/projects/clamav/[/url]网址 下载 clamav-0.96.2.tar.gz 文件(目前这个是最新的)
wget [url]http://sourceforge.net/projects/clamav/files/clamav/0.96.2/clamav-0.96.2.tar.gz/download[/url]
2、如果系统没有安装zlib包的话 需要
yum -y install zlib zlib-devel
3、停止clamd服务
service clamd stop
4、解压源码包
tar zxvf clamav-0.96.2.tar.gz
cd clamav-0.96.2
./configure
make
make install
5、修改/etc/clamd.conf和/etc/freshclam.conf文件
文件的第8行 Example需要屏蔽 否则启动会报错
其他的被屏蔽的参数 可以选择性打开
6、启动
/etc/init.d/clamd start
7、验证一下
freshclam --verbose
完成 freshclam --verbose 验证成功应该显示一下信息
Current working dir is /var/clamav
Max retries == 3
ClamAV update process started at Thu Aug 19 16:05:10 2010
Using IPv6 aware code
Querying current.cvd.clamav.net
TTL: 655
Software version from DNS: 0.96.2
main.cvd version from DNS: 52
main.cld is up to date (version: 52, sigs: 704727, f-level: 44, builder: sven)
daily.cvd version from DNS: 11588
daily.cld is up to date (version: 11588, sigs: 112347, f-level: 53, builder: ccordes)
bytecode.cvd version from DNS: 39
bytecode.cld is up to date (version: 39, sigs: 9, f-level: 53, builder: edwin)
页:
[1]