On 2008-09-02 21:44, Jason Bertoch wrote:
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:clamav-users-
>> [EMAIL PROTECTED] On Behalf Of Brandon Perry
>> Sent: Tuesday, September 02, 2008 12:06 PM
>> To: ClamAV users ML
>> Subject: [Clamav-users] ClamAV 0.94 release
>>
>>     
>
> Configuring on CentOS 5.2 x64 produces the following warnings:
>
> # ./configure --prefix=/usr --sysconfdir=/etc --enable-experimental \
> --enable-milter
>
>
> checking for CHECK... no
> configure: WARNING: unable to find 'check' using pkg-config:
> No package 'check' found
>
> and
>
> checking for libgmp... no
> configure: WARNING: ****** GNU MP 2 or newer NOT FOUND - digital signature
> support will be disabled !
>
>
>
> however, 
>
> # yum provides check
> check-devel.x86_64 : Libraries and headers for developing programs with
> check
> check-devel.i386 : Libraries and headers for developing programs with check
>   

Don't worry about the pkg-config warning, does it say 'checking linking
with check ... ok'?
Does 'make check' work?

You can read more about 'make check' here:
http://www.clamav.net/doc/latest/html/node15.html

And what to do if it fails here:
http://www.clamav.net/doc/latest/html/node16.html

'make check' has been part of 0.94rc1, so you should already know this ;)

> Additionally, configure seems to find libgmp when option "--prefix=/usr" is
> not used.
>
> # ./configure |grep gmp
> checking for libgmp... yes
>
> # ./configure --prefix=/usr |grep gmp
> checking for libgmp... no
>   

Is your libgmp in /usr/lib, or /usr/local/lib?

>
> What's the deal with the new requirement for 'check' and why would option
> "--prefix=/usr" break the ability to find libgmp?
>   

Check is optional, its only needed for 'make check', 'make' and 'make
install' work fine without it.
As for libgmp I don't remember any changes since 0.93.3 in that area.
If you can't get it to work, open a bugreport and attach your config.log.

Best regards,
--Edwin
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to