- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- System Administration
- >
- Re: Install package problem
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-04-2009 06:18 PM
10-04-2009 06:18 PM
"error while loading shared libraries: libstdc++.so.2.8: cannot open shared object file: No such file or directory"
I found that , in my system , only have below version of library .
#locate libstdc++.so
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.8
It seems the current version is newer than the package requires , can advise what can I do ? downgrade the library to libstdc++.so.2.8 is suitable ? any risk ? thx
p.s. I can use yum / apt-get as the server is not allow to connect internet .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-04-2009 09:09 PM
10-04-2009 09:09 PM
Re: Install package problem
You should not downgrade anything, but check if any of the compat-libstdc++ packages provide this library.
Or better yet, recompile whatever is needing this version with a newer version of the compiler.
Regards,
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-2009 12:48 AM
10-05-2009 12:48 AM
Re: Install package problem
http://www.rpmfind.net/linux/rpm2html/search.php?query=compat-libstdc%2B%2B+&submit=Search+...
I find the compat-libstdc++-7.3-2.96.118.i386.html package ,
is it the compatible version of libstdc ? should I install it ? if it ask to downgrade any library when installing , then should I downgrade it ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-05-2009 11:12 PM
10-05-2009 11:12 PM
Re: Install package problem
the error in your original post just says a certain file (a library in this case) is missing. it doens't tell you to downgrade.
there 2 possibilities here:
1. you are installing some package which is not build for the RH distrobution you are installing it on. this important, do not install a package for RH2.1 on RH5 or a fedora package on a RH system!
2. you are missing some packkages, most likely it would be the 'compat' rpm's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-2009 12:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-2009 08:23 AM
10-12-2009 08:23 AM
Re: Install package problem
The current compat-libstdc++ on your system is definitely higher than the compat-libstdc++-7.3-2.96.118.
There might be some packages on your system depend on the current libraries. If that is the case then you don't want to install compat-libstdc++-7.3-2.96.118 which will downgrade current libraries.
As Goran Kogura suggested, try to find the RPM source of the package that you want to install and compile it on your current system then install it.
Good luck.
Cheers.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP