You do need to update clamav. You can follow these steps: You need to create a backup of the clamd file:
cp /etc/init.d/clamd /etc/init.d/clamd.old Then you have to download the files - I like to place them in a folder by themselves. In the root folder: mkdir update cd update Then download. Make sure each of these commands are on one line per command, as my email formatting will cause them to wrap. In other words, it will be curl......rpm on one line: curl -L -O http://www.stellarcore.net/downloads/efw2-updates/clamav-0.9 4-0.endian5.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/clamav-db- 0.94-0.endian5.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/clamav-dev el-0.94-0.endian5.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/havp-0.89- 1.endian8.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/perl-Mail- Clamav-0.20-1.endian0.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/perl-Mail- Clamav-extras-0.20-1.endian0.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/perl-Mail- SpamAssassin-3.1.9-1.endian4.i386.rpm curl -L -O http://www.stellarcore.net/downloads/efw2-updates/perl-Mail- SpamAssassin-extras-3.1.9-1.endian4.i386.rpm Then install them: rpm -Uvh --nodeps *.rpm And copy the clamd file back since it gets erased: cp /etc/init.d/clamd.old /etc/init.d/clamd ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
