From owner-freebsd-security@FreeBSD.ORG Wed Apr 30 19:49:08 2008 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 318EE106566C for ; Wed, 30 Apr 2008 19:49:08 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (6to4.home4u.ch [IPv6:2002:d908:d3e2::1]) by mx1.freebsd.org (Postfix) with ESMTP id A98808FC0C for ; Wed, 30 Apr 2008 19:49:07 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from flashback.wenks.ch (flashback.wenks.ch [62.2.85.181]) (authenticated bits=0) by batman.home4u.ch (8.13.1/8.13.1) with ESMTP id m3UJn3PO071052 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 30 Apr 2008 21:49:05 +0200 (CEST) (envelope-from fabian@wenks.ch) Message-ID: <4818CD2A.6070001@wenks.ch> Date: Wed, 30 Apr 2008 21:48:58 +0200 From: Fabian Wenk User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: freebsd-security@freebsd.org References: <682872.257.qm@web83606.mail.sp1.yahoo.com> In-Reply-To: <682872.257.qm@web83606.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Re: Anti-virus software for 7.0 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 19:49:08 -0000 Hello Anthony On 30.04.08 17:49, Anthony J. Palik wrote: > Does anyone know where I can find anti-virus software for 7.0? > I tried using Bitdefender's but it says it is not supported by > 7.0 during installation. Did you try with installed misc/compat6x from the Ports? I did use some legacy binary only software which was built for FreeBSD 4.x on 5.x and 6.x systems with the corresponding Ports. Eventually you also need the 32-bit libraries, if the software itself is not built for 64-bit. See /usr/src/tools/lib32/README for more informations. Depending on how the software will be integrated into the system, eg. doing virus check on every file access, then it may not work. bye Fabian