LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem installing Flash plugin (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-flash-plugin-145407/)

Nylex 02-12-2004 04:32 PM

Problem installing Flash plugin
 
I'm using Mozilla 1.4 on Mandrake 9.2 and after using the Flash installer, the plugin doesn't appear in Mozilla. I've read that libstdc++ is needed, which I appear to have installed:

[root@manorhouse91 nick]# rpm -qa | grep libstdc++
libstdc++5-devel-3.3.1-2mdk
libstdc++5-3.3.1-2mdk

Any ideas what I can to do fix this?

Thanx.

Andrew Benton 02-12-2004 05:30 PM

You need to have libstdc++-3-libc6.2-2-2.10.0.so installed in /usr/lib (or somewhere listed in /etc/ld.so.conf) and make three symbolic links pointing
Code:

su
password
cd /usr/lib
ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2
ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.2-2.so.3
ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.3-2.so.3


Nylex 02-13-2004 07:48 AM

Does my libstdc++ need updating? I don't have those files. In my /usr/lib, I've got libstdc++.so.5@ and libstdc++.so.5.0.5*.

Ninja Cow 02-13-2004 10:40 AM

Go get it (the lib) on www.rpmfind.net. It worked for me when I used Mandrake. for further help, look at the link in my sig.

lachlan 02-13-2004 08:55 PM

You should be able to find it on one of your MDK 9.2 CD's.

Lachlan

Nylex 02-14-2004 05:12 AM

Quote:

Originally posted by lachlan
You should be able to find it on one of your MDK 9.2 CD's.

Lachlan

The libstdc++ packages from my CDs are already installed, as I've said above.

Another thread says to install this version of libstdc++: http://rpmfind.net//linux/RPM/mandra...mdk.i586.html. This is an older version than the one I'm using, so will I have any problems if I do install it?


All times are GMT -5. The time now is 02:06 AM.