-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ning.Bao wrote:
>> I have compiled clamav-0.88.7 on a Sun Fire x4100 (AMD 64 bit CPU) >> running solaris 10 >> In the config.log. I got the following messages >> >> configure:11908: WARNING: ****** GNU MP 2 or newer NOT FOUND - digital >> signature support will be disabled ! >> >> EVEN I have successfully compiled gmp-4.2.1 (passed make check test) >> and use crle to add /usr/local/lib into >> the LIB PATH. Here is the crle output [snip] The usual problem in Solaris is that gmp is compiled 64-bit and clamav as 32-bit binaries, so the library is not compatible. There's a note somewhere (gmp's README perhaps) that says something about setting ABI=32 or similar. The problem is an old problem with gmp, in Solaris there are different places for 32-bit and 64-bit libraries, gmp does not respect that and puts the 64-bit library alongside the 32-bit ones (I complained several years back, in fact I wanted to have both library versions built without having to do it by hand, obviously no changes have been made). - -- René Berber -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFnrnEL3NNweKTRgwRAusrAJ9BMLq33YSufFHVHQSkXf+ZEhPcowCgqRtL LQ5QLAu3uAi3tAAscQgXfRs= =bLF7 -----END PGP SIGNATURE----- _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
