On Sun, 2002-03-03 at 17:34, Angus D Madden wrote: > Patrick Kirk, Sun, Mar 03, 2002 at 12:06:30PM +0000: > > Removed the sdk and reinstalled the "official" mozilla plugin. > > > > Found this error message when I start Moz or Galeon: > > > > phasar:~# mozilla > > LoadPlugin: failed to initialize shared library > > /usr/lib/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so > > [libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file > > or directory] > > > > This would imply that something in the jvm config files has looked for > > [libstdc++-libc6.1-1.so.2 (whatever that may be) in the wrong place. > > yup. > > > > > Or perhaps it would be wiser to ask - does anyone recognise this message > > and know how to set about remedying it? > > > > It means you are missing libstdc++-libc6.1-1.so.2, so the trick is to > figure out if there is a package which supplies it. Use dpkg -S > > $ dpkg -S libstdc++-libc6.1-1.so.2 > libstdc++2.9-glibc2.1: /usr/lib/libstdc++-libc6.1-1.so.2 > > good, it's there. > > $ apt-get install libstdc++2.9-glibc2.1 > > should do it for you.
Copy and paste from another reply of mine to another threas: May it be that you have Sun's java 1.3 runtime installed as plugin and don't have libstdc++2.9-glibc2.1 installed? It's an old lib version few programs use (blender is one), but which Sun's java needs. I had a similar (can't remember, been a long time) mysterious failure on my laptop, while the desktop ran ok. Turned out that the dt had blender installed and therefore the libstdc++. Instead of installing the lib I'd recommend to install blackdown's jre or jdk http://www.blackdown.org/ instead of Sun's -- I did not vote for the Austrian government

