I have installed Chromium on my Raspberry Pi (running Raspian) with sudo apt-get install chromium-browser
and I followed the instructions from this site to attempt to get flash player running: http://linuxologist.com/01general/howto-chromium-browser-on-linux-with-flash/
ie I just downloaded libflashplayer.so
, placed it in /usr/lib/
then make a symlink to it in /usr/lib/chromium/plugins/
. then i open Chromium like so:
chromium --enable-plugins --enable-greasemonkey --enable-user-scripts --enable-extensions
from the command line. However, flash player is still not recognised. The version of flash player I downloaded was from softpedia in tar, which i had to untar.
Has anyone managed to get this working? If so, then what extra steps were required?
Update
Alex requested I run file
, so here it is:
$ file /usr/lib/libflashplayer.so
libflashplayer.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped