Firefox and flash on x86_64

Menù di navigazione
  • Home
  • Contacts
HOME | Index |

Firefox and flash on x86_64

Firefox and Flash on x86_64

Perhaps you, proud owner of a 64bit processor, running nice linux distributions, have noticed that there is no support for Flash files on your distribution-coming Firefox.

The problem is known at Macromedia and the fact is that there is no installer for Flash player on 64bit processors.

I have run Firefox without Flash for too much tima. NOW i want to see those eye candy clips...

There is the solution, and is quite simple... we must download Firefox 32bit, download the flash installer for linux and then proceed with a 32bit tailored binary.

First download Firefox from Mozilla web site. The download should consist of a tar.gz file containing the binaries of Firefox. Unpack the file in your home directory

tar -xzvf firefox-2.0.tar.gz

or whatever is the filename.

Then go to Macromedia site and download the Flash Installer. It comes also in a tar.gz file. Save it to your home dir and unpack it by typing:

tar -xzvf install_flash_player_7_linux.tar.gz

In the created directory there is a file called libflashplayer.so. Copy the file to the plugins directory of the unpacked firefox dir:

cp install_flash_player_7_linux/libflashplayer.so firefox/plugins/

Well that's done.... but.... if you run the new firefox by typing

~/firefox/firefox

you will notice that no fonts are displayed in flash files... (at least in my fedora core 5...) what a problem!

The fact is that flash player searches the fonts in a wrong path. We can correct this by typing:

mkdir -p /usr/X11R6/lib/X11
cd /usr/X11R6/lib/X11
ln -s /etc/X11/fs
ln -s /usr/share/X11/fonts

Now Flash player shows the fonts!! Nice!!

Labs
  • CentOS + BlueQuartz
  • Installing Spamassassin ClamAv and Mailscanner on Bluequartz
  • SARE Rules & RulesDuJour
  • Installing MRTG
  • Mass Change IP
  • CCED problems
  • Deleting old logfiles
  • POP3 problems
  • Recalculate Quotas
  • How to block an IP address
  • NAMED and DNS
  • PHP
  • Enabling safe mode per-directory
  • Howto install php4 & php5 on Apache2
  • Linux
  • Automating Mysql backups
  • Restoring MySQL dumps
  • Replacing Text In Files
  • Firefox and flash on x86_64
  • Find user's files
  • Lines of code
  • Vsftp with virtual users
  • MSN
  • RandomCase

Home | Contacts | E.R.WEB Official Site