Results 1 to 5 of 5
I can't get Flash Player to work on RHEL, please help.
Here's what I did.
1. I installed Adobe YUM repository RPM package
rpm -ivh....
rpm --import .....
2. I ...
- 08-08-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
Adobe Flash Player for RHEL5
I can't get Flash Player to work on RHEL, please help.
Here's what I did.
1. I installed Adobe YUM repository RPM package
rpm -ivh....
rpm --import .....
2. I updated the repositories
yum check-update
3. Installed the packages
yum groupinstall "Sound and Video"
yum install flash-plugin nspluginwrapper curl
And when I do a test by typing "adobe
lugin" on my Mozilla Firefox address bar, I'm not getting the right output. Meaning the plugin is not working. Did I miss anything? Thanks in advance.
- 08-09-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 20
firefox might prompt you to install adobe flash plugin on webpage itself.
if not then download standalone rpm of flash player and install.
- 08-09-2011 #3Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
Thanks Z... I'll try that
- 08-28-2011 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sorry to take so long to get to this - been on a road trip for the past 2 weeks. Anyway, just use "yum install adobe-repository-rpm-name.rpm" to install the repository. Then, install the flash plug-in. Usually, that is all you need. It will install itself for Firefox etc. If you are running the 64-bit version of FF, then install the x86_64 version, preferably. That has worked just fine for me on CentOS 5 and now on Scientific Linux 6 (clones of RHEL 5 and 6 respectively).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-29-2011 #5Just Joined!
- Join Date
- Aug 2011
- Posts
- 3
Adobe Flash Player for RHEL5
Thanks Rubberman...
That's exactly what I did. But the missing piece was this...
cp Desktop/libflashplayer.so /usr/lib64/mozilla/plugins/
I copied the libflashplayer.so in my plugins directory. I read it from one of the post in this Forum and it worked like a charm. Don't know why they didn't mention that in the Adobe instructions and read me files. Thank you Linux Forums!!


Reply With Quote