LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   libstdc++ and plugin woes. (https://www.linuxquestions.org/questions/linux-software-2/libstdc-and-plugin-woes-139482/)

scapeass 01-28-2004 12:13 AM

libstdc++ and plugin woes.
 
I'm not only have trouble with the flashplayer plugin for Mozilla 1.6, but my java plugin does not work either. Here is the error when I start Mozilla:

LoadPlugin: failed to initialize shared library /usr/local/mozilla/plugins/libflashplayer.so [libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory]

So I installed libstdc++ for obvious reasons, but I STILL get the same error when starting Mozilla as any user. Do I need a different version of libstdc++ or something? I even found a program called ''flashfix" that apparently patched libflashplayer.so to work no matter what, but to no avail. Help is much appreciated.

BlurredWeasel 01-28-2004 03:09 AM

I had this same problem on my LFS system. What I found out is that flashplayer is compiled to dynamically link against the gcc 2.95 version of the c++ libarary. So what you need is gcc 2.95 compiled with c++ support, and then to make sure the library is in the correct path - incase you want some help with it, check out http://lfs.oregonstate.edu/blfs/view...eral/gcc2.html

Good luck
Chris

scapeass 01-28-2004 12:00 PM

BlurredWeasel: Good call, except I just used the easy Mandrake way of installing gcc :) It worked for my flashplayer plugin, but not the java plugin..

LoadPlugin: failed to initialize shared library /usr/java/jre1.3.1_10/plugin/i386/ns600/libjavaplugin_oji.so [/usr/java/jre1.3.1_10/plugin/i386/ns600/libjavaplugin_oji.so: undefined symbol: __vt_17nsGetServiceByCID]

What does that look like to you guys?

acid_kewpie 01-28-2004 12:13 PM

that'll be this then

http://bugzilla.mozilla.org/show_bug.cgi?id=116444

personally i'd sugegst installing blackdown jre rather than sun's one.


All times are GMT -5. The time now is 05:33 PM.