public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
@ 2007-02-23  8:20 Paul Stear
  2007-02-23  8:41 ` Peter Humphrey
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Stear @ 2007-02-23  8:20 UTC (permalink / raw
  To: gentoo-amd64

Hi,
My freshclam log says:-
ClamAV update process started at Fri Feb 23 08:00:13 2007
SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
See the FAQ at http://www.clamav.net/support/faq for an explanation.

The faq says:-
The ClamAV package requires the GMP library to verify the digital signature of 
the virus database. When building ClamAV you need the GMP library and its 
headers: if you are using Debian just run apt-get install libgmp3-dev, if you 
are using an RPM based distribution install the gmp-devel package. You’ll 
need to rerun ./configure and recompile ClamAV.

When I check portage all I can see is dev-libs/gmp version 4.2.1 installed, I 
can find no reference to libgmp3-dev.

Any thoughts?
Thanks
Paul

-- 
This message has been sent using kmail with gentoo linux
--
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
  2007-02-23  8:20 [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES Paul Stear
@ 2007-02-23  8:41 ` Peter Humphrey
  2007-02-23  9:56   ` Lorenzo Milesi
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2007-02-23  8:41 UTC (permalink / raw
  To: gentoo-amd64

On Friday 23 February 2007 08:20:05 Paul Stear wrote:

> ClamAV update process started at Fri Feb 23 08:00:13 2007
> SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
> See the FAQ at http://www.clamav.net/support/faq for an explanation.
>
> The faq says:-
> The ClamAV package requires the GMP library to verify the digital
> signature of the virus database. When building ClamAV you need the GMP
> library and its headers: if you are using Debian just run apt-get install
> libgmp3-dev, if you are using an RPM based distribution install the
> gmp-devel package. You’ll need to rerun ./configure and recompile ClamAV.
>
> When I check portage all I can see is dev-libs/gmp version 4.2.1
> installed, I can find no reference to libgmp3-dev.
>
> Any thoughts?

Gmp includes the libraries you need. On my system:

$ equery f gmp
[ Searching for packages matching gmp... ]
* Contents of dev-libs/gmp-4.2.1:
[...]
/usr/lib64
/usr/lib64/libgmp.a
/usr/lib64/libgmp.la
/usr/lib64/libgmp.so -> libgmp.so.3.4.1
/usr/lib64/libgmp.so.3 -> libgmp.so.3.4.1
/usr/lib64/libgmp.so.3.4.1
/usr/lib64/libgmpxx.a
/usr/lib64/libgmpxx.la
/usr/lib64/libgmpxx.so -> libgmpxx.so.3.1.1
/usr/lib64/libgmpxx.so.3 -> libgmpxx.so.3.1.1
/usr/lib64/libgmpxx.so.3.1.1

Provided that gmp was already installed when you installed clam, missing gmp 
is not your problem.

Generally speaking, Gentoo doesn't split packages into runtime and 
development: you install a package, you get the whole thing.

-- 
Rgds
Peter
--
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
  2007-02-23  8:41 ` Peter Humphrey
@ 2007-02-23  9:56   ` Lorenzo Milesi
  2007-02-23 10:06     ` Steev Klimaszewski
  0 siblings, 1 reply; 6+ messages in thread
From: Lorenzo Milesi @ 2007-02-23  9:56 UTC (permalink / raw
  To: gentoo-amd64

> Provided that gmp was already installed when you installed clam, missing gmp
> is not your problem.

Shouldn't this be set as dependency, with an appropriate use flag?
maxxer
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
  2007-02-23  9:56   ` Lorenzo Milesi
@ 2007-02-23 10:06     ` Steev Klimaszewski
  2007-02-23 11:33       ` Paul Stear
  0 siblings, 1 reply; 6+ messages in thread
From: Steev Klimaszewski @ 2007-02-23 10:06 UTC (permalink / raw
  To: gentoo-amd64

Lorenzo Milesi wrote:
>> Provided that gmp was already installed when you installed clam, 
>> missing gmp
>> is not your problem.
> 
> Shouldn't this be set as dependency, with an appropriate use flag?
> maxxer
I just did an emerge -pv clamav on my system and it wants to pull in 
gmp, so I would say it is set as a dependency...
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
  2007-02-23 10:06     ` Steev Klimaszewski
@ 2007-02-23 11:33       ` Paul Stear
  2007-02-23 16:18         ` Peter Humphrey
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Stear @ 2007-02-23 11:33 UTC (permalink / raw
  To: gentoo-amd64

On Friday 23 February 2007 10:06, Steev Klimaszewski wrote:
> Lorenzo Milesi wrote:
> >> Provided that gmp was already installed when you installed clam,
> >> missing gmp
> >> is not your problem.
> >
I added the gmp use flag to package.use, reinstalled clamav.
The error has now gone.
Thanks all for your help
Paul
-- 
This message has been sent using kmail with gentoo linux
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES
  2007-02-23 11:33       ` Paul Stear
@ 2007-02-23 16:18         ` Peter Humphrey
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Humphrey @ 2007-02-23 16:18 UTC (permalink / raw
  To: gentoo-amd64

On Friday 23 February 2007 11:33:26 Paul Stear wrote:
> On Friday 23 February 2007 10:06, Steev Klimaszewski wrote:
> > Lorenzo Milesi wrote:
> > >> Provided that gmp was already installed when you installed clam,
> > >> missing gmp
> > >> is not your problem.

Not to pick holes, but Steev did not say that; I did.

Anyway, glad it turned out all right.

-- 
Rgds
Peter
-- 
gentoo-amd64@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-23 16:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23  8:20 [gentoo-amd64] clamav-freshclam - SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES Paul Stear
2007-02-23  8:41 ` Peter Humphrey
2007-02-23  9:56   ` Lorenzo Milesi
2007-02-23 10:06     ` Steev Klimaszewski
2007-02-23 11:33       ` Paul Stear
2007-02-23 16:18         ` Peter Humphrey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox