Canno update clamav - "Error: clamav-filesystem conflicts with clamav > 0.93-1.el5"

The following command from the shell gives a warning:

[root@server]# freshclam
ClamAV update process started at Tue Jun 17 01:09:07 2008
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.93 Recommended version: 0.93.1
DON'T PANIC! Read http://www.clamav.net/support/faq
main.cvd is up to date (version: 46, sigs: 231834, f-level: 26, builder: sven)
daily.cld is up to date (version: 7494, sigs: 84656,f-level: 31, builder: guitar)

This yum install command is from:
http://www.howtoforge.com/virtual-hosting-with-virtualmin-on-centos5.1-p2

I'm executing it in an attempt to fix the above issue. It also gives an error.

[root@server]# yum --enablerepo=rpmforge install clamav clamav-db clamav-milter clamd
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package clamav-milter.x86_64 0:0.93.1-1.el5.rf set to be updated
---> Package clamav.x86_64 0:0.93.1-1.el5.rf set to be updated
---> Package clamav-db.x86_64 0:0.93.1-1.el5.rf set to be updated
---> Package clamd.x86_64 0:0.93.1-1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: clamav-server = 0.93-1.el5 for package: clamav-server
-sysv
--> Processing Conflict: clamav-filesystem conflicts clamav > 0.93-1.el5
--> Finished Dependency Resolution
Error: clamav-filesystem conflicts with clamav > 0.93-1.el5

I've not found a real clear explanation on how to resolve this. (CentOS 5.1 x80_64 Kernel 2.6.18-53.1.21.el5 #1 SMP)

read this thread:
http://www.virtualmin.com/forums/limit/10/limitstart/10/help-home-for-ne...
got here:
rpm -e --nodeps clamd
error: package clamd is not installed

Tried:
rpm -e --nodeps clamav-filesystem

..and the update worked.

Hope this helps someone else...and the next release...

Status: 
Closed (fixed)