Error message about libc.so.6 when installing krb5-workstation.rpm - Kerberos
This is a discussion on Error message about libc.so.6 when installing krb5-workstation.rpm - Kerberos ; Hi
I am trying to install Kerberos package krb5-workstation-1.5-5.ppc.rpm
for a client machine, and i get a following error:
libc.so.6(GLIBC_2.4) is needed by krb5-workstation-1.5-5.ppc
rtld(GNU_HASH) is needed by krb5-workstation-1.5-5.ppc
Now, libc.so.6 is present on the machine in /lib directory and ...
-
Error message about libc.so.6 when installing krb5-workstation.rpm
Hi
I am trying to install Kerberos package krb5-workstation-1.5-5.ppc.rpm
for a client machine, and i get a following error:
libc.so.6(GLIBC_2.4) is needed by krb5-workstation-1.5-5.ppc
rtld(GNU_HASH) is needed by krb5-workstation-1.5-5.ppc
Now, libc.so.6 is present on the machine in /lib directory and it maps
to libm-2.3.5.so file. Why can't it be detected by krb5-workstation
package? Any help would be appreciated.
-
Re: Error message about libc.so.6 when installing krb5-workstation.rpm
goykhmanster writes:
> I am trying to install Kerberos package krb5-workstation-1.5-5.ppc.rpm
> for a client machine, and i get a following error:
> libc.so.6(GLIBC_2.4) is needed by krb5-workstation-1.5-5.ppc
> rtld(GNU_HASH) is needed by krb5-workstation-1.5-5.ppc
> Now, libc.so.6 is present on the machine in /lib directory and it maps
> to libm-2.3.5.so file. Why can't it be detected by krb5-workstation
> package? Any help would be appreciated.
You're trying to install a package that depends on glibc 2.4 on a system
that only has glibc 2.3.5. You either need to ugprade your system or find
Kerberos packages built against an older glibc.
--
Russ Allbery (rra@stanford.edu)