LinuxQuestions.org
Review your favorite Linux distribution.
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 10-30-2009, 08:06 PM   #1
ClayOgre
LQ Newbie
 
Registered: Jan 2003
Location: Indiana, USA
Distribution: Slackware 12.2
Posts: 27

Rep: Reputation: 15
Thumbs down install flashplayer 10??


I have been with Slack since 10.0. Never had a lick of trouble installing the Flash Player...until now. Downloaded the .tar.gz version. Figured the instructions would be the same as always, untar the file, run the installer...

...the only problem is, there is NO installer!!! The only thing in the file is libflashplayer.so, no install script. So, did Adobe screw up and forget to include the install script? Is there some new way of doing it? Because the instructions still say the same, unpack the file, and run the installer.

Anybody else run into this...and solve it?
 
Old 10-30-2009, 08:09 PM   #2
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
Copy or move libflashplayer.so to /usr/lib/mozilla/plugins.
 
Old 10-30-2009, 08:09 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Move the .so file to /usr/lib/firefox/plugins and you will have Flash installed.
 
Old 10-30-2009, 08:22 PM   #4
ClayOgre
LQ Newbie
 
Registered: Jan 2003
Location: Indiana, USA
Distribution: Slackware 12.2
Posts: 27

Original Poster
Rep: Reputation: 15
Thanks...I sort of figured that out indirectly.

I had come across something similar to what you guys are telling me on another site...only problem was, whoever typed it, said use the "plugin" folder, rather than "plugins"...so of course it didn't work when I tried it.

So, in my roundabout way, here is how I figured it out...just before coming back and reading your messages:

I downloaded this huge file of Flash Player 9 files from Adobe, figuring that they would have the linux version included (it is a huge file with multiple versions of FP9. I installed what seemed to be the latest (and it did have the script), then went to my .mozilla directory to see where it put it. (and took a detour to youtube to test if v9 worked).

pluginS, not "plugin"...aha! So, still having the not working version in the incorrectly named plugin folder, I moved it to the correct folder. ..went back to youtube to test it again.

....then I came back here to post my screwball solution, only to discover that there was a much easier way to do it. Oh well. (I could have saved myself a lot of grief if I had just stuck with my 12.2 install. But had to try 13.0 -- hated it...so went back to 12.2 and had to re-install everything).

Last edited by ClayOgre; 10-30-2009 at 08:25 PM.
 
Old 10-30-2009, 08:38 PM   #5
shaftta
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Rep: Reputation: 0
Weak answer.

I know this is a weak answer, but I use sbopkg, the slackbuilds package browser. It makes installing stuff like that simple and easy. Flash has always installed like a champ.

http://www.sbopkg.org/
 
Old 10-30-2009, 09:29 PM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I usually use the slack build script from slackbuilds.org to install flash, that works for me.
 
Old 10-30-2009, 09:30 PM   #7
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,680

Rep: Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374Reputation: 1374
Quote:
Originally Posted by hitest View Post
I usually use the slack build script from slackbuilds.org to install flash, that works for me.
agreed, It's easy to install standalone but the slackbuilds.org build is pretty much bullet proof.
 
Old 10-30-2009, 09:39 PM   #8
shaftta
LQ Newbie
 
Registered: Jul 2008
Posts: 4

Rep: Reputation: 0
No joke. I've been using GNU/Linux for about 14 years. I've let someone else do all the work now. I'm way to lazy. I've paid my dues. lol


Quote:
Originally Posted by Daedra View Post
agreed, It's easy to install standalone but the slackbuilds.org build is pretty much bullet proof.
 
Old 10-30-2009, 09:45 PM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by shaftta View Post
No joke. I've been using GNU/Linux for about 14 years. I've let someone else do all the work now. I'm way to lazy. I've paid my dues. lol
The great thing about using a slack build script and the resulting package is that it is dead simple to upgrade to a newer version of flash when one becomes available.
 
Old 11-02-2009, 04:05 AM   #10
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
Quote:
I have been with Slack since 10.0. Never had a lick of trouble installing the Flash Player...until now. Downloaded the .tar.gz version. Figured the instructions would be the same as always, untar the file, run the installer...

...the only problem is, there is NO installer!!! The only thing in the file is libflashplayer.so,
this is what i did

Code:
bash-3.1# tar -xvzf install_flash_player_10_linux.tar.gz 
libflashplayer.so
bash-3.1# cp libflashplayer.so /usr/lib/firefox-3.5.2/plugins/ -v

`libflashplayer.so' -> `/usr/lib/firefox-3.5.2/plugins/libflashplayer.so'
bash-3.1#
then restart firefox check --->Tools-->Add-ons--->Pluggins
i can see the shockwave flash there in the list.
 
Old 11-02-2009, 04:41 AM   #11
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
I think if you put it in /usr/lib (or lib64)/mozilla/plugins, that makes it usable by Seamonkey as well as Firefox.
 
Old 11-02-2009, 04:48 AM   #12
halfx
LQ Newbie
 
Registered: Oct 2009
Location: Earth
Distribution: Slackware 13
Posts: 6

Rep: Reputation: 0
Or type:
about : plugins
(no spaces) in navigation toolbar (address bar) to verify flash player.
For me doesn't works.
I use Slackware 13.0, KDE 4.2, Firefox 3.5, Flash Player 10 - installed, but I don't have sound when viewing videos for example.
I do an ldd command on this file and it shows lots of dependencies.
How can I fix dependencies?

Gabriel

Last edited by halfx; 11-02-2009 at 04:52 AM.
 
Old 11-02-2009, 04:52 AM   #13
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
For your sound problem, have you run (as root)?
alsaconf
alsamixer
alsactl store
 
Old 11-02-2009, 04:59 AM   #14
halfx
LQ Newbie
 
Registered: Oct 2009
Location: Earth
Distribution: Slackware 13
Posts: 6

Rep: Reputation: 0
brianL... I have sound when I play something with Amarok, Xmms,...
Only in FireFox doesn't work
I will run your commands as root to see if works...

Edit:
After your commands (as root! - in Konsole):
1. alsaconf: (i choice my sound card):
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.

Have a lot of fun!

2. alsamixer:
alsamixer: function snd_ctl_open failed for default: No such file or directory

3. alsactl store:
-
Note: after reboot it works fine!
Thank brianL !!! You make me happy!

Last edited by halfx; 11-02-2009 at 05:54 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How do I install flashplayer 7 genuinefake Linux - Software 7 08-13-2006 08:39 PM
ho to install flashplayer howarddevore Ubuntu 5 12-07-2005 05:49 AM
Flashplayer install MRDucks Linux - Newbie 1 09-03-2005 08:46 PM
flashplayer: do we need to install them for every browser go_sooner Linux - Software 2 07-08-2005 01:25 AM
install flashplayer romcgill Linux - Software 8 03-22-2003 06:45 PM

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

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