Copy link to clipboard
Copied
CentOS7.7 system with firefox 70.0.1 installed. The flash-plugin recently update to 32.0.0.293 and now when I look at about:plugins there's nothing about flash listed. I reinstalled flash with 32.0.0.255 and 270, both of those older versions work as expected.
Anyone else seeing that and have a fix?
Copy link to clipboard
Copied
Hard to understand if you have something to say or just randomly pressing on the keyboard.
Copy link to clipboard
Copied
Yes, that's a known problem. You can either wait for a fixed version or downgrade to the previous release. See in the bug tracker:
Copy link to clipboard
Copied
Thanks for the confirmation and the bug tracker link.
Gonna downgrade systems if I get users complaining. Otherwise just wait for the next update.
Copy link to clipboard
Copied
32.0.0.303 is out and this problem is NOT fixed in it. CentOS 7.7, firefox 71.0 show no plugin installed once again. Reverting to the 270 version again.
Copy link to clipboard
Copied
For security reasons, Flash Player for Linux has been compiled with updated library dependencies. Please refer to the bottom of https://helpx.adobe.com/flash-player/release-note/readme-flash-player-linux.html for a list of library dependencies. To continue using Flash Player on Linux requires updating to a distro that supports these libraries.
Copy link to clipboard
Copied
Updating to a distro that supports those libraries is not a viable solution for a lot of systems. You need to fix the flash plugin to support RHEL/CentOS 7 at least. I can kind of understand not supporting 6 at this point. RHEL 6 is going EOL 11/30/2020 and RHEL 7 going EOL 6/30/2024.
Copy link to clipboard
Copied
You are mistaken. The i386 version of the player for both 32.0.0.293 and 32.0.0.303 has no such dependancy. The fact this dependancy exists in the x86_64 version is clearly a symptom of a negligent/poor linking of the binary.
Copy link to clipboard
Copied
I'd like to clarify that my message was in response to maria__1 and not BiloxiGeek. Also, I'd like to supplement my post to offer advise everyone that the i386 version of the plugin (both 32.0.0.293 and 32.0.0.303) does work just fine under even RHEL/CentOS 6 (32bit) and would work fine under a 32bit version of 7 if such a thing had existed.
Copy link to clipboard
Copied
I think I gotta call BS on maria__1's answer. For linux there's a 32 bit and a 64 bit version of flash and there's two ways to get it; for ppapi and npapi. Of those four different setups only the npapi x86_64 version is failing to work.
me@localhost[~/Downloads/flash]$ for i in npapi-i386.libflashplayer.so npapi-x86_64.libflashplayer.so ppapi-i386-libpepflashplayer.so ppapi-x86_64-libpepflashplayer.so; do echo "For ${i}:"; ldd ${i} ; echo "******"; done
For npapi-i386.libflashplayer.so:
ldd: warning: you do not have execution permission for `./npapi-i386.libflashplayer.so'
linux-gate.so.1 => (0xf7777000)
libGL.so.1 => /lib/libGL.so.1 (0xf676e000)
libdl.so.2 => /lib/libdl.so.2 (0xf6769000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf674e000)
librt.so.1 => /lib/librt.so.1 (0xf6745000)
libX11.so.6 => /lib/libX11.so.6 (0xf6608000)
libXt.so.6 => /lib/libXt.so.6 (0xf65aa000)
libnss3.so => /lib/libnss3.so (0xf6477000)
libsmime3.so => /lib/libsmime3.so (0xf6450000)
libssl3.so => /lib/libssl3.so (0xf63f8000)
libnspr4.so => /lib/libnspr4.so (0xf63ba000)
libgtk-x11-2.0.so.0 => /lib/libgtk-x11-2.0.so.0 (0xf5f05000)
libgdk-x11-2.0.so.0 => /lib/libgdk-x11-2.0.so.0 (0xf5e47000)
libgdk_pixbuf-2.0.so.0 => /lib/libgdk_pixbuf-2.0.so.0 (0xf5e1c000)
libpango-1.0.so.0 => /lib/libpango-1.0.so.0 (0xf5dd6000)
libfontconfig.so.1 => /lib/libfontconfig.so.1 (0xf5d94000)
libgobject-2.0.so.0 => /lib/libgobject-2.0.so.0 (0xf5d41000)
libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0xf5c27000)
libfreetype.so.6 => /lib/libfreetype.so.6 (0xf5b6f000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0xf5a83000)
libm.so.6 => /lib/libm.so.6 (0xf5a41000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf5a26000)
libc.so.6 => /lib/libc.so.6 (0xf585a000)
libGLX.so.0 => /lib/libGLX.so.0 (0xf5838000)
libXext.so.6 => /lib/libXext.so.6 (0xf5825000)
libGLdispatch.so.0 => /lib/libGLdispatch.so.0 (0xf57c7000)
/lib/ld-linux.so.2 (0xf7778000)
libxcb.so.1 => /lib/libxcb.so.1 (0xf579c000)
libSM.so.6 => /lib/libSM.so.6 (0xf5792000)
libICE.so.6 => /lib/libICE.so.6 (0xf5778000)
libnssutil3.so => /lib/libnssutil3.so (0xf574f000)
libplc4.so => /lib/libplc4.so (0xf5749000)
libplds4.so => /lib/libplds4.so (0xf5744000)
libgmodule-2.0.so.0 => /lib/libgmodule-2.0.so.0 (0xf573e000)
libpangocairo-1.0.so.0 => /lib/libpangocairo-1.0.so.0 (0xf5730000)
libXfixes.so.3 => /lib/libXfixes.so.3 (0xf572a000)
libatk-1.0.so.0 => /lib/libatk-1.0.so.0 (0xf5706000)
libcairo.so.2 => /lib/libcairo.so.2 (0xf55b5000)
libgio-2.0.so.0 => /lib/libgio-2.0.so.0 (0xf5406000)
libpangoft2-1.0.so.0 => /lib/libpangoft2-1.0.so.0 (0xf53ef000)
libXrender.so.1 => /lib/libXrender.so.1 (0xf53e4000)
libXinerama.so.1 => /lib/libXinerama.so.1 (0xf53e0000)
libXi.so.6 => /lib/libXi.so.6 (0xf53cf000)
libXrandr.so.2 => /lib/libXrandr.so.2 (0xf53c4000)
libXcursor.so.1 => /lib/libXcursor.so.1 (0xf53b8000)
libXcomposite.so.1 => /lib/libXcomposite.so.1 (0xf53b4000)
libXdamage.so.1 => /lib/libXdamage.so.1 (0xf53b0000)
libpng15.so.15 => /lib/libpng15.so.15 (0xf5383000)
libthai.so.0 => /lib/libthai.so.0 (0xf5375000)
libfribidi.so.0 => /lib/libfribidi.so.0 (0xf5358000)
libexpat.so.1 => /lib/libexpat.so.1 (0xf532f000)
libuuid.so.1 => /lib/libuuid.so.1 (0xf5329000)
libpcre.so.1 => /lib/libpcre.so.1 (0xf52c4000)
libffi.so.6 => /lib/libffi.so.6 (0xf52bc000)
libz.so.1 => /lib/libz.so.1 (0xf52a4000)
libbz2.so.1 => /lib/libbz2.so.1 (0xf5291000)
libXau.so.6 => /lib/libXau.so.6 (0xf528d000)
libpixman-1.so.0 => /lib/libpixman-1.so.0 (0xf51e0000)
libEGL.so.1 => /lib/libEGL.so.1 (0xf51cb000)
libxcb-shm.so.0 => /lib/libxcb-shm.so.0 (0xf51c7000)
libxcb-render.so.0 => /lib/libxcb-render.so.0 (0xf51b8000)
libselinux.so.1 => /lib/libselinux.so.1 (0xf5191000)
libresolv.so.2 => /lib/libresolv.so.2 (0xf5178000)
libmount.so.1 => /lib/libmount.so.1 (0xf5134000)
libharfbuzz.so.0 => /lib/libharfbuzz.so.0 (0xf5092000)
libblkid.so.1 => /lib/libblkid.so.1 (0xf5050000)
libgraphite2.so.3 => /lib/libgraphite2.so.3 (0xf5022000)
******
For npapi-x86_64.libflashplayer.so:
ldd: warning: you do not have execution permission for `./npapi-x86_64.libflashplayer.so'
./npapi-x86_64.libflashplayer.so: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./npapi-x86_64.libflashplayer.so)
linux-vdso.so.1 => (0x00007ffeed3cb000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007fb52f5da000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fb52f3d6000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb52f1ba000)
librt.so.1 => /lib64/librt.so.1 (0x00007fb52efb2000)
libX11.so.6 => /lib64/libX11.so.6 (0x00007fb52ec74000)
libXt.so.6 => /lib64/libXt.so.6 (0x00007fb52ea0d000)
libnss3.so => /lib64/libnss3.so (0x00007fb52e6de000)
libsmime3.so => /lib64/libsmime3.so (0x00007fb52e4b6000)
libssl3.so => /lib64/libssl3.so (0x00007fb52e25d000)
libnspr4.so => /lib64/libnspr4.so (0x00007fb52e01f000)
libgtk-x11-2.0.so.0 => /lib64/libgtk-x11-2.0.so.0 (0x00007fb52d99d000)
libgdk-x11-2.0.so.0 => /lib64/libgdk-x11-2.0.so.0 (0x00007fb52d6dc000)
libgdk_pixbuf-2.0.so.0 => /lib64/libgdk_pixbuf-2.0.so.0 (0x00007fb52d4b4000)
libpango-1.0.so.0 => /lib64/libpango-1.0.so.0 (0x00007fb52d26e000)
libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00007fb52d01d000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fb52cd07000)
libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x00007fb52cac5000)
libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007fb52c806000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fb52c4ff000)
libm.so.6 => /lib64/libm.so.6 (0x00007fb52c1fd000)
libc.so.6 => /lib64/libc.so.6 (0x00007fb52be2f000)
libGLX.so.0 => /lib64/libGLX.so.0 (0x00007fb52bbfd000)
libXext.so.6 => /lib64/libXext.so.6 (0x00007fb52b9eb000)
libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007fb52b735000)
/lib64/ld-linux-x86-64.so.2 (0x00007fb530bb1000)
libxcb.so.1 => /lib64/libxcb.so.1 (0x00007fb52b50d000)
libSM.so.6 => /lib64/libSM.so.6 (0x00007fb52b305000)
libICE.so.6 => /lib64/libICE.so.6 (0x00007fb52b0e9000)
libnssutil3.so => /lib64/libnssutil3.so (0x00007fb52aeb9000)
libplc4.so => /lib64/libplc4.so (0x00007fb52acb4000)
libplds4.so => /lib64/libplds4.so (0x00007fb52aab0000)
libgmodule-2.0.so.0 => /lib64/libgmodule-2.0.so.0 (0x00007fb52a8ac000)
libpangocairo-1.0.so.0 => /lib64/libpangocairo-1.0.so.0 (0x00007fb52a69e000)
libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007fb52a498000)
libatk-1.0.so.0 => /lib64/libatk-1.0.so.0 (0x00007fb52a272000)
libcairo.so.2 => /lib64/libcairo.so.2 (0x00007fb529f3b000)
libgio-2.0.so.0 => /lib64/libgio-2.0.so.0 (0x00007fb529b9c000)
libpangoft2-1.0.so.0 => /lib64/libpangoft2-1.0.so.0 (0x00007fb529986000)
libXrender.so.1 => /lib64/libXrender.so.1 (0x00007fb52977b000)
libXinerama.so.1 => /lib64/libXinerama.so.1 (0x00007fb529578000)
libXi.so.6 => /lib64/libXi.so.6 (0x00007fb529368000)
libXrandr.so.2 => /lib64/libXrandr.so.2 (0x00007fb52915d000)
libXcursor.so.1 => /lib64/libXcursor.so.1 (0x00007fb528f52000)
libXcomposite.so.1 => /lib64/libXcomposite.so.1 (0x00007fb528d4f000)
libXdamage.so.1 => /lib64/libXdamage.so.1 (0x00007fb528b4c000)
libpng15.so.15 => /lib64/libpng15.so.15 (0x00007fb528921000)
libthai.so.0 => /lib64/libthai.so.0 (0x00007fb528715000)
libfribidi.so.0 => /lib64/libfribidi.so.0 (0x00007fb5284f9000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fb528297000)
libffi.so.6 => /lib64/libffi.so.6 (0x00007fb52808f000)
libexpat.so.1 => /lib64/libexpat.so.1 (0x00007fb527e65000)
libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fb527c60000)
libz.so.1 => /lib64/libz.so.1 (0x00007fb527a4a000)
libbz2.so.1 => /lib64/libbz2.so.1 (0x00007fb52783a000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fb527624000)
libXau.so.6 => /lib64/libXau.so.6 (0x00007fb527420000)
libpixman-1.so.0 => /lib64/libpixman-1.so.0 (0x00007fb527177000)
libEGL.so.1 => /lib64/libEGL.so.1 (0x00007fb526f63000)
libxcb-shm.so.0 => /lib64/libxcb-shm.so.0 (0x00007fb526d5f000)
libxcb-render.so.0 => /lib64/libxcb-render.so.0 (0x00007fb526b51000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fb52692a000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fb526711000)
libmount.so.1 => /lib64/libmount.so.1 (0x00007fb5264ce000)
libharfbuzz.so.0 => /lib64/libharfbuzz.so.0 (0x00007fb526231000)
libblkid.so.1 => /lib64/libblkid.so.1 (0x00007fb525ff1000)
libgraphite2.so.3 => /lib64/libgraphite2.so.3 (0x00007fb525dc3000)
******
For ppapi-i386-libpepflashplayer.so:
ldd: warning: you do not have execution permission for `./ppapi-i386-libpepflashplayer.so'
linux-gate.so.1 => (0xf77d8000)
libdl.so.2 => /lib/libdl.so.2 (0xf67e6000)
librt.so.1 => /lib/librt.so.1 (0xf67dd000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0xf66f1000)
libm.so.6 => /lib/libm.so.6 (0xf66af000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf6693000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf6678000)
libc.so.6 => /lib/libc.so.6 (0xf64ad000)
/lib/ld-linux.so.2 (0xf77d9000)
******
For ppapi-x86_64-libpepflashplayer.so:
ldd: warning: you do not have execution permission for `./ppapi-x86_64-libpepflashplayer.so'
linux-vdso.so.1 => (0x00007fffc89fc000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f8eaba04000)
librt.so.1 => /lib64/librt.so.1 (0x00007f8eab7fc000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f8eab4f5000)
libm.so.6 => /lib64/libm.so.6 (0x00007f8eab1f3000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f8eaafdd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f8eaadc1000)
libc.so.6 => /lib64/libc.so.6 (0x00007f8eaa9f3000)
/lib64/ld-linux-x86-64.so.2 (0x00007f8ead100000)
******
Copy link to clipboard
Copied
Thank you for the additional information. This issue is being investigater further.
This is being tracked at https://tracker.adobe.com/#/view/FP-4199058
Copy link to clipboard
Copied
Been a week with no updates on this. Is there any news to report?
Copy link to clipboard
Copied
We're still waiting for a functional fix. Bug 4199058 is a month and a half old now with no progress.
Copy link to clipboard
Copied
Please try with the latest beta build released today and share the feedback. Thanks.
Copy link to clipboard
Copied
I can confirm that the beta release, 3.0.0.324, appears to work on the 64 and 32 bit versions of RHEL/CentOS/Scientific 6 and 7 versions. Inspection of the load library dependancies of all the compiled binaries does indead show that they're no longer encumbered by point-release dependancies of GLIBCXX_3.4.
Hopefully the release version of new RPMs can happen soon now, as I'm sure most of the effected audience for this problem is using the RPMs to install/manage their software installation.
Copy link to clipboard
Copied
Still no fix. Versions 32.0.0.[293|303|314] all released and none of them have fixed this problem. No useful information added to bug 4199058 in more than a month.
Copy link to clipboard
Copied
32.0.0.324 (Beta) released. Looks good so far.
https://labs.adobe.com/technologies/flashruntimes/flashplayer/
Copy link to clipboard
Copied
V32 b324 doesn't work in my Debian v8 (Jessie) with a couple web sites (http://homestarrunner.com and https://get.adobe.com/flashplayer/about/😞
SeaMonkey v2.49.5 (User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.5) gave ActionScript errors like "An ActionScript error has occurred: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: https://wwwimages.adobe.com/www.adobe.com/swf/software/flash/about/flashAbout_info_small.swf cannot load data from https://fpdownload.macromedia.com/pub/flashplayer/masterversion/masterversion.xml.
at flashAbout_info_small_fla::MainTimeline/loadXMLContent()
at flashAbout_info_small_fla::MainTimeline/frame1()".
Firefox v68.4.0esr didn't show any errors.
Both old Mozilla web browsers DID load the plugins unlike before.
Copy link to clipboard
Copied
I did test SeaMonkey (Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.5) on EL-based systems, and it worked fine. I've gone back and tested both the specific URLs you gave and they both worked as well on those platforms, so your issue seems local to both Debian 8 (Jessie) and one specific browser. Can you confirm the system load libraries are working for the plugin? (running ldd(1) on the libflashplayer.so for 32.0.0.324).
Copy link to clipboard
Copied
I'm bringing up the specifics, because I doubt the issue on Debian 8 (Jessie) is related to the issue in this thread (i.e. CentOS 7.7, and a specific issue with the binary being unable to load due to load library issues). Since the issue you're observing doesn't apply to CentOS 7.7 and likely isn't related to the binary being unable to load (since you implied to worked under Firefox), then I'm inclined to believe it's unrelated to same problem reported under this thread and should probably be addressed separately.
Copy link to clipboard
Copied
simoNTDD: I have a forum thread in https://community.adobe.com/t5/flash-player/firefox-v68-2-esr-amp-seamonkey-v2-49-5-fail-2-c-flash-p..., but it was locked by maria__1 as a duplicate thread. 😞
How can I get debug details about my isolated issue?
Copy link to clipboard
Copied
I see, and I agree. The separate thread should be unlocked, as these are definitely two separate issues. The issue with load libraries on EL-based systems (RHEL/CentOS/etc) is now very likely resolved. This other issue with SeaMonkey under Debian is definitely a second issue.
Copy link to clipboard
Copied
https://community.adobe.com/t5/flash-player/firefox-v68-2-esr-amp-seamonkey-v2-49-5-fail-2-c-flash-p... was locked as a duplicate of this issue (64-bit NPAPI plugin not working, https://tracker.adobe.com/#/view/FP-4199059)
Error 2408 issue being reported for both http://homestarrunner.com/ and https://get.adobe.com/flashplayer/about/ is unrelated to the main issue of this topic and should be reported separately.
You can file a bug at https://tracker.adobe.com, however, SeaMonkey isn't a supported browser, so it may not get much traction. Please use a supported browser, latest supported versions of Firefox or Chrome, as per https://www.adobe.com/products/flashplayer/tech-specs.html. If it's still reproducible in one of the supported browsers include that in the bug record.
Copy link to clipboard
Copied
Thanks. I filed a new bug report for my Debian's Firefox ESR (managed to get SeaMonkey to work with the non-debug build): https://tracker.adobe.com/#/view/FP-4199073
Copy link to clipboard
Copied
Thank you.
Please also include the error you reported getting, preferably as a screenshot.