Date: Thu, 11 May 2006 07:03:24 -0500 From: Troy <troy@twisted.net> To: Alex Dupre <ale@FreeBSD.org> Cc: ports@FreeBSD.org Subject: Re: clamav-0.88.2_1 upgrade fails to recognize libgmp and disables Message-ID: <20060511120323.GA27133@twisted.net> In-Reply-To: <446325A2.4030708@FreeBSD.org> References: <20060511105950.GA49214@twisted.net> <446325A2.4030708@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alex,
I get the following
ldconfig -r |grep gmp
231:-lgmpxx.4 => /usr/local/lib/libgmpxx.so.4
301:-lgmp.7 => /usr/local/lib/libgmp.so.7
358:-lgmp.6 => /usr/local/lib/compat/pkg/libgmp.so.6
359:-lgmpxx.3 => /usr/local/lib/compat/pkg/libgmpxx.so.3
but during the make script I'm getting:
checking for __gmpz_init in -lgmp... no
pkg_info|grep gmp
libgmp-4.2.1 A free library for arbitrary precision arithmetic
I even rebuilt libgmp and clamav and still it doesn't see it.
Any thoughts?
-Troy
On Thu, May 11, 2006 at 01:53:06PM +0200, Alex Dupre wrote:
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060511120323.GA27133>
