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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-05-2008, 04:39 PM
|
#1
|
Member
Registered: Dec 2007
Distribution: RHEL6, CentOS6.3
Posts: 188
Rep:
|
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
|
|
|
12-05-2008, 05:09 PM
|
#2
|
Senior Member
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766
Rep:
|
32-bit or 64-bit?
Anyway see http://fedoraproject.org/wiki/user:amani/Flash: and the other referenced article in it
|
|
|
12-05-2008, 05:38 PM
|
#3
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Is there /usr/lib/mozilla/plugins/libflashplayer.so?
|
|
|
12-05-2008, 08:31 PM
|
#4
|
LQ Newbie
Registered: Jun 2006
Location: orbiting around Saturn
Distribution: LFS, knoppix
Posts: 16
Rep:
|
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.
|
|
|
12-05-2008, 08:37 PM
|
#5
|
LQ Newbie
Registered: Nov 2008
Posts: 11
Rep:
|
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.
|
|
|
12-06-2008, 05:49 AM
|
#6
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Quote:
Originally Posted by Linux von Scratchen
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).
|
|
|
12-06-2008, 06:43 AM
|
#7
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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.
|
|
|
12-06-2008, 06:54 AM
|
#8
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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?
|
|
|
12-06-2008, 06:58 AM
|
#9
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
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 about lugins in the address bar. Related documentation here.
|
|
|
12-06-2008, 07:03 AM
|
#10
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Quote:
Originally Posted by Pedroski
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.
|
|
|
12-06-2008, 08:04 AM
|
#11
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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!!!
|
|
|
12-06-2008, 08:43 AM
|
#12
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508
Rep:
|
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.
|
|
|
12-06-2008, 10:18 AM
|
#13
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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?
|
|
|
12-06-2008, 10:53 AM
|
#14
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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!
|
|
|
12-07-2008, 02:46 AM
|
#15
|
Senior Member
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 22.04
Posts: 2,151
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 02:01 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|