Gentoo Archives: gentoo-amd64

From: Peter Humphrey <prh@××××××××××.uk>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
Date: Fri, 23 Feb 2007 08:51:18
Message-Id: 200702230841.09015.prh@gotadsl.co.uk
In Reply to: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES by Paul Stear
1 On Friday 23 February 2007 08:20:05 Paul Stear wrote:
2
3 > ClamAV update process started at Fri Feb 23 08:00:13 2007
4 > SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
5 > See the FAQ at http://www.clamav.net/support/faq for an explanation.
6 >
7 > The faq says:-
8 > The ClamAV package requires the GMP library to verify the digital
9 > signature of the virus database. When building ClamAV you need the GMP
10 > library and its headers: if you are using Debian just run apt-get install
11 > libgmp3-dev, if you are using an RPM based distribution install the
12 > gmp-devel package. You’ll need to rerun ./configure and recompile ClamAV.
13 >
14 > When I check portage all I can see is dev-libs/gmp version 4.2.1
15 > installed, I can find no reference to libgmp3-dev.
16 >
17 > Any thoughts?
18
19 Gmp includes the libraries you need. On my system:
20
21 $ equery f gmp
22 [ Searching for packages matching gmp... ]
23 * Contents of dev-libs/gmp-4.2.1:
24 [...]
25 /usr/lib64
26 /usr/lib64/libgmp.a
27 /usr/lib64/libgmp.la
28 /usr/lib64/libgmp.so -> libgmp.so.3.4.1
29 /usr/lib64/libgmp.so.3 -> libgmp.so.3.4.1
30 /usr/lib64/libgmp.so.3.4.1
31 /usr/lib64/libgmpxx.a
32 /usr/lib64/libgmpxx.la
33 /usr/lib64/libgmpxx.so -> libgmpxx.so.3.1.1
34 /usr/lib64/libgmpxx.so.3 -> libgmpxx.so.3.1.1
35 /usr/lib64/libgmpxx.so.3.1.1
36
37 Provided that gmp was already installed when you installed clam, missing gmp
38 is not your problem.
39
40 Generally speaking, Gentoo doesn't split packages into runtime and
41 development: you install a package, you get the whole thing.
42
43 --
44 Rgds
45 Peter
46 --
47 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES Lorenzo Milesi <lorenzo.milesi@×××××.com>