Clovis Tristao wrote: > Brian Morrison wrote: >> Which FC version are you running? >> >> I built and installed rpms based on the crash-hat repo's 0.90.1 src rpm >> but with the 0.90.2 tarball in about 5 minutes this morning. Waiting for >> the official rpms is unnecessary, you can switch to those when they appear. >> > Hi Brian, > > I'm using FC 6. > Where find a How-To to construct and install clamav of the source?
Well the easy way is: Google for the Crash-Hat src rpm for FC5 (works fine on FC6) for 0.90.2 download it rpm -ivh clamav-0.90.2-<package version>.src.rpm cd /usr/src/redhat/SPECS rpmbuild -bb clamav.spec cd ../RPMS/i386 rpm -Uvh clamav*-0.90.2-1.i386.rpm the daemons should have started, but you then need to edit them freshclam.conf and clamd.conf files in /etc to enable what is needed. After this as root /sbin/service clamd restart (the same for freshclam) Should you need the experimental features, edit clamav.spec and add --enable-experimental to the arguments passed to configure > Another question. Until when the Clamav.net will go to keep updates for > the version 0.8x? Not sure, but due to the very heavy load on the database mirrors from 0.8x they would like to push everyone into updating to 0.9x as soon as possible. -- Brian Morrison [EMAIL PROTECTED] _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html