LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mplayerplug-in 2.66 - failed depencies (https://www.linuxquestions.org/questions/linux-software-2/mplayerplug-in-2-66-failed-depencies-214678/)

Micro420 08-07-2004 11:29 AM

mplayerplug-in 2.66 - failed depencies
 
[root@localhost Desktop]# rpm -U mplayerplugin-2.66-1mdk.i586.rpm
error: failed dependencies:
libstdc++.so.6 is needed by mplayerplugin-2.66-1mdk
libstdc++.so.6(GLIBCXX_3.4) is needed by mplayerplugin-2.66-1mdk

I tried URPMI and going into my Mandrake control center, but cannot find these two files. ANy help is appreciated.

320mb 08-07-2004 03:38 PM

have you tried this from a term window.........
Code:

find /lib /usr/lib libstdc++.so.6
this will search /lib and /usr/lib or just use /
and it will search the whole system for the file..............OR
try a wildcard.......
Code:

find /lib /usr/lib libstdc++.so.*
this will search for any version of this file........if you find a different
version.......just do a symlink to it and name the symlink libstdc++.so.6

Micro420 08-07-2004 03:59 PM

Unfortunately it didn't find those files. any ideas on how I can install those two files or where to get them?


All times are GMT -5. The time now is 10:04 AM.