From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 20:34:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70E4106566B for ; Thu, 17 Apr 2008 20:34:17 +0000 (UTC) (envelope-from juergen@carroll.com) Received: from carroll.com (mail3.hck.carroll.com [216.44.20.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9CBCF8FC0A for ; Thu, 17 Apr 2008 20:34:17 +0000 (UTC) (envelope-from juergen@carroll.com) Received: from [10.64.0.160] (account juergen@carroll.com) by carroll.com (CommuniGate Pro WebUser 4.1.3) with HTTP id 218794811 for freebsd-questions@freebsd.org; Thu, 17 Apr 2008 16:34:16 -0400 From: "Juergen Fiedler" To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro WebUser Interface v.4.1.3 Date: Thu, 17 Apr 2008 16:34:16 -0400 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: Re: ClamAV 0.93 on FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 20:34:17 -0000 On Thu, 17 Apr 2008 12:14:24 -0700 Chuck Swiger wrote: > Hi, Juergen-- > > On Apr 17, 2008, at 9:49 AM, Juergen Fiedler wrote: > > I am trying to install ClamAV 0.93 on a FreeBSD 4.11 > (i386) > > system. I have downloaded and untarred the port, but > when I > > try to install it, I get an error message indicating > that > > my gcc can't build executables. > > This diff to the FreeBSD port Makefile was discussed on > the ClamAV- users mailing list: [...] > Regards, > -- > -Chuck It compiles now, but clamd doesn't work properly: It starts, but doesn't respond to anything. clamdscan just sits around forever trying to communicate with clamd, and when I switch to TCP sockets, I can telnet to port 3310 but even a simple PING remains unanswered indefinitely. Maybe it's really time for 7.0. Thanks, -Juergen