clamav-0.88.2_1 upgrade fails to recognize libgmp and disables
Troy
troy at twisted.net
Thu May 11 12:02:06 UTC 2006
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
More information about the freebsd-ports
mailing list