1821980 Members
3046 Online
109638 Solutions
New Discussion

glibc error

 
mark.M
Frequent Advisor

glibc error

hi~!
new os(RedhatAS4up4) install on rx7640(IA64).
when install of EMCpower is error Display.

[root@pp]# rpm -ivh EMCpower.LINUX-4.5.1-022.rhel.x86_64.rpm
?ㅻ쪟: Failed dependencies:
libc.so.6 is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.0) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.1) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.3) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.3.3) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libm.so.6 is needed by EMCpower.LINUX-4.5.1-022.x86_64
libm.so.6(GLIBC_2.0) is needed by EMCpower.LINUX-4.5.1-022.x86_64

[root@tdbeppss pp]# rpm -qa | grep -i glibc
glibc-headers-2.3.4-2.25
glibc-common-2.3.4-2.25
glibc-utils-2.3.4-2.25
glibc-2.3.4-2.25
glibc-devel-2.3.4-2.25
compat-glibc-headers-2.3.2-95.30
compat-glibc-2.3.2-95.30
glibc-kernheaders-2.4-9.1.98.EL
glibc-profile-2.3.4-2.25

6 REPLIES 6
TY 007
Honored Contributor

Re: glibc error

Hello Mark,

Easily can tell what went wrong.

Wrong Software - EMCpower.LINUX-4.5.1-022.rhel.x86_64.rpm - Not for IA64

Get the correct version, example:
EMCpower.LINUX-4.5.1-022.rhel.ia64.rpm

Thanks
mark.M
Frequent Advisor

Re: glibc error

Thank you. but IA64 same error
[root@pp]# rpm -ivh EMCpower.LINUX-4.5.1-022.rhel.IA64.rpm
?{Â : Failed dependencies:
libc.so.6 is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.0) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.1) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.3) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libc.so.6(GLIBC_2.3.3) is needed by EMCpower.LINUX-4.5.1-022.x86_64
libm.so.6 is needed by EMCpower.LINUX-4.5.1-022.x86_64
libm.so.6(GLIBC_2.0) is needed by EMCpower.LINUX-4.5.1-022.x86_64
TY 007
Honored Contributor

Re: glibc error

Hello Mark,

>> rpm -ivh EMCpower.LINUX-4.5.1-022.rhel.IA64.rpm
>> Failed dependencies:
>> ....... is needed by EMCpower.LINUX-4.5.1-022.x86_64
>> ....... is needed by EMCpower.LINUX-4.5.1-022.x86_64
>> ....... is needed by EMCpower.LINUX-4.5.1-022.x86_64
>> ....... is needed by EMCpower.LINUX-4.5.1-022.x86_64

Using the right *.ia64.rpm package?

Need to check with EMC why *.x86_64 is involved?

Thanks
TY 007
Honored Contributor

Re: glibc error

Hi Mark,

Assume is EMC Package issue, consider the followings:
# rpm -ivh --nodeps EMCpower.LINUX-4.5.1-022.rhel.IA64.rpm

Thanks
Ivan Ferreira
Honored Contributor

Re: glibc error

Can you attach the output of:

rpm -qil $(rpm -qa | grep -i glibc)

Better on a text file.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
skt_skt
Honored Contributor

Re: glibc error

are you sure that glibc version is the right one for IA64 platforms?

I have the same version on x86 platform..