From owner-freebsd-ports@FreeBSD.ORG Thu May 11 11:53:11 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 9414516A40B for ; Thu, 11 May 2006 11:53:11 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9591543D48 for ; Thu, 11 May 2006 11:53:09 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: (qmail 12706 invoked from network); 11 May 2006 11:53:07 -0000 Received: from unknown (HELO ?192.168.2.5?) (192.168.2.5) by andxor.it with SMTP; 11 May 2006 11:53:07 -0000 Message-ID: <446325A2.4030708@FreeBSD.org> Date: Thu, 11 May 2006 13:53:06 +0200 From: Alex Dupre User-Agent: Thunderbird 1.5.0.2 (X11/20060508) MIME-Version: 1.0 To: Troy References: <20060511105950.GA49214@twisted.net> In-Reply-To: <20060511105950.GA49214@twisted.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: 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 11:53:11 -0000 Troy wrote: > 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 ! checking whether setpgrp takes no argument... no checking for __gmpz_init in -lgmp... yes <== found checking for recvmsg... yes %ldconfig -r | grep gmp 226:-lgmp.7 => /usr/local/lib/libgmp.so.7 383:-lgmpxx.4 => /usr/local/lib/libgmpxx.so.4 %pkg_info | grep gmp libgmp-4.2.1 A free library for arbitrary precision arithmetic -- Alex Dupre