Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: HP SIM 6.2 on RHEL 6
Server Management - Systems Insight Manager
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- 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
Go to solution
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
- Email to a Friend
- Report Inappropriate Content
01-10-2011 04:53 PM
01-10-2011 04:53 PM
Hi Guys,
I am currently trying to install HP SIM 6.2 on RHEL 6, but am continally getting the below:
warning: hpsmdb-sles10-8.2.1-1HPSIM.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 2689b887: NOKEY
error: Failed dependencies:
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libreadline.so.5()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-libs-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-libs-8.2.1-1HPSIM.x86_64
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
libreadline.so.5()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
There is an error installing hpsmdb-sles10-*.x86_64.rpm
Correct the error then re-install HP SIM.
Does anyone know what packages I need to supply these required libraries?
Thanks,
Justin.
I am currently trying to install HP SIM 6.2 on RHEL 6, but am continally getting the below:
warning: hpsmdb-sles10-8.2.1-1HPSIM.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 2689b887: NOKEY
error: Failed dependencies:
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libreadline.so.5()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-8.2.1-1HPSIM.x86_64
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-libs-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-libs-8.2.1-1HPSIM.x86_64
libcrypto.so.0.9.8()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
libreadline.so.5()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
libssl.so.0.9.8()(64bit) is needed by hpsmdb-server-8.2.1-1HPSIM.x86_64
There is an error installing hpsmdb-sles10-*.x86_64.rpm
Correct the error then re-install HP SIM.
Does anyone know what packages I need to supply these required libraries?
Thanks,
Justin.
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-11-2011 08:06 PM
01-11-2011 08:06 PM
Solution
Hi Justin,
You can try to do the following:
yum provides */libcrypto.so.0.9.8
These files are usually found in HP ProLiant Support Pack. You can download them from the HP Website, or get them from the HP Software Delivery Repository:
http://downloads.linux.hp.com/SDR/ via YUM.
When you add the repository in in "/etc/yum.repos.d/" you can do a yum provides and you should be able to find the required lib files. Example below:
[root@rhel-6 ~]# yum whatprovides */libcrypto.so.0.9.8
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
hpsmh-6.2.1-14.i386 : HP System Management Homepage
Repo : HP-ProLiantSupportPack
Matched from:
Filename : /opt/hp/hpsmh/lib/libcrypto.so.0.9.8
Do not forget to assign points to this answer.
-Taha
You can try to do the following:
yum provides */libcrypto.so.0.9.8
These files are usually found in HP ProLiant Support Pack. You can download them from the HP Website, or get them from the HP Software Delivery Repository:
http://downloads.linux.hp.com/SDR/ via YUM.
When you add the repository in in "/etc/yum.repos.d/" you can do a yum provides and you should be able to find the required lib files. Example below:
[root@rhel-6 ~]# yum whatprovides */libcrypto.so.0.9.8
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
hpsmh-6.2.1-14.i386 : HP System Management Homepage
Repo : HP-ProLiantSupportPack
Matched from:
Filename : /opt/hp/hpsmh/lib/libcrypto.so.0.9.8
Do not forget to assign points to this answer.
-Taha
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP