Flash Player 23 Beta for Linux on Oracle Linux 6.7 (similar to CentOS/RHEL 6.7)
Dear all,
firstly, I'm very pleased to see an announcement for a recent NPAPI flash version. I downloaded the latest beta (Sep 15) but it won't work, actually. A little tracing yielded the following result:
# ldd libflashplayer.so 2>&1 | grep "not found"
./libflashplayer.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./libflashplayer.so)
./libflashplayer.so: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by ./libflashplayer.so)
./libflashplayer.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./libflashplayer.so)
So there seems to be unresolved dependencies to basic system libs, due to demanding requirements. Following the latest versions of both libc as well as libstdc++ on Oracle Linux 6:
# strings /lib64/libc.so.6 /usr/lib64/libstdc++.so.6 | grep "GLIBC.*\...$"
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
Will the final build support these versions as well, or is there any fix to solve that issue in another way?
Thanks
Stefan
