Gretting Google Chrome 64Bit working on Fedora 12
Tuesday, March 30, 2010 at 7:17AM I had some issues initially getting chrome to work correctly, as apparently I have the 32Bit Firefox + Flash plugin installed, so the trick of placing that flash library in the google directory didnt quite work. If you have an actual 64 Bit install of Firefox and associated flash library all you need to do is symlink that to the /opt/google/chrome/plugins folder (you may need to create the ./plugins folder).
1) Create the plugins directory:
sudo mkdir /opt/google/chrome/plugins
2) Download the 64 Bit Adobe Flash File. I can give you a direct link to TODAYS available file.
http://labs.adobe.com/downloads/flashplayer10_64bit.html
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
3) Extract that tarball into the said directory we just created
sudo tar zxf libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz /opt/google/chrome/plugins/
4) Launch chrome with the plugins enabled flag
google-chrome --enable-plugins
5) Enjoy. Validate the plugin is loaded by going to about:plugins in the url bar and hitting enter/return. You should see a section near the top (mine has it as the top section) titled "Shockwave Flash" and containing the following text
File name: libflashplayer.so
Shockwave Flash 10.0 r45
If you have that, you are golden and flash should play fine. Visit youtube or another flash heavy site for a quick validation to verify that it works.








Reader Comments