RE: [opensuse] dependencies in 10.2
<snip> linux:/home/Documents/Downloads # rpm -Uvh VirtualBox-2.0.2_36488_openSUSE103-1.x86_64.rpm error: Failed dependencies: libstdc++.so.6(GLIBCXX_3.4.9)(64bit) is needed by VirtualBox-2.0.2_36488_openSUSE103-1.x86_64 linux:/home/Documents/Downloads # find /usr -name libstdc++.so.6* /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6.0.8 /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6.0.8 <snip>
Thank you,
rpm -q --whatprovides /usr/lib64/libstdc++.so.6 will tell you what package the RPM system believes provides that file. However, the package you have downloaded looks like it is for 10.3, while you are on 10.2. Perhaps your libstdc++ is simply too old? ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thank you Don. It shouldn't be too old; Mar 25 2008 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.8 rpm -q --whatprovides /usr/lib64/libstdc++.so.6.0.8 libstdc++41-4.1.2_20061115-5 <> What's the best way to update that? Best regards, ~James -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
James D. Parra escribió:
It shouldn't be too old;
It is.
Mar 25 2008 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.8
rpm -q --whatprovides /usr/lib64/libstdc++.so.6.0.8 libstdc++41-4.1.2_20061115-5
you are trying to use a binary compiled with gcc 4.2 on a system running libstdc++41 .. RPM is telling you that wont work. You have to upgrade to at least 10.3 which provides GLIBCXX_3.4.9 -- "A computer is like an Old Testament god, with a lot of rules and no mercy. " Cristian Rodríguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2008-10-17 at 12:07 -0700, James D. Parra wrote:
are on 10.2. Perhaps your libstdc++ is simply too old?
It shouldn't be too old;
Mar 25 2008 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.8
rpm -q --whatprovides /usr/lib64/libstdc++.so.6.0.8 libstdc++41-4.1.2_20061115-5 <>
What's the best way to update that?
Not recomended. Better upgrade the entire system. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkj5SD0ACgkQtTMYHG2NR9UPpgCeOiXV0G446AS4CdrS1Xyfaqcg FhkAn0Z4khRum/MwdPO+JSI83b+QA7JT =Ysxm -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Carlos E. R. escribió:
Not recomended. Better upgrade the entire system.
Right, unless you know exactly what are you doing, you will horrible mess your system. -- "A computer is like an Old Testament god, with a lot of rules and no mercy. " Cristian Rodríguez R. Platform/OpenSUSE - Core Services SUSE LINUX Products GmbH Research & Development http://www.opensuse.org/
participants (3)
-
Carlos E. R.
-
Cristian Rodríguez
-
James D. Parra