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 > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-21-2007, 05:03 PM   #46
adriv
Member
 
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 15
Posts: 700

Rep: Reputation: 43

I asked this because I remember a similar case (also with Slackware 10.2 and Flash 9!) on a Dutch Mozilla-forum, where I am a member (and moderator).
Long story short: removing libflashplayer.so from /usr/lib/mozilla/plugins (if it's there) and only keeping them in ~/.mozilla/plugins did seem to work.
Don't know why...
 
Old 05-21-2007, 05:20 PM   #47
phill0
LQ Newbie
 
Registered: May 2007
Posts: 6

Rep: Reputation: 0
Ok, flash player 7 works like a charm .
Gonna stay with that for now.
You can get it from following link: http://fpdownload.macromedia.com/get...7_linux.tar.gz
 
Old 05-21-2007, 06:23 PM   #48
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by adriv
I asked this because I remember a similar case (also with Slackware 10.2 and Flash 9!) on a Dutch Mozilla-forum, where I am a member (and moderator).
Long story short: removing libflashplayer.so from /usr/lib/mozilla/plugins (if it's there) and only keeping them in ~/.mozilla/plugins did seem to work.
Don't know why...
Well it should obviously only be in one place or the other, not both or there will be trouble.
 
Old 05-21-2007, 07:27 PM   #49
phill0
LQ Newbie
 
Registered: May 2007
Posts: 6

Rep: Reputation: 0
I think the first one is in user's home, and the second one is for Mozilla's installation as a whole. I'm not sure whether there's gonna be trouble (user's settings should override if they overlap), Mozilla should react correctly in this situation. But maybe that user had removed version 9 from /usr/lib/mozilla, and he had 7 in his home that could be the reason why things got fixed.

Quote:
Originally Posted by H_TeXMeX_H
Well it should obviously only be in one place or
the other, not both or there will be trouble.
 
Old 05-21-2007, 08:41 PM   #50
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Rep: Reputation: 30
Well I see from you post's that 7 works so I dl'd it and will give it a shot. I did put the .so and .xpt files in the ~/.mozilla/plugins & ~/.mozilla/components directories and not in ~/mozilla/plugins & ~/components directories. Tex had made me aware of this earlier on in the post. I'm not sure If you guys have noticed but I did mention that w/ flash loaded in that it works fine as root just not as user. Is something loaded as root that's not loaded for user??

Thanks for all help and concern in this matter.!... most appreciative...
 
Old 05-21-2007, 09:24 PM   #51
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What are the permissions on both of the files ? (usually they should be 'chmod a+rwx,go-w' or 'chmod u=rwx,go=rx')
 
Old 05-23-2007, 06:35 PM   #52
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Rep: Reputation: 30
Quote:
Originally Posted by H_TeXMeX_H
Well, here's how I installed it locally:

2) copy 'flashplayer.xpt' into '~/.mozilla/components' and also make it executable by 'chmod u+w,a+x flashplayer.xpt' (that also makes it writable by you)
3) copy 'libflashplayer.so' into '~/.mozilla/plugins'
This is what I followed from your post earlier on in this thread. What you just posted is different so maybe I should try one or both of them to see if it works.
 
Old 05-24-2007, 01:24 AM   #53
bandad
LQ Newbie
 
Registered: Dec 2005
Location: Surrey, UK
Distribution: slackware, ubuntu, and ipcop
Posts: 25

Rep: Reputation: 15
Just to confirm that the Flash 7 option does seem to work. At least until I find a site that insists on Flash 9!
I hope that someone more experienced than me can find a solution that allows us to be up-to-date.
 
Old 05-24-2007, 12:33 PM   #54
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Probably upgrade to Slackware 11.0 ... unless someone has had problems with it too.
 
Old 06-15-2007, 01:31 PM   #55
cferron
Member
 
Registered: Jan 2006
Location: Trois-Rivières, Québec, Canada
Distribution: Slackware, Ubuntu
Posts: 74

Rep: Reputation: 15
Angry Same problem here...

I have the same issue here:
Running firefox 1.0, 1.5 or 2.0 or latest with latest flash 9.0.31
on slackware 10.0 running on a hack version of Xfree86 4.3.0 (because I do multi-independant monitor)
./run-mozilla.sh: line 424: 32328 Segmentation fault "$prog" ${1+"$@"}


the ldd command on the ldd libflashplayer.so give me this output.
libdl.so.2 => /lib/libdl.so.2 (0xb7794000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7743000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7678000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb766a000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7619000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb75b4000)
libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0xb7586000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb72c2000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7289000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb720b000)
libm.so.6 => /lib/libm.so.6 (0xb71e8000)
libc.so.6 => /lib/libc.so.6 (0xb70b9000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb70b0000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7098000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7087000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7067000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7051000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb6fe3000)
libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0xb6fde000)
libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0xb6fd2000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb6f9d000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb6f83000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb6f7e000)
libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0xb6f7a000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0xb6f72000)
libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0xb6f6f000)
libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0xb6f5d000)
libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0xb6f53000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb6f2e000)


This crash right away, plus there is ABSOLUTELY no font on the page!?!

http://www.subitophoto.net/vss/test/viewer/

Please HELP!

Claude
 
Old 06-15-2007, 01:52 PM   #56
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think it can only be 2 things:

1) The mplayer-plugin (if you have it installed, get rid of it)
2) Incompatibility of Flash 9 with older kernels or libraries or something ... can't tell what. Upgrade to Slackware 11.0 or downgrade Flash to 7.
 
Old 06-15-2007, 02:10 PM   #57
cferron
Member
 
Registered: Jan 2006
Location: Trois-Rivières, Québec, Canada
Distribution: Slackware, Ubuntu
Posts: 74

Rep: Reputation: 15
Quote:
Originally Posted by H_TeXMeX_H
downgrade Flash to 7.
Where can I get it.... can seem to fing it oon adobe website!?!

Thanks

Claude
 
Old 06-15-2007, 02:58 PM   #58
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You can still get it here:
http://freshmeat.net/redir/flashplug...7_linux.tar.gz

You can also try swfdec ... not sure how many videos it will support tho:
http://freshmeat.net/projects/swfdec/
 
Old 06-18-2007, 02:17 AM   #59
onedingo
Member
 
Registered: Jan 2006
Location: Pittsburgh, PA, US
Distribution: Arch
Posts: 69

Rep: Reputation: 20
Mine used to crash like crazy until I...

Code:
1. Make sure no firefox is running

2. Install only one copy of version 9.0.31.0 in /usr/lib/mozilla/plugins/

-r--r--r-- 1 root root     856 2006-12-15 21:51 /usr/lib/mozilla/plugins/flashplayer.xpt
-rwxr-xr-x 1 root root 7040080 2006-12-15 21:51 /usr/lib/mozilla/plugins/libflashplayer.so*

Just cp the files in, don't use the install script.
Make sure there aren't any in ~/.mozilla/plugins/ && /usr/lib/firefox*/plugins

3. rm ~/.mozilla/firefox/pluginreg.dat
I haven't crashed in several months since I did this.
 
Old 07-12-2007, 09:54 PM   #60
Rollo69
Member
 
Registered: Sep 2005
Location: Charlotte, NC
Distribution: Slack 12.0
Posts: 190

Rep: Reputation: 30
Aight Onedingo.. I appreciate the nfo and followed to the T and now no popups saying I need to dl flash for this site but I have noticed a popup for flash on another site. Why would it be good for some sites and not for others??

Sorry for long time in between responses. Just been working, moving and working on other things in slack.

Thanks for the help!!

Last edited by Rollo69; 07-12-2007 at 09:56 PM.
 
  


Reply

Tags
crashes, firefox, flash, player



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
firefox/flash player javb Linux - Newbie 27 10-16-2007 11:56 PM
FLASH PLAYER 7 and FIREFOX kkiedrowski Linux - Software 4 03-22-2006 02:36 PM
Kernel 2.6.13.2 - flash player crashing on exit Whitesocks Linux From Scratch 5 10-02-2005 05:43 AM
flash player problems in firefox PeaceTank Linux - Software 3 12-18-2004 11:57 PM
firefox and flash player macleodjd Linux - Software 4 02-17-2004 05:03 PM

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

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