Koozali.org: home of the SME Server

How to update clamav from 0.80 to 0.88

MapU

How to update clamav from 0.80 to 0.88
« on: February 13, 2006, 03:35:39 PM »
Hallo all,

I have SME 6.0.1 and clamav 0.80 from pagefault.org installed.

I found these 2 packages (don't remember the source of download)
1) clamav-es-libs-0.88-es01.i386.rpm
2) clamav-es-0.88-es01.i386.rpm

When I tried to rpm -Uvh these packages I received these errors

1)
[root@tcauserver temp]# rpm -Uvh clamav-es-libs-0.88*
error: failed dependencies:
        clamav-es-libs = 0.80 is needed by clamav-es-0.80-es02

2)
[root@tcauserver temp]# rpm -Uvh clamav-es-0.88*
error: failed dependencies:
        clamav-es-libs = 0.88 is needed by clamav-es-0.88-es01

Thanks in advance to all of you for your help,
Best regards,

Offline Hoso

  • 4
  • +0/-0
    • http://www.sanchezconsulting.net
Have you tried the steps here?
« Reply #1 on: February 13, 2006, 04:37:12 PM »
Found this howto, which seems to be written especifically (sp?) for what you're trying to do: http://sme.swerts-knudsen.com/news.htm

See how it goes if you try that...

Jose

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: How to update clamav from 0.80 to 0.88
« Reply #2 on: February 13, 2006, 07:25:42 PM »
Quote from: "MapU"

When I tried to rpm -Uvh these packages I received these errors

1)
[root@tcauserver temp]# rpm -Uvh clamav-es-libs-0.88*
error: failed dependencies:
        clamav-es-libs = 0.80 is needed by clamav-es-0.80-es02

2)
[root@tcauserver temp]# rpm -Uvh clamav-es-0.88*
error: failed dependencies:
        clamav-es-libs = 0.88 is needed by clamav-es-0.88-es01


You need to install them at the same time:

rpm -Uhv clamav*0.88*

MapU

How to update clamav from 0.80 to 0.88
« Reply #3 on: February 13, 2006, 07:36:00 PM »
Thank you CharlieBrady,

It works... Again thanks to you all.