From clamav-users-bounces@lists.clamav.net  Wed Feb 14 22:40:12 2007
Return-Path: <clamav-users-bounces@lists.clamav.net>
X-Original-To: list@tad.clamav.net
Delivered-To: list@tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 01451-01; Wed, 14 Feb 2007 22:40:11 +0100 (CET)
Received: from tad.clamav.net (localhost.localdomain [127.0.0.1])
	by tad.clamav.net (Postfix) with ESMTP id 96DE716C0AE;
	Wed, 14 Feb 2007 22:40:10 +0100 (CET)
X-Original-To: clamav-users@tad.clamav.net
Delivered-To: clamav-users@tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
	id 01115-06 for <clamav-users@tad.clamav.net>;
	Wed, 14 Feb 2007 22:40:09 +0100 (CET)
Received: from mail.itcs.ge (mail.itcs.ge [62.168.166.235])
	by tad.clamav.net (Postfix) with SMTP id C371316C0A9
	for <clamav-users@lists.clamav.net>;
	Wed, 14 Feb 2007 22:40:07 +0100 (CET)
Received: (qmail 31476 invoked by uid 1011); 14 Feb 2007 22:37:18 -0000
Received: from 10.10.0.15 by ns.itcs.ge (envelope-from <nerozero@itcs.ge>,
	uid 1009) with qmail-scanner-1.25-st-qms 
	(clamdscan: 0.90/2564. spamassassin: 3.1.7. perlscan: 1.25-st-qms.  
	Clear:RC:0(10.10.0.15):SA:0(-4.4/4.0):. 
	Processed in 6.138308 secs); 14 Feb 2007 22:37:18 -0000
X-Antivirus-ITCS.GE-Mail-From: nerozero@itcs.ge via ns.itcs.ge
X-Antivirus-ITCS.GE: 1.25-st-qms (Clear:RC:0(10.10.0.15):SA:0(-4.4/4.0):.
	Processed in 6.138308 secs Process 31468)
Received: from nzhome.itcs.ge.0.10.10.in-addr.arpa (HELO zeroathome)
	(nerozero@itcs.ge@10.10.0.15)
	by mail.itcs.ge with SMTP; 14 Feb 2007 22:37:11 -0000
From: "George Eliozov" <nerozero@itcs.ge>
To: "'ClamAV users ML'" <clamav-users@lists.clamav.net>
Subject: RE: [Clamav-users] Re: GMP MP2, digital signature FreeBSD 6.0
Date: Thu, 15 Feb 2007 01:39:54 +0400
MIME-Version: 1.0
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: AcdQgOyqeCLSemHtTi2HimEcMfAjtAAALdfQ
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
In-Reply-To: <eqvs7h$jmj$1@sea.gmane.org>
X-Antivirus-ITCS.GE-Message-ID: <1171492632107031468@ns.itcs.ge>
Message-Id: <20070214214007.C371316C0A9@tad.clamav.net>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at clamav.net
X-BeenThere: clamav-users@lists.clamav.net
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: ClamAV users ML <clamav-users@lists.clamav.net>
List-Id: ClamAV users ML <clamav-users.lists.clamav.net>
List-Unsubscribe: <http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users>,
	<mailto:clamav-users-request@lists.clamav.net?subject=unsubscribe>
List-Post: <mailto:clamav-users@lists.clamav.net>
List-Help: <mailto:clamav-users-request@lists.clamav.net?subject=help>
List-Subscribe: <http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users>,
	<mailto:clamav-users-request@lists.clamav.net?subject=subscribe>
Sender: clamav-users-bounces@lists.clamav.net
Errors-To: clamav-users-bounces@lists.clamav.net
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at clamav.net

Thanks!!! It was very helpful! ;)=20
It was a stupid problem with path to libraries.
I configure ClamAV with script:

export CPPFLAGS=3D-I/usr/local/include LDFLAGS=3D-L/usr/local/lib
./configure

Thanks a lot!

-----Original Message-----
From: clamav-users-bounces@lists.clamav.net
[mailto:clamav-users-bounces@lists.clamav.net] On Behalf Of Rene Berber
Sent: Thursday, February 15, 2007 12:42 AM
To: clamav-users@lists.clamav.net
Subject: [Clamav-users] Re: GMP MP2, digital signature FreeBSD 6.0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

George Eliozov wrote:

> I have some problems with digital signatures with ClamAV 0.90.
>=20
> I receiving message: "WARNING: ****** GNU MP 2 or newer NOT FOUND -
digital
> signature support will be disabled!" when configuring ClamAV.

Assuming you built it yourself, look in config.log there should be some
clues
about what part of gmp it didn't find.  Should be either an include file =
or
a
library, usually it's easy to fix (no need to install or rebuild =
anything).

> I DO have installed libgmp (gmp-4.2.1). With the previous version of
clamav
> (clamav-0.88.7 and older) a digital signature works normally.

The new version does things differently in the configuration, it is more
general
and it has a lot of new tests (which do nothing useful, like looking for
Fortran) and do miss things like gmp which worked with older versions.
- --
Ren=E9 Berber
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF03QyL3NNweKTRgwRAgUMAKD4ECZ7IvWChc646m1PYqWMLkXTQgCfTWhU
TJ98Ztth8TqhTwbRQIl9XkA=3D
=3DA1E/
-----END PGP SIGNATURE-----

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

