Hi, this work very well ( and patch for svc are fully compatible ).

groupadd clamav
useradd -g clamav clamav
cd /var/src/tar
>>> wget http://puzzle.dl.sourceforge.net/sourceforge/clamav/clamav-0.88.tar.gz
wget http://shupp.org/patches/clamav-0.87.1-stderr.patch
wget http://shupp.org/patches/clamav-0.87.1-conf.patch
wget http://shupp.org/patches/clamav-0.87.1-freshclamconf.patch
cd ../
>>> tar -xzf tar/clamav-0.88.tar.gz
>>> cd clamav-0.88
patch -p0 < ../tar/clamav-0.87.1-stderr.patch
patch -p0 < ../tar/clamav-0.87.1-conf.patch
patch -p0 < ../tar/clamav-0.87.1-freshclamconf.patch
./configure
make
make install


PS: Bill, can You update this? Thanks!

Reply via email to