- Code: Select all
[eric@localhost Downloads]$ sudo rpm -Uvh VirtualBox-4.1-4.1.8_75467_mdv2011.0-1.i586.rpm
error: Failed dependencies:
libstdc++.so.6(GLIBCXX_3.4.15) is needed by VirtualBox-4.1-4.1.8_75467_mdv2011.0-1.i586
I've verified that the package that provides libstdc++.so.6 (libstdc++6) is installed and that the .so exists:
- Code: Select all
[eric@localhost Downloads]$ rpm -q libstdc++6
libstdc++6-4.5.2-4.mga1
[eric@localhost Downloads]$ ls -al /usr/lib/libstdc++.so.6
lrwxrwxrwx 1 root root 19 May 30 2011 /usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.14*
...but I'm still not able to install VirtualBox 4.1.8.
Ideas? Suggestions?