LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-25-2011, 12:02 PM   #1
littlepiggy
LQ Newbie
 
Registered: Sep 2011
Posts: 8

Rep: Reputation: Disabled
Flash Plugin QUestion


I have opera running but on websites using flash and on youtube I cant get videos to play. When I download it says I have already installed the latest version of adobeflash 10. But why wont it work?
 
Old 09-25-2011, 12:18 PM   #2
rahulkya
Member
 
Registered: Feb 2009
Location: New Delhi
Distribution: Linux mint,Ubuntu,Debian,RHEL 5,slackware 13.1, free BSD,solaris.
Posts: 186
Blog Entries: 3

Rep: Reputation: 33
Is others browsers working fine???
Please mention the Distro you are using........
Try different browsers....
 
Old 09-25-2011, 12:23 PM   #3
littlepiggy
LQ Newbie
 
Registered: Sep 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Using an acer aspire one, Linux Lite

Gecko/20080612 Fedora/2.0.0.14-20080612.fc8.acer
 
Old 09-25-2011, 12:25 PM   #4
gary185
Member
 
Registered: Jul 2011
Posts: 113

Rep: Reputation: Disabled
if you go to preferences->Advanced->Content
make sure enable plugins is checked then click Plug-In Options button
there you can point Opera to /usr/lib/mozilla/plugins
or wherever your plugins are
libflashplayer.so is what you need
 
Old 09-25-2011, 01:02 PM   #5
littlepiggy
LQ Newbie
 
Registered: Sep 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
RE:

Have directed to /usr/lib/mozilla/plugins as suggested but opera still says i need to download flash player? is there another way? or could I have missed something
 
Old 09-25-2011, 01:41 PM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I'm not sure I understand what you mean by "have directed to /usr/lib/mozilla..." You can place a copy of libflashplayer.so in /usr/lib/opera/plugins. You will have to do this as root or use sudo.
ciao,
jdk
 
Old 09-25-2011, 05:57 PM   #7
qlue
Member
 
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbangified Debian 8 (Jessie)
Posts: 747
Blog Entries: 1

Rep: Reputation: 172Reputation: 172
Not directly related to this question, but have you ever considered updating to a more recent distro? The version of Linpus Lite you're using is a poorly maintained version of Fedora8, which is ancient by distro standards.
If you do want to try a more recent distro, I recommend Lubuntu, the lxde version of Ubuntu for the AOA110l
 
Old 09-26-2011, 04:31 AM   #8
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
Try running the following 'ldd <path to libflashplayer.so>', i.e. if you have 'libflashplayer.so' installed in '/usr/lib/mozilla/plugins' then type this:

Code:
$ ldd /usr/lib/mozilla/plugins/libflashplayer.so
You should receive some results back. What you are looking for is any lines that state 'not found', e.g.:
Code:
libnss3.so => not found 
libsmime3.so => not found 
libssl3.so => not found 
libplds4.so => not found 
libplc4.so => not found 
libnspr4.so => not found
If you are receiving 'not found' lines then these are dependencies of the Adobe Flash plugin that are not being found on your system because they are not within the usual library paths.

P.S. If Firefox is working with Flash despite seemingly missing dependencies it is almost certainly because Flash itself depends on various Mozilla libraries and your distro has those libs installed within the Firefox directory only, rather than system wide. I have seen several of the smaller distros make this packaging mistake, meaning that Flash only works in Firefox/Seamonkey and not in any non-Gecko based browser.

For example, if libnss3.so was listed as not found but Firefox is able to load Flash look for libnss3.so within the Firefox directory:

Code:
$ find /usr/lib/firefox* -name "libnss3.so" -print
You can correct the issue in two ways. Either install the nss package if there is one or symlink the various missing libs from the Firefox directory into the main /usr/lib directory.

Last edited by ruario; 09-27-2011 at 04:08 AM. Reason: removed * from example. It was there by mistake
 
Old 09-26-2011, 04:36 AM   #9
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762Reputation: 1762
By the way, I would strongly agree with qlue. You really don't want to be running such an old distro as you are pretty much asking for problems and I wouldn't trust that all known security issues are patched.
 
  


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
Cannot uninstall flash-plugin from Yast (I've deleted "Flash-Plugin" directory" ibovey Linux - Software 1 08-16-2010 08:45 AM
Question about patch for Flash plugin bxb32001 *BSD 1 07-24-2006 12:35 AM
rh9.0.the flash plugin installing result in the mozilla suddenly quit question soluti leafleaves Linux - Software 3 06-23-2005 10:11 PM
A question on flash-plugin satimis Fedora 14 04-08-2005 12:42 AM
Flash Plugin in Opera 7.11. Not showing up on plugin list even. binarynova Linux - Software 4 02-05-2004 07:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:19 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