Jump to content
aelius

Probleme flashplayer+chromium pe Debian

Recommended Posts

De la ultimul update pe debian, flashplayer nu mai functioneaza pe Chromium. Puteti face oricate update-uri doriti, rezultatul este 0. Cauza este pepperflashplugin-nonfree ; El cere GLIBC_2.14 in timp ce Debian wheezy are GLIBC_2.13. Cam cum se intampla cu orice librarie sau binar nenorocit care nu este compilat la noi in sistem si este oferit ca 'binary'.

Erori:


root@hp:~# ldd /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so
/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so)
linux-vdso.so.1 => (0x00007ffff53da000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff7d203b000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007ff7d1e33000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ff7d1b2b000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff7d18a9000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff7d1693000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff7d1476000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff7d10eb000)

Quickfix: O versiune de chrome din luna august din care luam libpepflashplayer.so:


root@hp:~# wget http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_37.0.2062.94-1_amd64.deb
--2014-09-17 21:43:03-- http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_37.0.2062.94-1_amd64.deb
Resolving mirror.pcbeta.com (mirror.pcbeta.com)... 113.107.42.25
Connecting to mirror.pcbeta.com (mirror.pcbeta.com)|113.107.42.25|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 49195682 (47M) [application/octet-stream]
Saving to: `google-chrome-stable_37.0.2062.94-1_amd64.deb'

100%[===============================================>] 49,195,682 4.31M/s in 16s

2014-09-17 21:43:21 (2.91 MB/s) - `google-chrome-stable_37.0.2062.94-1_amd64.deb' saved [49195682/49195682]
root@hp:~# dpkg -x google-chrome-stable_37.0.2062.94-1_amd64.deb ./tmp
root@hp:~# cd tmp/
root@hp:~/tmp# find ./ -name *.so
./opt/google/chrome/libwidevinecdm.so
./opt/google/chrome/libpdf.so
./opt/google/chrome/libffmpegsumo.so
./opt/google/chrome/libppGoogleNaClPluginChrome.so
./opt/google/chrome/lib/libpeerconnection.so
./opt/google/chrome/PepperFlash/libpepflashplayer.so
./opt/google/chrome/libwidevinecdmadapter.so
root@hp:~/tmp# cp ./opt/google/chrome/PepperFlash/libpepflashplayer.so /usr/lib/pepperflashplugin-nonfree/
root@hp:~/tmp# ldd ./opt/google/chrome/PepperFlash/libpepflashplayer.so
linux-vdso.so.1 => (0x00007fffcf10f000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1c8e89c000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1c8e694000)
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f1c8e38c000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1c8e10a000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f1c8def4000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1c8dcd7000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1c8d94c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1c8fc26000)

Functioneaza perfect dupa asta. ** Nu uitati sa inchideti si sa deschideti chromium **

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...