axelerator
Verified User
- Joined
- Nov 19, 2014
- Messages
- 6
I am not updating from source code. I am using custombuild for ClamAV:
Custombuild did the update to 0.98.5 and failed.Code:#ClamAV-related Settings clamav=yes clamav_exim=yes
The update to clamav-0.98.5 fails with
Before the update clamav ran fine.Code:[root@vps ~]# service clamd start Starting clamd: ERROR: This tool requires libclamav with functionality level 79 or higher (current f-level: 77) [FAILED] [root@vps ~]# service freshclam start Starting freshclam: ERROR: This tool requires libclamav with functionality level 79 or higher (current f-level: 77) [FAILED]
rm -f /usr/local/lib64/libclamav.so.*
rm -f /usr/local/lib/libclamav.so.*
./build update
./build clamav
./configure --prefix=/usr/local --sysconfdir=/etc --with-xml=/usr/local --with-zlib=/usr
I just did a tar xvf clamav-0.98.5.tar.gz in the custombuild dir, went into the clamav dir, did a ./configure, make uninstall, make install and ended up with the same error messages.
Please try the following, it should fix the problem:
Code:rm -f /usr/local/lib64/libclamav.so.* rm -f /usr/local/lib/libclamav.so.* ./build update ./build clamav