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
-
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:
--> 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
[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.
-
Was going to suggest removing and reinstalling...
yum remove clam*
yum install clam*
but that wants to mess with way to much..
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 0 Package(s)
Remove 43 Package(s)
Total download size: 0
-
Is this a clean install? you haven't installed no other clamav packages except ones that come with SME Server ?
-
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.
-
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.
-
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?