Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: MapU on February 13, 2006, 03:35:39 PM

Title: How to update clamav from 0.80 to 0.88
Post by: MapU 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,
Title: Have you tried the steps here?
Post by: Hoso 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
Title: Re: How to update clamav from 0.80 to 0.88
Post by: CharlieBrady 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*
Title: How to update clamav from 0.80 to 0.88
Post by: MapU on February 13, 2006, 07:36:00 PM
Thank you CharlieBrady,

It works... Again thanks to you all.