From clamav-users-bounces@lists.clamav.net  Fri Jul 11 04:19:22 2008
Return-Path: <clamav-users-bounces@lists.clamav.net>
X-Original-To: list@tad.clamav.net
Delivered-To: list@tad.clamav.net
X-Virus-Scanned: Debian amavisd-new at tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad.clamav.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 3wie0XgnoEZ8; Fri, 11 Jul 2008 04:19:21 +0200 (CEST)
Received: from tad.clamav.net (localhost.localdomain [127.0.0.1])
	by tad.clamav.net (Postfix) with ESMTP id CD7B616C021;
	Fri, 11 Jul 2008 04:19:15 +0200 (CEST)
X-Original-To: clamav-users@tad.clamav.net
Delivered-To: clamav-users@tad.clamav.net
X-Virus-Scanned: Debian amavisd-new at tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad.clamav.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id jqx65jxqV7t7 for <clamav-users@tad.clamav.net>;
	Fri, 11 Jul 2008 04:19:11 +0200 (CEST)
Received: from mx.knossos.net.nz (mx.knossos.net.nz [202.160.48.10])
	by tad.clamav.net (Postfix) with ESMTP id CD53B16C01D
	for <clamav-users@lists.clamav.net>;
	Fri, 11 Jul 2008 04:19:09 +0200 (CEST)
Received: from sod.off.knossos.net.nz (gw.knossos.net.nz [202.160.48.14])
	by mx.knossos.net.nz (8.12.11.20060308/8.12.11) with ESMTP id
	m6B2J1nb020275
	for <clamav-users@lists.clamav.net>; Fri, 11 Jul 2008 14:19:02 +1200
Message-ID: <4876C315.7020206@knossos.net.nz>
Date: Fri, 11 Jul 2008 14:19:01 +1200
From: "Spiro Harvey, Knossos Networks Ltd" <spiro@knossos.net.nz>
User-Agent: Thunderbird 2.0.0.14 (X11/20080501)
MIME-Version: 1.0
To: ClamAV users ML <clamav-users@lists.clamav.net>
References: <101ed38dcda26d921d6693924a60b735.squirrel@webmail.stinkweasel.net>	<c1b61cf90807101452o3e34a57cv7ea760266e4be755@mail.gmail.com>	<f646f63065bb6085f249835e56a01b3c.squirrel@webmail.stinkweasel.net>
	<487699D6.20804@megan.vbhcs.org>
In-Reply-To: <487699D6.20804@megan.vbhcs.org>
Content-Type: multipart/mixed; boundary="------------040109030101090104020000"
X-Virus-Scanned: ClamAV 0.93.3/7687/Fri Jul 11 08:24:56 2008 on
	mx.knossos.net.nz
X-Virus-Status: Clean
X-Content-Filtered-By: Mailman/MimeDel 2.1.9
Subject: Re: [Clamav-users] clamd 0.93.2 dying on CentOS 5.2 x86_x64
X-BeenThere: clamav-users@lists.clamav.net
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: ClamAV users ML <clamav-users@lists.clamav.net>
List-Id: ClamAV users ML <clamav-users.lists.clamav.net>
List-Unsubscribe: <http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users>,
	<mailto:clamav-users-request@lists.clamav.net?subject=unsubscribe>
List-Post: <mailto:clamav-users@lists.clamav.net>
List-Help: <mailto:clamav-users-request@lists.clamav.net?subject=help>
List-Subscribe: <http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users>,
	<mailto:clamav-users-request@lists.clamav.net?subject=subscribe>
Sender: clamav-users-bounces@lists.clamav.net
Errors-To: clamav-users-bounces@lists.clamav.net

This is a multi-part message in MIME format.
--------------040109030101090104020000
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

> Revert to 0.93.1 until the current 0.93.3 is available to you.

or even better, build an RPM from source.

here's how I do it:

attached is a file called clamav.spec. save that into /usr/src/redhat/SPECS/

then put clamav-0.93.3.tar.gz into /usr/src/redhat/SOURCES/


build the rpms:

# rpmbuild -ba /usr/src/redhat/SPECS/clamav.spec

the created RPMs will be in /usr/src/redhat/RPMS/

either install them all:
# rpm -Fvh /usr/src/redhat/RPMS/i386/clam*-0.93.3*.rpm

or just the ones you want. we use clamav-milter and all sorts, but ymmv.

then run freshclam and restart your clam services (chkconfig --list|grep 
clam)


we run centos 5.1 i386, but I see no reference to architecture in the 
SPEC file, so it should build happily from source as is. all I ever 
change is the version number and release, and it builds happily each time.



-- 
Spiro Harvey                  Knossos Networks Ltd
021-295-1923                    www.knossos.net.nz


--------------040109030101090104020000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml
--------------040109030101090104020000--

