Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started 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,
-
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
-
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*
-
Thank you CharlieBrady,
It works... Again thanks to you all.