LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-10-2009, 08:10 AM   #1
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Rep: Reputation: 19
Opera 10.0 + libflashplayer (What? Again?)


Hello people.

I can't get flashplayer work with Opera 10. I _know_ this has been reported over and over again, but I think I read most of the variants.

I'm running Slackware64. I have Opera 10.00 installed. I installed the 64 bit-version of libflashplayer (tried in several places. Now it's in /usr/lib64/mozilla/plugins). Opera simply doesn't report it.

It does see it, apparently. An strace of Opera running reveals this:

lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
lstat("/usr/lib64/mozilla", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/mozilla/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/mozilla/plugins/libflashplayer.so", {st_mode=S_IFREG|0755, st_size=9560488, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
lstat("/usr/lib64/mozilla", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/mozilla/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib64/mozilla/plugins/libflashplayer.so", {st_mode=S_IFREG|0755, st_size=9560488, ...}) = 0
pipe([31, 32]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f0893504790) = 19084
close(32) = 0
poll([{fd=31, events=POLLIN}], 1, 100) = 0 (Timeout)
kill(19084, SIG_0) = 0


Which does seem to indicate it was found, doesn't it?

I'd appreciate ideas!
John

Last edited by Johncc330; 11-10-2009 at 12:34 PM. Reason: Problem has been solved
 
Old 11-10-2009, 08:34 AM   #2
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
I remember having read that the problem could be an incompatibility between libc versions used in
libflashplayer en Opera (though it seems quite improbable - there should have been loads of
reports if this were true). How can I check the libc version in each?
 
Old 11-10-2009, 09:32 AM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Mmm, flash is working OK with Opera 10.01 from SlackBuilds.
 
Old 11-10-2009, 09:47 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Have you had Opera scan for new plugins?
Tools, Preferences, Advanced, Content, Plug-in options,
Find New.
 
Old 11-10-2009, 09:58 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by brianL View Post
Mmm, flash is working OK with Opera 10.01 from SlackBuilds.
Yep. Opera 10.01 (built from SlackBuilds) is working just fine here as well with flash.
 
Old 11-10-2009, 10:40 AM   #6
helo
LQ Newbie
 
Registered: May 2007
Distribution: slackware
Posts: 18

Rep: Reputation: 2
Do you have seamonkey or seamonkey-solibs installed?

When I used Opera I remember flash itself could not find some of the libs it needed. Do a:
Quote:
ldd /usr/lib64/mozilla/libflashplayer.so
to check.

If you don't want to install seamonkey-solibs you can add the path to the firefox directory into /etc/ld.so.conf instead.
 
Old 11-10-2009, 11:29 AM   #7
Hannes Worst
Member
 
Registered: Jul 2008
Location: Tilburg, The Netherlands
Distribution: Void Linux, Slackware, Nixos
Posts: 179

Rep: Reputation: 122Reputation: 122
I am experiencing the same problem. Flashplugin 10 won't work in opera, but flashplayer 9 works properly. The problem occurs also in Kazahase webbrowser, that I build upon the webkit-engine. I don't use opera or Kazehakase in combination with firefox or seamonkey.

Last edited by Hannes Worst; 11-10-2009 at 11:31 AM.
 
Old 11-10-2009, 11:37 AM   #8
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Original Poster
Rep: Reputation: 19
Quote:
Originally Posted by helo View Post
If you don't want to install seamonkey-solibs you can add the path to the firefox directory into /etc/ld.so.conf instead.
That did it! In all the pages I went through, I never found a reference to this problem (obviously). I was convinced that ldconfig would scan through all of the subdirectories of the /usr/lib64 folder by default, but it seems to skip the firefox-xxx dirs that are there (anyone know why?)...

I added /usr/lib64/firefox to ld.so.conf, and made a symlink from firefox to the latest version installed.

THANKS!
John
 
  


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
i cant install libflashplayer.so into my browser hemi_426 *BSD 7 11-08-2009 01:50 PM
LXer: Opera Launches Final Version of Opera 10 Browser LXer Syndicated Linux News 0 09-02-2009 02:20 PM
installing 32bit opera after installed 64bit opera soa Linux - Software 1 08-13-2008 06:51 PM
libflashplayer.so for ppc linux distro. darklink2058 Linux - Software 1 10-05-2007 03:32 PM

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

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