ClamAV 0.86

ok, 1time install for clamav:
[root@server01 software]# rpm -ivh clamav-0.86.1-1.i386.rpm
warning: clamav-0.86.1-1.i386.rpm: V3 DSA signature: NOKEY, key ID 6cdf2cc1
error: Failed dependencies:
curl is needed by clamav-0.86.1-1
libc.so.6(GLIBC_2.3.4) is needed by clamav-0.86.1-1
libcurl.so.2 is needed by clamav-0.86.1-1
zlib >= 1.2.1.2 is needed by clamav-0.86.1-1
[root@server01 software]#

when i check with yum, f.i. zlib, it comes up with: no actions to take, version is 1.1.4-8, but clamav needs 1.2.1.2
same with the other stuff. rpmfind doesn't come up wither with new packages for RH9

same for glibc: [root@server01 software]# rpm -q glibc
2.3.2-27.9.7.i686
latest version, clam need 2.3.4

what can i do?
 
Last edited:
configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then!

same
 
no special options for ./configure?
group and useradd just according to the docs?
 
i went ahead and maked the install; only problem i have is this:
[root@server01 etc]# clamd start
ERROR: Can't open /var/log/clamav/clamd.log in append mode (check permissions!).
ERROR: Problem with internal logger. Please check the permissions on the /var/log/clamav/clamd.log file.
[root@server01 etc]# ps -ax | grep clamd
19360 pts/0 S 0:00 grep clamd
[root@server01 etc]#
 
sander815 said:
i went ahead and maked the install; only problem i have is this:
[root@server01 etc]# clamd start
ERROR: Can't open /var/log/clamav/clamd.log in append mode (check permissions!).
ERROR: Problem with internal logger. Please check the permissions on the /var/log/clamav/clamd.log file.
[root@server01 etc]# ps -ax | grep clamd
19360 pts/0 S 0:00 grep clamd
[root@server01 etc]#

may want to

chown clamav /var/log/clamav/clamd.log
 
Back
Top