Re: IBM ServeRAID and RHEL4 problems



Erik wrote:
Have you made sure libstdc++.so.5 is installed? Also may need kernel development libraries (and of course gcc, gpp and related development tools).

The server has been installed with the Everything option.

[root@srv ~]# rpm -qa | grep libstd
libstdc++-devel-3.4.6-9
libstdc++-3.4.6-9
libstdc++-3.4.6-9

If you look in /var/log/rpmpkgs, and at the /etc/cron.daily/rpm script, you'll see the options you need to verify the presence of both i386 and x86_64 libraries. That's why you have two libstdc++-3.3.60-9 library sets above.

compat-libstdc++-33-3.2.3-47.3
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
libstdc++-devel-3.4.6-9

[root@srv ~]# locate libstd | grep libstdc++.so.5
/usr/lib64/libstdc++.so.5
/usr/lib64/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7

Right. I wonder if the ServerRaid tools don't know about the 64-bit and 32-bit library locations propoerly? Sounds like you may need to talk to IBM about the issue.
.