LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Perc 5/i and Fedora Fc6 (https://www.linuxquestions.org/questions/linux-software-2/perc-5-i-and-fedora-fc6-556644/)

fingerkralle 05-25-2007 10:42 AM

Perc 5/i and Fedora Fc6
 
Hi everybody
I am using a Dell 2900 / have Fedora Core 6 installed on two mirrored disks and installed then the Perc 5/i RAID card with 6 hdds. I managed to configure the RAID in BIOS and then formatted and mounted the lot. So far so good. I am now looking to get monitoring software for the Perc running in Fc6. I found somewhere that the LSI 8480E is (nearly) identical to the Perc5/i. So I tried to install the "MegaRAID Storage Manager - Linux" Version 1.18.
The following error appears:

./RunRPM.sh
Checking for any Old Version
Patch Sequence 1.0.0.0 for MegaRAID_Storage_Manager 3.0.00 not found
No Old Version Found
Continuing with installation
file /usr/lib/libstdc++.so.6 from install of libstdc++34-3.4.0-1 conflicts with file from package libstdc++-4.1.1-51.fc6
Installing MegaRAID_Storage_Manager-1.18-00
Preparing... ########################################### [100%]
Installing....
1:MegaRAID_Storage_Manage########################################### [100%]
Starting Framework:
Starting Monitor: ./popup_bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
/

/etc/snmp/snmpd.conf file not found. Please check the filepath
Exiting .....
May 25, 2007 3:34:53 PM java.util.prefs.FileSystemPreferences$3 run
INFO: Created system preferences directoryin java.home.

set: KEY=INSTALLER_VERSION VAL=v1.18-00

I have no idea how to resolve this libstdc conflict.
Does anybody have any suggestions?
Or maybe a different monitoring software?

Thanks,

MensaWater 05-25-2007 01:40 PM

rpm -qa |grep libstdc++

See if you have compat-libstdc++-33 (note there will be more numbers after the 33 which are the version numbers - 33 here is actually part of the base package name which is atypical).

If not then install with:

yum install compat-libstdc++-33

You may also want to go ahead and install compat-libstdc++-128 while you're at it - just use the yum install compat-libstdc++-128

These are compatibility libraries for libstdc++ and will provide the libstdc++5.so you're missing.

Not sure if the monitor you found will work with the 5/i though - just installed a 2950 myself but haven't looked into monitoring it.


All times are GMT -5. The time now is 11:01 PM.