Hi all, I have a problem updating clamav on my mail server: Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamav Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamd Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamav Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamd I'm using rpmforge repo on CentOS 4.5, everything else is up to date. I guess that there is a conflict with the currently available glibc.i686 (2.3.4-2.36) and the package providing rtld. Does anyone knows if there is a fix/workaround for that? Otherwise is it possible to setup exim to use clamd on a different server via tcp/ip? tia Regards -Lorenzo Quatrini
Lorenzo wrote:> Hi all, > I have a problem updating clamav on my mail server: > > Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamav > Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamd > Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamav > Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamd > > I'm using rpmforge repo on CentOS 4.5, everything else is up to date.You're using the rpmforge repository for CentOS 5 on CentOS 4.5. This will and cannot work. Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070910/17210064/attachment.sig>
Ralph Angenendt wrote:> Lorenzo wrote: > >> Hi all, >> I have a problem updating clamav on my mail server: >> >> Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamav >> Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamd >> Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamav >> Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamd >> >> I'm using rpmforge repo on CentOS 4.5, everything else is up to date. >> > > You're using the rpmforge repository for CentOS 5 on CentOS 4.5. This > will and cannot work. > > Ralph >And, if that's not enough, it seems the repository is in overload at the moment... I can't get anything right now. You might want to wait a bit before trying. John Hinton
Ralph Angenendt ha scritto:> Lorenzo wrote: >> Hi all, >> I have a problem updating clamav on my mail server: >> >> Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamav >> Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package clamd >> Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamav >> Error: Missing Dependency: rtld(GNU_HASH) is needed by package clamd >> >> I'm using rpmforge repo on CentOS 4.5, everything else is up to date. > > You're using the rpmforge repository for CentOS 5 on CentOS 4.5. This > will and cannot work. > > Ralph >Thank you Ralph, you are right. Today yum wasn't working with the automatic mirror (mirrorlist = http://apt.sw.be/redhat/el4/en/mirrors-rpmforge) so I changed rpmforge.repo to point to the file with the mirror-list wich was borrowed from a centos 5 setup; so the repo mixing... Thank you again for your help -Lorenzo