LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can't get flash to work in mozilla (https://www.linuxquestions.org/questions/linux-software-2/cant-get-flash-to-work-in-mozilla-102470/)

NetMan_ar 11-29-2003 10:47 PM

One installation procedure to get the flash plugin running on Mozilla MDK 9.2

Check this:
_ login as root, go to /usr/lib/mozilla-1.4
_ run $ ./run-mozilla.sh
[root@netman mozilla-1.4]# ./run-mozilla.sh
LoadPlugin: failed to initialize shared library /usr/lib/mozilla-1.4/plugins/libflashplayer.so [libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory]
LoadPlugin: failed to initialize shared library /usr/lib/mozilla-1.4/plugins/libflashplayer.so [libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory]

So, what is missing is that c library, that was present on MDK 9.1, and it was not included in MDK 9.2 ( back compatibility).

_ Next step, find the libs, here it is the link where you can download it.
http://at.rpmfind.net/opsys/linux/RP...3mdk.i586.html

_ You must download it, and then as root:
$ rpm -i libstdc++2.10-2.96-0.83mdk.i586.rpm

_ So, thats all, You'll get the Macromedia Flash Plugin up & running the next time you iniciate a Mozilla instance.

Remember, you must install the flashplayer plugin, if you don't already done this.

Bye from Argentina.
;-))


All times are GMT -5. The time now is 11:17 AM.