Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th July 2009, 08:13 PM
bongoman Offline
Registered User
 
Join Date: Jun 2005
Posts: 14
F11 x86_64, Firefox 3.5, flash-plugin i386, mozilla-plugin-config

I'm running Fedora 11 x86_64 (a fresh install), Firefox 3.5, flash-plugin i386 installed from Adobe yum repository. Everything works fine. However, after every reboot I need to run mozilla-plugin-config before the flash plugin will work. Before I run mozilla-plugin-config, I will receive an error message "Additional plugins are required to display the media on this page."

I've attached the output of mozilla-plugin-config -i -g -v

Any ideas?
Reply With Quote
  #2  
Old 6th July 2009, 05:39 AM
_pi Offline
Registered User
 
Join Date: Jul 2009
Posts: 11
Use the 64 bit flash plugin. Download it from http://labs.adobe.com/downloads/flashplayer10.html . Stick the file in your ~/.mozilla/plugins directory.
Reply With Quote
  #3  
Old 8th July 2009, 04:00 AM
bongoman Offline
Registered User
 
Join Date: Jun 2005
Posts: 14
I tried your suggestion. I uninstalled flash-plugin-i386 and installed the x86_64 version. It works just fine. However, I still have the same problem - I need to run mozilla-plugin-config after reboot.
Reply With Quote
  #4  
Old 16th July 2009, 09:18 AM
Astrals's Avatar
Astrals Offline
Registered User
 
Join Date: May 2008
Location: That's why we all leave Bigpond ISP.
Posts: 84
Quote:
Originally Posted by _pi View Post
Use the 64 bit flash plugin. Download it from http://labs.adobe.com/downloads/flashplayer10.html . Stick the file in your ~/.mozilla/plugins directory.
I will concur this method also worked for me.
__________________
That's why we all leave Bigpond ISP.
Once you use linux, learn a few basics, you'll never go back to the windows darkness.
Reply With Quote
  #5  
Old 17th July 2009, 08:00 AM
Panoz's Avatar
Panoz Offline
Registered User
 
Join Date: Jul 2009
Posts: 66
Quote:
Originally Posted by Astrals View Post
I will concur this method also worked for me.
Can you see the CISCO site without having your 64bit firefox crashed?

http://www.cisco.com/
__________________
Disc space -- the final frontier!
Reply With Quote
  #6  
Old 17th July 2009, 08:18 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
I'm using the same 64bit flash plugin. The cisco site works fine for me.

As a side note, I've also got flashblock installed and I did have to whitelist www.cisco.com before the flash would display. Just clicking the play button on the flash object did not work.
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #7  
Old 19th July 2009, 05:53 AM
bongoman Offline
Registered User
 
Join Date: Jun 2005
Posts: 14
link plugin to ~/.mozilla/plugins - we have a winner!

When I linked the plugin to ~/.mozilla/plugins, I no longer need to run mozilla-plugin-config. Thank you for your simple, and effective advice.
Reply With Quote
  #8  
Old 21st July 2009, 10:36 PM
nils06 Offline
Registered User
 
Join Date: Feb 2009
Posts: 22
Using the same flash plugin on F11 x86_64, Firefox 3.5. I had a different problem since some time ago:
When logging in to a session after having left firefox open in previous session, flash plugin isn't found. And that even if I restart firefox. But if I close firefox before logging out, then flash is OK in the next session. (I think I've already had that problem in F8... don't remeber the fix, probably an update).

This time the link trick fixed the problem:
ln -s /usr/lib64/mozilla/plugins/libflashplayer.so ~/.mozilla/plugins/

Thanks!
Reply With Quote
  #9  
Old 27th July 2009, 11:44 PM
JoeF Offline
Registered User
 
Join Date: Feb 2007
Location: U.S., Michigan
Posts: 92
Flash Plug in:

I hope someone is still watching this thread. I have this problem 'sort of'. I can not get the flash-plugin to install at all. If I run the rpm file, it comes back saying it's already installed but I can't find the plugin in the mozilla directory.

I copied and pasted "ln -s /usr/lib64/mozilla/plugins/libflashplayer.so ~/.mozilla/plugins/" in a terminal and here's the response:

[root@dv5 Joe]# ln -s /usr/lib64/mozilla/plugins/libflashplayer.so ~/.mozilla/plugins/
ln: target `/root/.mozilla/plugins/' is not a directory: No such file or directory

would make sense since I can't find it either. Help at this point would be appreciated.

JoeF
FC11x64 on a HP dv5 with Intel Core2 Duo
Reply With Quote
  #10  
Old 27th July 2009, 11:58 PM
bongoman Offline
Registered User
 
Join Date: Jun 2005
Posts: 14
Is libflashplayer.so in /usr/lib64/mozilla/plugins?
Do you usually login to your computer with an account other than root? Pretending the name of that user is "username", the command would be:
sudo ln -s /usr/lib64/mozilla/plugins/libflashplayer.so /home/username/.mozilla/plugins

Good luck.
Reply With Quote
  #11  
Old 28th July 2009, 12:27 AM
JoeF Offline
Registered User
 
Join Date: Feb 2007
Location: U.S., Michigan
Posts: 92
thanks for the quick reply. I did as you said and here's the results:

[root@dv5 Joe]# sudo ln -s /usr/lib64/mozilla/plugins/libflashplayer.so /home/Joe/.mozilla/plugins
ln: creating symbolic link `/home/Joe/.mozilla/plugins/libflashplayer.so': File exists
Reply With Quote
  #12  
Old 28th July 2009, 12:31 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
Yeah, that means you don't need to do anything, the file or link is already there right (or at least here's some wrong file or link there that you need to
change) ? What do you see if you look in the directory with "ls" ?

ls -l ~Joe/.mozilla/plugins
Reply With Quote
  #13  
Old 28th July 2009, 12:32 AM
bongoman Offline
Registered User
 
Join Date: Jun 2005
Posts: 14
Okay. So if you ls -l /home/Joe/.mozilla/plugins/libflashplayer.so you see the link to /usr/lib64/mozilla/plugins ? You've closed and reopened firefox? And when you try to see a flash video, you get an error saying you need to install a plugin?
Reply With Quote
  #14  
Old 28th July 2009, 12:44 AM
JoeF Offline
Registered User
 
Join Date: Feb 2007
Location: U.S., Michigan
Posts: 92
Marko:

[root@dv5 Joe]# ls -l ~Joe/.mozilla/plugins
total 0
lrwxrwxrwx. 1 Joe Joe 44 2009-07-27 18:42 libflashplayer.so -> /usr/lib64/mozilla/plugins/libflashplayer.so

**********************
Bongoman:

[root@dv5 Joe]# ls -l /home/Joe/.mozilla/plugins/libflashplayer.so
lrwxrwxrwx. 1 Joe Joe 44 2009-07-27 18:42 /home/Joe/.mozilla/plugins/libflashplayer.so -> /usr/lib64/mozilla/plugins/libflashplayer.so

sorry. forgot to add:
Yes I have quit Firefox and restarted. still the same problem. and yes when I try a flash video, page comes up telling me I need the plugin.

Last edited by JoeF; 28th July 2009 at 12:47 AM.
Reply With Quote
  #15  
Old 28th July 2009, 07:19 AM
Panoz's Avatar
Panoz Offline
Registered User
 
Join Date: Jul 2009
Posts: 66
The link is there, but does it point to an existing file? What is the output of:

Code:
ls -al /usr/lib64/mozilla/plugins/
in your system?
__________________
Disc space -- the final frontier!
Reply With Quote
Reply

Tags
flash plugin adobe x86_64, mozilla-plugin-config

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Flash plugin for mozilla Shiva01 Installation and Live Media 4 21st September 2009 01:07 AM
mozilla-plugin-config Nubiez Using Fedora 2 30th November 2008 03:18 PM
mozilla-plugin-config and flash plugin nick623 Using Fedora 31 17th November 2008 04:36 PM
Can someone explain this most important mozilla tool - mozilla-plugin-config Jongi Using Fedora 7 19th February 2008 09:33 PM


Current GMT-time: 20:45 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat