From owner-freebsd-ports@FreeBSD.ORG Thu May 11 10:58:28 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ABC516A412 for ; Thu, 11 May 2006 10:58:28 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BADB43D55 for ; Thu, 11 May 2006 10:58:27 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost.twisted.net [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id BED7FFC4A21 for ; Thu, 11 May 2006 05:59:51 -0500 (CDT) X-Virus-Scanned: by amavisd-new at twisted.net Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4NliHvWHV1U8 for ; Thu, 11 May 2006 05:59:51 -0500 (CDT) Received: by oz.twisted.net (Postfix, from userid 1001) id 14FA7FC4C4A; Thu, 11 May 2006 05:59:50 -0500 (CDT) Date: Thu, 11 May 2006 05:59:50 -0500 From: Troy To: ports@FreeBSD.org Message-ID: <20060511105950.GA49214@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: clamav-0.88.2_1 upgrade fails to recognize libgmp and disables X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 10:58:34 -0000 digital signature support Reply-To: troy@twisted.net I just upgraded clamav to clamav-0.88.2_1 and noticed that the make script did not recognize the GMP library properly. In the configure script the following line appeared configure: WARNING: ****** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled ! as a result in the logs it now shows SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES I have libgmp installed and it obviously didn't find it properly. libgmp-4.2.1 A free library for arbitrary precision arithmetic I've been running clamav for many years and apparently there is a problem with this latest build recognizing libgmp. -Troy