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 -- [email protected] mailing list
