Comment 7 for bug 968759

Revision history for this message
mickoz (michael-kozielski) wrote : Re: adobe-flashplugin 11.2.202.228-0lucid1 crash for firefox 11.0

Sorry,

it works fine for me with the 11.1.102.63 release. I made the misstake to not care about using amd64 ubuntu version.
So until a fixed release of the package is released this workaround could be used:

for amd64 systems:
wget https://launchpad.net/ubuntu/+source/adobe-flashplugin/11.1.102.63-0lucid1/+build/3260785/+files/adobe-flashplugin_11.1.102.63-0lucid1_amd64.deb
ar x adobe-flashplugin_11.1.102.63-0lucid1_amd64.deb data.tar.gz
tar xf data.tar.gz
cp usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer.so

for i386 systems:
wget https://launchpad.net/ubuntu/+source/adobe-flashplugin/11.1.102.63-0lucid1/+build/3260786/+files/adobe-flashplugin_11.1.102.63-0lucid1_i386.deb
ar x adobe-flashplugin_11.1.102.63-0lucid1_i386.deb data.tar.gz
tar xf data.tar.gz
cp usr/lib/adobe-flashplugin/libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer.so

as mentioned above the updater will update to a newer version if avaible.