You are not logged in.
Pages: 1
I downloaded the flash tarball, told it to go to /opt/mozilla " like it should " but when i start mozilla i get
LoadPlugin: failed to initialize shared library /opt/mozilla/plugins/libflashplayer.so [libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory]
what should i do?
Im using mozilla btw
- Karrot-x.net
Offline
Looks like an incompatible binary to me.
Why don't you use the unofficial "flashplugin" package?
"That's the problem with good advice. Nobody wants to hear it."
-- Dogbert
Offline
Make a symlink to the libstdc++. That's been talked about on the forum before, search for it.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Yea, since flashplugin is a prebuilt binary, we can't fix the problem ourselves. You have to create a symlink to the newer version of libstdc++ as below:
# ln -s libstdc++.so /usr/lib/libstdc++-libc6.2-2.so.3
Offline
Pages: 1