[ZendTo] Re: Install error
John Cooper
johnpcooper at yahoo.com
Mon Sep 19 19:09:05 BST 2011
Hi Jules,
I've just tried to yum install zendto and rpm on Fedora 14 & 15 but
get the "clamd is needed". Recompiling from the .spec file including the
the .tgz file it installed fine. Have you used an old spec file when
building 4.05-2?
Thanks, John.
On 01/06/11 09:09, John Cooper wrote:
> On 31/05/11 21:38, Philip Parsons wrote:
>> zendto-4.02-1.noarch from ZendTo has depsolving problems
>>
>> --> Missing Dependency: clamd is needed by package
>> zendto-4.02-1.noarch (ZendTo)
>>
>> Error: Missing Dependency: clamd is needed by package
>> zendto-4.02-1.noarch (ZendTo)
>>
>>
> Fedora uses clamav-server package for clamd whereas Centos uses clamd
> package therefore this should be added to the zendto.spec file to check
> for Fedora and make its dependency clamav-server. There are Fedora clamd
> packages provided by Atomic repo but you would have to remove your
> existing clamav and re-install with the Atomic repo installed.
>
> http://pkgs.org/fedora-14/atomic-i386/clamd-0.97-1.fc14.art.i686.rpm.html
>
> https://www.atomicorp.com/downloads.html
>
> It would be much easier if Jules updates the spec file and rebuilds.
>
> I think something like
>
> %if %is_fedora
> requires: clamav-server
> %else
> requires: clamd
> %endif
>
>
> John.
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
More information about the ZendTo
mailing list