LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-05-2008, 04:39 PM   #1
rahilmaknojia
Member
 
Registered: Dec 2007
Distribution: RHEL6, CentOS6.3
Posts: 188

Rep: Reputation: 32
problem with flash-plugin


I have install flash plugin from yum, but I am not able to fix the problem with mozilla firefox 3. I am using FC 10.

wherever I try to access any website it ask me missing plugin, but I have already install.

is there any solution for this
 
Old 12-05-2008, 05:09 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
32-bit or 64-bit?

Anyway see http://fedoraproject.org/wiki/user:amani/Flash: and the other referenced article in it
 
Old 12-05-2008, 05:38 PM   #3
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Is there /usr/lib/mozilla/plugins/libflashplayer.so?
 
Old 12-05-2008, 08:31 PM   #4
Linux von Scratchen
LQ Newbie
 
Registered: Jun 2006
Location: orbiting around Saturn
Distribution: LFS, knoppix
Posts: 16

Rep: Reputation: 0
i had that problem a long time before i realized that, after putting a new *.so in somewhere, i must as root run "ldconfig". You may have to check paths in /etc/ld.so.conf to be sure firefox's plugins will be looked at.
 
Old 12-05-2008, 08:37 PM   #5
mschrank
LQ Newbie
 
Registered: Nov 2008
Posts: 11

Rep: Reputation: 0
The install program sometimes puts it in the wrong directory.

Find out where your firefox bin is, find out where the installer put the plugin, then put a symbolic link to the flash plugin in the plugins/ folder.
 
Old 12-06-2008, 05:49 AM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by Linux von Scratchen View Post
i had that problem a long time before i realized that, after putting a new *.so in somewhere, i must as root run "ldconfig". You may have to check paths in /etc/ld.so.conf to be sure firefox's plugins will be looked at.
Yes. This is valid as a general rule. But Firefox simply looks for the plugins where it expects them to be. So, as explained by mschrank, you have to establish were Firefox is installed and create a link to the shared object in the proper location.

You can do this on a system basis (usually in /usr/lib/mozilla/plugins) or on a per-user basis (in $HOME/.mozilla/plugins).
 
Old 12-06-2008, 06:43 AM   #7
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
Having the same problem. Although, before I re-installed the whole hard drive, it worked fine!
So don't actually put the libflashplayer.so in the home/myhome/.mozilla directory, just a link?
The installer from Adobe put it there as non root installer.
 
Old 12-06-2008, 06:54 AM   #8
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
I only have /etc/ld.so.conf.d and that only has something concerning the pc architecture. What do I put there? Simply the path to firefox, iceape, epiphany, or whatever?
 
Old 12-06-2008, 06:58 AM   #9
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Having the same problem. Although, before I re-installed the whole hard drive, it worked fine!
So don't actually put the libflashplayer.so in the home/myhome/.mozilla directory, just a link?
The installer from Adobe put it there as non root installer.
Yes. Just create a link in $HOME/.mozilla/plugins:
Code:
$ cd ~/.mozilla/plugins
$ ln -s /path/to/plugin.so plugin.so
then restart Firefox and check the availability of the plugin issuing aboutlugins in the address bar. Related documentation here.
 
Old 12-06-2008, 07:03 AM   #10
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by Pedroski View Post
I only have /etc/ld.so.conf.d and that only has something concerning the pc architecture. What do I put there? Simply the path to firefox, iceape, epiphany, or whatever?
No. I think it is not related to plugins. It contains some configuration files related to the location of libraries installed by some specific applications. I don't think it is the correct way to specify where firefox should look for the plugins.
 
Old 12-06-2008, 08:04 AM   #11
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
Firefox

Well, thanks for the replies.
Will try out later, need to go for a walk.
Using this Debian, somehow you can't get Firefox, you get Mozilla-Firefox.
Iceweasel, or now I tried Iceape. Still no Flashplayer working.
Ran ldconfig. Maybe after a restart it'll work.

Just one question more: do I put the sim link to /usr/lib/epiphany(or whatever)/plugins/ or to wherever epiphany bin is, in this case /usr/bin/epiphany
Mozilla and Mozilla-firefox only have sim link to /usr/lib/iceweasel/iceweasel. This is getting complicated!!!
 
Old 12-06-2008, 08:43 AM   #12
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508

Rep: Reputation: Disabled
If you are using Debian then simply add the Debian multimedia repository to /etc/apt/sources.list.
Then: aptitude install flashplayer-mozilla

To check for installed plugins in Iceweasel:
Type: aboutlugins in the address bar.

Regards.
The trooper.
 
Old 12-06-2008, 10:18 AM   #13
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
I already have libflashplayer.so installed.
I copied it as root to all the plugin directories of the various browsers I now have installed, that is to say in /usr/lib/mozilla/plugins/ etc for iceweasel, iceape.
The directory /plugins in of coure not in /usr/lib/bin, but never was, and worked before.

Wonder why it won't work now? Maybe the version 10 is not ok?
 
Old 12-06-2008, 10:53 AM   #14
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
Ok, also tried putting a sim link to libflashplayer.so in /usr/bin where mozilla is.
It is already in all the relevant /plugin directories!
Still won't work! Aaaarrrgggh!
 
Old 12-07-2008, 02:46 AM   #15
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151

Rep: Reputation: 73
Flashplayer 9 had a file with it ending in .xpt
Other plugins for totem have such files, in /usr/lib/totem
Is this the problem, or has flashplayer 10 changed the way it works.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash player plugin problem saravanavelu Linux - General 4 06-05-2007 07:49 AM
Problem with Flash player Plugin chakribobby Linux - Software 4 01-29-2007 09:22 PM
flash plugin problem islamegypt Linux - Software 3 09-03-2005 10:56 AM
Flash plugin font problem GruiX Linux - Software 2 11-17-2004 03:53 AM
Problem with flash plugin JIV Linux - Software 1 10-31-2003 11:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration