Server Management - Systems Insight Manager
1752834 Members
3586 Online
108789 Solutions
New Discussion

HP SIM error on RHEL 64bit

 
akb_77
Occasional Visitor

HP SIM error on RHEL 64bit

Hi,

 

I downloaded SIM_7.2_Z7550-00979.binfrom HP site and installed it on my RHEL 6.2 x86_64.

 

after Installation, I tried

 

(Test the prerequisites by executing the following command), as per the manual


/opt/mx/bin/mxinitconfig -l

the follwoing error occurs

 

/opt/mx/bin/mxinitconfig: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

I have already libstdc++.so.6 in /usr/lib64

 

The command

 

rpm -qa | grep glib                            gives the following output

 

[root@localhost opt]# rpm -qa | grep glib
NetworkManager-glib-0.8.1-15.el6.x86_64
glib2-2.22.5-6.el6.x86_64
PackageKit-glib-0.5.8-19.el6.x86_64
dbus-glib-0.86-5.el6.x86_64
compat-glibc-2.5-46.2.x86_64
poppler-glib-0.12.4-3.el6_0.1.x86_64
pulseaudio-libs-glib2-0.9.21-13.el6.x86_64
glib2-devel-2.22.5-6.el6.x86_64
glibc-2.12-1.47.el6.x86_64
dbus-glib-devel-0.86-5.el6.x86_64
glibmm24-2.22.1-1.el6.x86_64
glibc-devel-2.12-1.47.el6.x86_64
glibc-utils-2.12-1.47.el6.x86_64
glibc-common-2.12-1.47.el6.x86_64
spice-glib-0.6-2.el6.x86_64
avahi-glib-0.6.25-11.el6.x86_64
taglib-1.6.1-1.1.el6.x86_64
glibc-headers-2.12-1.47.el6.x86_64
glibc-2.12-1.47.el6.i686
compat-glibc-headers-2.5-46.2.x86_64

 

and also

 

[root@localhost lib64]# pwd
/usr/lib64
[root@localhost lib64]# ls -al libstdc*
lrwxrwxrwx. 1 root root     18 Apr  7 12:55 libstdc++.so.5 -> libstdc++.so.5.0.7
-rwxr-xr-x. 1 root root 825480 Jun 28  2010 libstdc++.so.5.0.7
lrwxrwxrwx. 1 root root     19 Apr  7 12:24 libstdc++.so.6 -> libstdc++.so.6.0.13
-rwxr-xr-x. 1 root root 989840 Aug 24  2011 libstdc++.so.6.0.13

 

please help....

2 REPLIES 2
kkpro
Regular Advisor

Re: HP SIM error on RHEL 64bit

Hi. Try to install 32-bit libstdc++ . Or make a simlink to real file in /usr/lib:

 ln -s /usr/lib64/libstdc++.so.6 /usr/lib/libstdc++.so.6

yuri_den
Established Member

Re: HP SIM error on RHEL 64bit

Hi

 

I'am resolved this problem: download and install rpm: libstdc++-4.4.7-4.el6.i686.rpm.