- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- glibc error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 06:41 PM
09-27-2007 06:41 PM
glibc error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 07:22 PM
09-27-2007 07:22 PM
Re: glibc error
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 as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 08:32 PM
09-27-2007 08:32 PM
Re: glibc 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 10:08 PM
09-27-2007 10:08 PM
Re: glibc error
>> 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 10:11 PM
09-27-2007 10:11 PM
Re: glibc error
Assume is EMC Package issue, consider the followings:
# rpm -ivh --nodeps EMCpower.LINUX-4.5.1-022.rhel.IA64.rpm
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2007 03:51 AM
09-28-2007 03:51 AM
Re: glibc error
rpm -qil $(rpm -qa | grep -i glibc)
Better on a text file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 01:59 PM
09-29-2007 01:59 PM
Re: glibc error
I have the same version on x86 platform..