Koozali.org: home of the SME Server

Failed clamav dependencies on update

Offline Mace

  • ***
  • 67
  • +0/-0
Failed clamav dependencies on update
« 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.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Failed clamav dependencies on update
« Reply #1 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
Regards,
William

IF I give advise.. It's only if it was me....

Offline byte

  • *
  • 2,183
  • +2/-0
Failed clamav dependencies on update
« Reply #2 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 ?
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
Failed clamav dependencies on update
« Reply #3 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.
"It should just work" if it doesn't report it. Thanks!

Offline byte

  • *
  • 2,183
  • +2/-0
Failed clamav dependencies on update
« Reply #4 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.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Mace

  • ***
  • 67
  • +0/-0
Failed clamav dependencies on update
« Reply #5 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?