install flash player 10 into centos 5.x 64 bits +
My preferred OS is CentOS 5 64 bits. I do all my development work and testing on my 3 Dell servers, at home. However, being an online shopping addict and passionate motorcycle rider, it happens for me to use Firefox and browse the Internet for something to rant about… beside coding. The problem is that most sites like YouTube etc. need the Flash Player for their site software. Adobe decided not to release a x64 Linux version of their most recent player, so the .i386 RPM will not work with Firefox x64, unless you use my trick.
The fix is easier then you think. Everything I’ve posted below was tested on a CentOS 5.2 x64 Gnome environment. Let’s fix that Flash Player to run on 64 bits, shall we?
1. Start by installing those libraries (.i386 and .x86_64):
# yum install curl compat-libstdc++-33 glibc nspluginwrapper
2. Once done with the kitchen work, it is time to install the Flash Player RPM.
# rpm -ivh /tmp/flash-plugin-10.0.12.36-release.i386.rpm
3. Close all Firefox windows and open a new one. In the address bar, type:
about:plugins
You should see there the Flash Player and NPAPI wrapper. Now, go watch some movies on YouTube. Was that hard? There you have it, Flash Player with Firefox x64.
If you find this post useful, please link it into your blog. Have fun on the Net.
I don’t know what’s wrong with flashplayer. Tried many things but nothing works. Can’t even find it in about:plugins. I’m running CentOS 5.2. It all worked fine until I ran some updates (can’t say what updates it were). Since then I always get the message in firefox to install flash (or a newer version)
I tried installing flash player, but i get this:
error: Failed dependencies:
glibc >= 2.4 is needed by flash-plugin-10.0.15.3-release.i386
how can i fix it?
Try:
# yum list glibc*
and see what packages you have installed.
Thank you so much, I have been trying to get flash running on my 64bit box for 3 hours now and this worked perfectly!
Brilliant, worked like a charm, thanks alot
Thank you sooooo much. It is fantastic!! I tried a lot with flash player installation in my CentOS-5 box!! At last a real helping HAND done the job for me. Wow!!!
Thanks for your great help. I made a link from my blog to your site.
Cheers,
b.m
Hello,
I was in back of this for the last 2 day.. almost fedup with googleing.. Finally I found this post.. Thanks again.. Please keep posting like this for beginners like me its very very helpful.
You rock! Thanks so much for posting this. I’ve been struggling to get Flash working on my CentOS 5.3 x64 system for days now. I finally got fed up with the rapid release cycle of most Linux distros and switched to an “enterprise” distro to cut down on headaches. Unfortunately now I’m finding that many of the headaches are still there – they’re just in different packages. Trying to get stuff like the latest Firefox and Flash working seems reasonable for an enterprise OS. I want to have some of the newer consumer software without having to upgrade my kernel and drivers constantly. Thanks for your post – it saved me tons of time!
Thank a lot, I tried to install it for 2 days.
Works like charm, thank you!
Thank you. It worked for me. I was looking for this for some time.
Do the good work. Best wishes.
I’ve been fighting this one for a couple days after some Centos 5.4 (I’m using the x86_64 version) updates. I did what you said and it worked!! I’m using the i386 version of Firefox (3.0.16). I’m leaving well enough alone. Thanks for your help on this!!
Tks ! You help me!
this tutorial work nice !
Tks good work man !
thank you, thank you, thank you, thank you.
Thanks so much…!!
[...] Fuente: Why Queued [...]
I’ve seen so many ways of installing flash that didnt work, this is by far the simplest and it worked perfectly.
[root@mail ~]# yum list glibc*
Setting up repositories
Reading repository metadata in from local files
Installed Packages
glibc.i686 2.3.4-2.43.el4_8.3 installed
glibc-common.i386 2.3.4-2.43.el4_8.3 installed
glibc-devel.i386 2.3.4-2.43.el4_8.3 installed
glibc-headers.i386 2.3.4-2.43.el4_8.3 installed
glibc-kernheaders.i386 2.4-9.1.103.EL installed
Available Packages
glibc.i386 2.3.4-2.43.el4_8.3 update
glibc-profile.i386 2.3.4-2.43.el4_8.3 update
glibc-utils.i386 2.3.4-2.43.el4_8.3 update
how to install this?
but I try to install one of the dependencies.
[root@mail ~]# yum install glibc-2.3.4-2.43.e14_8.3.i386
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: glibc-2.3.4-2.43.e14_8.3.i386
Nothing to do
Pls. help how to?
# yum install glibc.i386
thanks this work fine