Link to home
Start Free TrialLog in
Avatar of CAB_123
CAB_123Flag for United States of America

asked on

RAID Web Console 2 Utility for Linux install problems

I have had nothing but problems installing this and having it work. I'm running fedora 14 x64 and If I run ./RunRPM.sh I get the following error.

Checking for any Old Version
No Old Version Found
Continuing with installation
File /usr/lib/libstdc++.so.6 not found
Install the libstdc++ rpm from the OS CD and retry
Refer to RWC2 readme for more details

Yet libstdc++ seems to be installed.

yum install libstdc++
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Package libstdc++-4.5.1-4.fc14.x86_64 already installed and latest version
Nothing to do

The files needed seem to be in /usr/lib64

I'm fairly new to Linux and need a little help with this.

Thank you!!
Avatar of rysic
rysic
Flag of Poland image

Avatar of CAB_123

ASKER

Thanks rysic. I've tried similar solutions but now my system wants to install nss-softokn-freebl.i686 0:3.12.10-1.fc14 and I get the error package nss-softokn-freebl-3.12.10-5.fc14.x86_64 (which is newer than nss-softokn-freebl-3.12.10-1.fc14.i686) is already installed


yum install libstdc++.i586
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
No package libstdc++.i586 available.
Error: Nothing to do
[root@localhost craig]# yum install libstdc++.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libstdc++.i686 0:4.5.1-4.fc14 set to be installed
--> Processing Dependency: libc.so.6(GLIBC_2.3.2) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.2) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: ld-linux.so.2 for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.3.1) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libm.so.6(GLIBC_2.0) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libm.so.6 for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1(GLIBC_2.0) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.0) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.0) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1 for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.3) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.1.3) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1(GCC_4.2.0) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: ld-linux.so.2(GLIBC_2.3) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libgcc_s.so.1(GCC_3.3) for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6 for package: libstdc++-4.5.1-4.fc14.i686
--> Processing Dependency: libc.so.6(GLIBC_2.1) for package: libstdc++-4.5.1-4.fc14.i686
--> Running transaction check
---> Package glibc.i686 0:2.13-2 set to be installed
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.13-2.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.13-2.i686
---> Package libgcc.i686 0:4.5.1-4.fc14 set to be installed
--> Running transaction check
---> Package nss-softokn-freebl.i686 0:3.12.10-1.fc14 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================
 Package                                                         Arch                                              Version                                                        Repository                                            Size
=============================================================================================================================================================================================================================================
Installing:
 libstdc++                                                       i686                                              4.5.1-4.fc14                                                   fedora                                               273 k
Installing for dependencies:
 glibc                                                           i686                                              2.13-2                                                         updates                                              4.2 M
 libgcc                                                          i686                                              4.5.1-4.fc14                                                   fedora                                                63 k
 nss-softokn-freebl                                              i686                                              3.12.10-1.fc14                                                 updates                                              118 k

Transaction Summary
=============================================================================================================================================================================================================================================
Install       4 Package(s)

Total size: 4.7 M
Installed size: 14 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test


Transaction Check Error:
  package nss-softokn-freebl-3.12.10-5.fc14.x86_64 (which is newer than nss-softokn-freebl-3.12.10-1.fc14.i686) is already installed
ASKER CERTIFIED SOLUTION
Avatar of rysic
rysic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CAB_123

ASKER

I need to hone my googleing skills a little more :-)

I worked on this problem for a week and just became very frustrated.

Thanks for your help.