HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RHEL5 x86 & PSP 7.90
Operating System - Linux
1833300
Members
3062
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-01-2007 10:03 PM
11-01-2007 10:03 PM
RHEL5 x86 & PSP 7.90
Hi guys,
during the installtion process of PSP 7.90 I have been requested to install compat-gcc-32.3.2.3-47.2.i386.rpm.
I downloaded the rpm manually and installed it. BUT got following error message:
error: Failed dependencies
glibc-devel >= 2.2.90-12 needed to installcompat-gcc-32.3.2.3-47.2.i386.rpm
Please help
Thanks
during the installtion process of PSP 7.90 I have been requested to install compat-gcc-32.3.2.3-47.2.i386.rpm.
I downloaded the rpm manually and installed it. BUT got following error message:
error: Failed dependencies
glibc-devel >= 2.2.90-12 needed to installcompat-gcc-32.3.2.3-47.2.i386.rpm
Please help
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 10:11 PM
11-01-2007 10:11 PM
Re: RHEL5 x86 & PSP 7.90
This is a case of missing dependencies. You will need glibc-devel greater than version 2.2.xx-xx.
You can use RPMfind at http://rpmfind.net to get the required RPMs or look for them on the installation media.
For e.g. for glibc-devel-2.3.6-3.i386.rpm, look here:
http://rpmfind.net//linux/RPM/fedora/updates/4/i386/glibc-devel-2.3.6-3.i386.html
You can use RPMfind at http://rpmfind.net to get the required RPMs or look for them on the installation media.
For e.g. for glibc-devel-2.3.6-3.i386.rpm, look here:
http://rpmfind.net//linux/RPM/fedora/updates/4/i386/glibc-devel-2.3.6-3.i386.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 12:25 AM
11-02-2007 12:25 AM
Re: RHEL5 x86 & PSP 7.90
i could fixe the issue!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 12:57 PM
11-05-2007 12:57 PM
Re: RHEL5 x86 & PSP 7.90
if you wanted to see the depenencies for installed or going to install
rpm -q --requires for installed rpm.
rpm -qp --requires for not installed rpm.
Then you can go over the list with this command:
"rpm -q --whatprovides" and it will return you the package name.
#rpm -q --requires lftp-2.6.3-6
/bin/sh
config(lftp) = 2.6.3-6
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.2.3)
libc.so.6(GLIBC_2.2.4)
libc.so.6(GLIBC_2.3)
libcrypto.so.4
libdl.so.2
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libm.so.6
libm.so.6(GLIBC_2.0)
libncurses.so.5
libnetwork.so
libreadline.so.4
libresolv.so.2
libresolv.so.2(GLIBC_2.2)
libssl.so.4
libutil.so.1
libutil.so.1(GLIBC_2.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
# rpm -q --whatprovides libc.so.6
glibc-2.3.2-95.44
rpm -q --requires
rpm -qp --requires
Then you can go over the list with this command:
"rpm -q --whatprovides
#rpm -q --requires lftp-2.6.3-6
/bin/sh
config(lftp) = 2.6.3-6
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.2.3)
libc.so.6(GLIBC_2.2.4)
libc.so.6(GLIBC_2.3)
libcrypto.so.4
libdl.so.2
libdl.so.2(GLIBC_2.0)
libdl.so.2(GLIBC_2.1)
libm.so.6
libm.so.6(GLIBC_2.0)
libncurses.so.5
libnetwork.so
libreadline.so.4
libresolv.so.2
libresolv.so.2(GLIBC_2.2)
libssl.so.4
libutil.so.1
libutil.so.1(GLIBC_2.0)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
# rpm -q --whatprovides libc.so.6
glibc-2.3.2-95.44
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP