一、zlib-1.2.7.tar.gz安装
wget http://nchc.dl.sourceforge.net/project/libpng/zlib/1.2.7/zlib-1.2.7.tar.gz
下载对应文件,解压后进入目录
./configure
make && make install
二、添加用户组clamav和组成员clamav(注:在安装clamav前必须先添加用户)
groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
三、安装clamav
./configure --prefix=/opt/module/clamav --disable-clamav
#make && make install
需要注意,libcurl需要7.5以上的版本
下载地址:https://curl.haxx.se/download.html
./configure
sudo make
sudo make install
curl --versio