On Oct 12, 2004, at 23:47, Greg Deputy wrote:
I've been scanning the archives and have followed all suggestions there that I can find, but still no luck.
I'm running clamav 0.80rc4 on fedora core 2. Just installed over rc3. In the logs when the database update runs I have the very familiar (after reading the archives) error:
Oct 12 20:19:49 mx freshclam[27652]: Daemon started. Oct 12 20:19:49 mx freshclam[27652]: ClamAV update process started at Tue Oct 12 20:19:49 2004 Oct 12 20:19:49 mx freshclam[27652]: SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES Oct 12 20:19:49 mx freshclam[27652]: main.cvd is up to date (version: 27, sigs: 23982, f-level: 2, builder: tomek) Oct 12 20:19:49 mx freshclam[27652]: daily.cvd is up to date (version: 527, sigs: 1090, f-level: 2, builder: ccordes)
I've installed gmp-devel, and ./configure is happy with it, says:
checking for __gmpz_init in -lgmp... Yes
But even though I've done re-run ./configre, make, and make config after
installing gmp-devel I'm still getting the error messages in the log
about digital sig's.
Can anyone tell me what I'm missing?
Thanks!
I experienced the same problem when I installed GMP.
My solution was to cd to gmp source folder, 'make clean', './configure' or in my case './configure --prefix=/usr --mandir=/usr/share --sysconfdir=/etc' (my known system folders).
Then 'make; make install', once completed, I cd'ed back to the clamav source folder, did a "make clean", './configure --prefix=/usr --mandir=/usr/share --sysconfdir=/etc' (my known system folders), 'make; make install' and this seemed to make everything happy.
It seems if you issue any enables in the gmp configure it doesn't install devel, wrote to the author about it but since it was a configure issue it appears that nothing is being done about this.
-- Dale
_______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users
