PDA

View Full Version : ClamAV 0.86


Wouter
06-22-2005, 02:30 AM
ClamAV 0.86 is released.

Download links:

Europe (France): http://ovh.dl.sourceforge.net/sourceforge/clamav/clamav-0.86.tar.gz
Asia (Japan): http://jaist.dl.sourceforge.net/sourceforge/clamav/clamav-0.86.tar.gz
USA (New York): http://voxel.dl.sourceforge.net/sourceforge/clamav/clamav-0.86.tar.gz

sander815
06-22-2005, 06:30 AM
thx
still waiting for virusblocker to be released, then i can install it

fusionictnl
06-24-2005, 02:23 AM
0.86.1 released the 23'd

http://prdownloads.sourceforge.net/clamav/clamav-0.86.1.tar.gz?download (Not a direct download link)

Chrysalis
06-24-2005, 10:11 AM
I hope this fixes the issue that 0.86 cannot compile on FreeBSD 5.4

sander815
06-27-2005, 12:50 PM
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?

fusionictnl
06-27-2005, 12:58 PM
Use a tarball and compile the source!

# ./configure
# make
# make install

sander815
06-27-2005, 01:03 PM
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

fusionictnl
06-27-2005, 01:07 PM
Follow the same procedures voor ZLIB as it has to be updated as the message says.

sander815
06-28-2005, 12:06 AM
no special options for ./configure?
group and useradd just according to the docs?

sander815
06-28-2005, 12:34 AM
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]#

Chrysalis
06-28-2005, 04:18 AM
0.86.1 compiles on FreeBSD 5.4

pizzaman
07-18-2005, 10:20 AM
Originally posted by sander815
no special options for ./configure?
group and useradd just according to the docs?

./configure --disable-zlib-vcheck

pizzaman
07-18-2005, 10:21 AM
Originally posted by sander815
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

fusionictnl
07-18-2005, 03:32 PM
Originally posted by pizzaman
./configure --disable-zlib-vcheck

The user was reffering to ZLIB's configure instead of your reply.