Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Mace on December 06, 2006, 08:57:09 AM

Title: Failed clamav dependencies on update
Post by: Mace on December 06, 2006, 08:57:09 AM
I'm trying to update my server but it fails due to apparently missing or incorrect dependencies.

I get the following errors on yum update:
Code: [Select]
--> Finished Dependency Resolution
Error: Missing Dependency: clamd >= 0.83 is needed by package smeserver-clamav
Error: Missing Dependency: clamav-db is needed by package clamav
Error: Missing Dependency: clamav-db is needed by package smeserver-clamav

but
Code: [Select]
[root@server ~]# rpm -q clamav
clamav-0.88.6-1sme01
[root@server ~]# rpm -q clamav-db
clamav-db-0.88.6-1sme01
[root@server ~]# rpm -q clamd
clamd-0.88.6-1sme01


I've searched to no avail. Any ideas?

Thanks.
Title: Failed clamav dependencies on update
Post by: william_syd on December 06, 2006, 11:14:22 AM
Was going to suggest removing and reinstalling...

Code: [Select]
yum remove clam*
yum install clam*


but that wants to mess with way to much..

Code: [Select]
Transaction Summary
=============================================================================
Install      0 Package(s)
Update       0 Package(s)
Remove      43 Package(s)
Total download size: 0
Title: Failed clamav dependencies on update
Post by: byte on December 06, 2006, 01:38:10 PM
Is this a clean install? you haven't installed no other clamav packages except ones that come with SME Server ?
Title: Failed clamav dependencies on update
Post by: bpivk on December 06, 2006, 01:48:50 PM
I think that he wants to update clam. I wanted to do the same when i noticed that i have an old version and had the same problems. I just updated it trough the server manager pannel and the problem was solved.
Title: Failed clamav dependencies on update
Post by: byte on December 06, 2006, 01:51:21 PM
Quote from: "bpivk"
I think that he wants to update clam.


That's what I did think too. If so then they would need to raise a bug, we are already at the latest 88.6 stable version.
Title: Failed clamav dependencies on update
Post by: Mace on December 07, 2006, 10:38:50 AM
Thanks for all the replies.

I was actually doing "yum update" to do a full update update on my server. I had a temporary repo set up, but did not have "enabled=1" in the repo's definition, so I assumed it was not enabled. I added "enabled=0" and all seemed to go as it should have.

Apparently yum tries to update from all repos that aren't explicitly disabled?