Install from RPM on Fedora missing dependency
Posted: Sun Jan 15, 2006 9:15 pm
I'm trying to instal the Fedora binary from RPM and cant get around the dependency:
rpm -Uvh globulation2-0.8.17-345.i686.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.4) is needed by globulation2-0.8.17-345.i686
libstdc++.so.6(GLIBCXX_3.4.6) is needed by globulation2-0.8.17-345.i686
I also tried YUM:
yum localinstall globulation2-0.8.17-345.i686.rpm
Setting up Local Package Process
Examining globulation2-0.8.17-345.i686.rpm: globulation2 - 0.8.17-345.i686
Marking globulation2-0.8.17-345.i686.rpm to be installed
Resolving Dependencies
.
.
.
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) for package: globulatio n2
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.4) for package: globulatio n2
--> Finished Dependency Resolution
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) is needed by package gl obulation2
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.4) is needed by package gl obulation2
I cant figure out how to get this dependency resolved. YUM cant find any package to meet the need. I think I already have it though:
# rpm -q --whatprovides libstdc++.so.6
libstdc++-3.4.4-2.fc3
#rpm -q libstdc++
libstdc++-3.4.4-2.fc3
Am I missing something? I'm comfortable with Linux, but I'm not a compiling guru by any means and I can use RPMs ok. The rest of my system is up to date via YUM. Thanks for any help.
rpm -Uvh globulation2-0.8.17-345.i686.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.4) is needed by globulation2-0.8.17-345.i686
libstdc++.so.6(GLIBCXX_3.4.6) is needed by globulation2-0.8.17-345.i686
I also tried YUM:
yum localinstall globulation2-0.8.17-345.i686.rpm
Setting up Local Package Process
Examining globulation2-0.8.17-345.i686.rpm: globulation2 - 0.8.17-345.i686
Marking globulation2-0.8.17-345.i686.rpm to be installed
Resolving Dependencies
.
.
.
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) for package: globulatio n2
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.4) for package: globulatio n2
--> Finished Dependency Resolution
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.6) is needed by package gl obulation2
Error: Missing Dependency: libstdc++.so.6(GLIBCXX_3.4.4) is needed by package gl obulation2
I cant figure out how to get this dependency resolved. YUM cant find any package to meet the need. I think I already have it though:
# rpm -q --whatprovides libstdc++.so.6
libstdc++-3.4.4-2.fc3
#rpm -q libstdc++
libstdc++-3.4.4-2.fc3
Am I missing something? I'm comfortable with Linux, but I'm not a compiling guru by any means and I can use RPMs ok. The rest of my system is up to date via YUM. Thanks for any help.