LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-08-2006, 08:28 PM   #1
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Rep: Reputation: 31
linux flashplayer


i have installed this player several times to mozilla and it supposedly was succesful but no plugins are detected..does anyone if this is a problem with fedora and flash player
 
Old 07-08-2006, 09:20 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
how did you install it? did you use the official RPMs?
 
Old 07-09-2006, 09:15 AM   #3
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
yes this is where i downloaded from.. and the commands used were
 
Old 07-09-2006, 09:25 AM   #4
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
cd~
tar xvf install_flash_player_7_linux.tar.gz
cd install_flash_player_7_linux
./flashplayer-installer

this sends me to an interactive set which asks me to close browser opened at the end of which it states my plug in has been installed however when i visit a site i get an error stating that macromedia flashplayer is need for the site
 
Old 07-10-2006, 12:09 PM   #5
rocksniffer
Member
 
Registered: Apr 2005
Location: Houston
Distribution: mandrake
Posts: 79

Rep: Reputation: 15
do a find for plugins on your drive starting from /. You may have more than one location and its installing in the wrong one.

rock
 
Old 07-10-2006, 05:14 PM   #6
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by rocksniffer
do a find for plugins on your drive starting from /. You may have more than one location and its installing in the wrong one.

rock
How would i go about this give console commands please
 
Old 07-10-2006, 11:02 PM   #7
rocksniffer
Member
 
Registered: Apr 2005
Location: Houston
Distribution: mandrake
Posts: 79

Rep: Reputation: 15
in an xterm type:

su
password
find / -name 'plugins'

Look for any results that include "mozilla" or "firefox". For example, I found these among my results:

/usr/lib/netscape/plugins
/usr/lib/mozilla/plugins
/usr/lib/mozilla-firefox-1.0.2/plugins

if I cd to these directories and ls their contents I get:

[root@localhost plugins]# cd /usr/lib/mozilla-firefox-1.0.2/plugins
[root@localhost plugins]# ls
libnullplugin.so*

[root@localhost plugins]# cd /usr/lib/netscape/plugins
[root@localhost plugins]# ls
flashplayer.xpt@ libflashplayer.so@ nppdf.so@ raclass.zip@ rpnp.so@

[root@localhost plugins]# cd /usr/lib/mozilla/plugins
[root@localhost plugins]# ls
flashplayer.xpt* libflashplayer.so* libmozsvgdec.so* nppdf.so* rpnp.so*
gxineplugin.so* libjavaplugin_oji.so@ mplayerplug-in.so* raclass.zip

All my plugins are in /usr/lib/mozilla/plugins. /usr/lib/netscape/plugins has only symbolic links to the ones in /usr/lib/mozilla/plugins, and /usr/lib/mozilla-firefox-1.0.2/plugins has only one.

If you have more than one plugin directory but only one has plugins, your firefox could be looking for them in the wrong one. If that is the case you can symlink all the plugins from the empty directory to the other
or re-install flash and any others to the other one.

That is, if that's your problem.

There are other links on this subject in this forum on how to do both of the above. I don't do it often enough. To tell you I would have to look it up myself. I may be wrong but I don't see why you can't just copy all the plugins to the other directory. Maybe someone else can tell us why that won't work.

rock
 
Old 07-10-2006, 11:50 PM   #8
Cassius-Muffin
LQ Newbie
 
Registered: Jun 2006
Location: Missoula, MT.
Distribution: Fedora Core 5
Posts: 9

Rep: Reputation: 0
If you're running 32 bit fedora, something is wrong with your installation. If your running x86_64 fedora, that plugin doesn't work with your architecture. There's a plugin "wrapper" that allows you to use 32 bit plugins with 64 bit firefox called nspluginwrapper.

http://www.gibix.net/dokuwiki/enr...nspluginwrapper

Follow the instructions on the site if you do indeed have 64 bit fedora. Hope this helps. I'm running 64 bit linux and the 32 bit flash plugin works great.
James
 
Old 07-11-2006, 09:42 PM   #9
rocksniffer
Member
 
Registered: Apr 2005
Location: Houston
Distribution: mandrake
Posts: 79

Rep: Reputation: 15
Also look at this

http://www.linuxquestions.org/questi...t=flash+player

which is someone talking about a 64 bit system, though not Fedora.
 
Old 07-12-2006, 09:36 AM   #10
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by Cassius-Muffin
If you're running 32 bit fedora, something is wrong with your installation. If your running x86_64 fedora, that plugin doesn't work with your architecture. There's a plugin "wrapper" that allows you to use 32 bit plugins with 64 bit firefox called nspluginwrapper.

http://www.gibix.net/dokuwiki/enr...nspluginwrapper

Follow the instructions on the site if you do indeed have 64 bit fedora. Hope this helps. I'm running 64 bit linux and the 32 bit flash plugin works great.
James
the site says this topic does not exist.. could you tell me where to google this info or what search parameter to enter
 
Old 07-13-2006, 12:39 AM   #11
jlo_sandog
Member
 
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549

Rep: Reputation: 32
yes, it says the topic doesn't exist, but if you look closer on the left side you can find the link.
 
Old 07-13-2006, 02:25 AM   #12
Cassius-Muffin
LQ Newbie
 
Registered: Jun 2006
Location: Missoula, MT.
Distribution: Fedora Core 5
Posts: 9

Rep: Reputation: 0
diddo. for some reason, the link doesn't work when i copy the text, but if you look to the left, it's there. just click on nspluginwrapper, it'll take you to the right place. sorry if i confused anyone. I'll try it again.

http://www.gibix.net/dokuwiki/en:pro...spluginwrapper

edit: it works when i click on it.
 
Old 07-13-2006, 09:09 AM   #13
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by Cassius-Muffin
diddo. for some reason, the link doesn't work when i copy the text, but if you look to the left, it's there. just click on nspluginwrapper, it'll take you to the right place. sorry if i confused anyone. I'll try it again.

http://www.gibix.net/dokuwiki/en:pro...spluginwrapper

edit: it works when i click on it.
yes you were right it is there. now i just need resolve the dependencies and hopefully this will work
 
Old 07-13-2006, 09:11 AM   #14
thebiggiantmouse
Member
 
Registered: May 2006
Location: Da Bronx
Distribution: Arch Linux, Sackware, Gentoo
Posts: 255

Original Poster
Rep: Reputation: 31
and nope not running a 64bit system..
 
Old 07-19-2006, 10:46 PM   #15
buzzbiker
Member
 
Registered: Jul 2002
Location: Oregon
Distribution: Fedora Core 7 - vista
Posts: 38

Rep: Reputation: 15
Flashplayer 8 Fedora Core 5
The Big Giant Mouse":
I did the find / -name 'plugins' in the terminal and showed my plugins, and also found firefox-1.05.plugin-ins (or something like that) So then I coped that firefox, then went to control center and clicked Internet & Network then clicked Web Browser, then clicked Plugins. I then pushed the new button and pasted the /usr/lib/firefox-1.5.0.4/plugins. then pushed apply and it's just peachie for me.
 
  


Reply



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
Tips for installing MacroMedia FlashPlayer 7 in RedHat Linux 9.0 uma_mahesh_2005 Linux - Software 1 04-06-2006 01:37 AM
flashplayer 8 for firefox/linux? allelopath Linux - Software 3 03-29-2006 07:18 PM
flashplayer jay_deacon Linux - Newbie 2 09-13-2004 03:57 AM
flashplayer 7 paul62 Linux - Software 9 09-07-2004 02:54 AM
Flashplayer for Linux brokenflea Fedora 7 03-16-2004 05:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:49 PM.

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