Server Management - Systems Insight Manager
1753767 Members
5764 Online
108799 Solutions
New Discussion

HP SIM 6.2 on RHEL 6

 
SOLVED
Go to solution
Justin Teitzel
Occasional Contributor

HP SIM 6.2 on RHEL 6

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.
1 REPLY 1
Taha Tungekar
Frequent Advisor
Solution

Re: HP SIM 6.2 on RHEL 6

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