LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 10-14-2011, 09:52 PM   #1
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Rep: Reputation: 15
Getting flash player to work


I'm using Slackware 13.37, 32 bit. I'm trying to get Adobe flash working, and was using a guide I found here:
http://www.basicconfig.com/install_a...lackware_linux

It boiled down to extracting Adobe and copying /libflashplayer.so to usr/lib/firefox-7.0.1/plugins. Bash showed that was done successfully, but when I closed Firefox and opened it back up, checking 'about;plugins' didn't show anything about flash. Youtube still says I need it, so I'm off looking for plan B.
I downloaded http://slackbuilds.org/repository/13...player-plugin/ and tried getting that to work. Nothing changed after I extracted that, but what gets me is that the Slackbuild file appears to be a duplicate of the file I downloaded from Adobe. The two files have the same name, with a #(2) added to one of them. Maybe I'm seeing things wrong, as I said I've already extracted the Adobe file once, and now have a folder labeled "usr" in Downloads that contains three other folders with bin,lib and share as their labels. I have the file libflashplayer.so showing in Downloads also.

Last edited by pottzie; 10-14-2011 at 09:56 PM.
 
Old 10-14-2011, 10:04 PM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
You can download Eric's package for flash. Install the package by running:

# installpkg packagename.txz

http://connie.slackware.com/~alien/s...gin/pkg/13.37/

P.S. The slackbuild for flash does work I suggest that you read the how to documentation at slackbuilds.org
 
Old 10-14-2011, 10:06 PM   #3
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
just copy the libflashplayer.so file to the /usr/lib/mozilla/plugins directory and restart firefox.
 
1 members found this post helpful.
Old 10-14-2011, 10:15 PM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by andrewthomas View Post
just copy the libflashplayer.so file to the /usr/lib/mozilla/plugins directory and restart firefox.
Sure that will work. But, I prefer to install packages that can easily be upgraded or removed later. Hence, I use official updates, and third party stuff from Eric, Robby, and build scripts from SBo. Each to his own.
 
Old 10-14-2011, 10:29 PM   #5
cfdisk
Member
 
Registered: May 2011
Location: Philadelphia, PA
Distribution: Slackware 13.37
Posts: 89

Rep: Reputation: 16
We are good in making things more complicated than they normally are.

http://www.linuxquestions.org/questi...ml#post4398071
 
Old 10-15-2011, 12:23 AM   #6
pottzie
Member
 
Registered: Aug 2009
Posts: 150

Original Poster
Rep: Reputation: 15
Trying to get the jist of how things work with Slackbuild. I've gotten the flash-player-plugin directory in Downloads after extracting the Slackbuilds tar.gz file. I'm having a problem getting the Adobe file into that same directory, which is what I assume is necessary for things to work. I try dragging the file into the directory, but that doesn't work.

Awright, I got it workin'. Copying ibflashplayer.so file to the /usr/lib/mozilla/plugins directory and restarting firefox did indeed work. I though that's what I'd done when I copied it previously, but I used the firefox version number, maybe that screwed it up, I don't know. Just "/usr/lib/mozilla/plugins" took care of things...for now, anyways.
I still want to know what it takes for Slackbuilds, I know I'm going to need someday.

Last edited by pottzie; 10-15-2011 at 12:35 AM.
 
Old 10-15-2011, 10:07 AM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by pottzie View Post
Trying to get the jist of how things work with Slackbuild. I've gotten the flash-player-plugin directory in Downloads after extracting the Slackbuilds tar.gz file. I'm having a problem getting the Adobe file into that same directory, which is what I assume is necessary for things to work. I try dragging the file into the directory, but that doesn't work.

Awright, I got it workin'. Copying ibflashplayer.so file to the /usr/lib/mozilla/plugins directory and restarting firefox did indeed work. I though that's what I'd done when I copied it previously, but I used the firefox version number, maybe that screwed it up, I don't know. Just "/usr/lib/mozilla/plugins" took care of things...for now, anyways.
I still want to know what it takes for Slackbuilds, I know I'm going to need someday.
Yes. You do need the adobe file in that directory. You could just copy the adobe file into the flash directory. Navigate to your download directory where you have the adobe file. Then issue this command: # cp adobefile /home/yourusername/downloaddirectory/flashdirectory
Then navigate to that directory with your terminal prompt:

cd /home/yourusername/downloaddirectory/flashdirectory

Then you will need to make the slackbuild script within the flash directory executable:

# chmod +x flash-player-plugin-SlackBuild

Then run the slackbuild:

# ./flash-player-plugin-SlackBuild

That command will create a Slackware flash package which will be deposited into your /tmp directory.

Navigate to /tmp:

cd /tmp

Install the the package:

# installpkg flashpackage_SBo

**Note: All of these steps are outlined at slackbuilds.org.
 
  


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
[SOLVED] Please help can't get flash player to work!!! Jacquelinecintron Linux - Software 9 04-13-2011 01:36 AM
How well does flash player work on netbooks? Dreamcast Linux - Laptop and Netbook 3 07-10-2010 02:55 PM
flash player won't work tonj Linux - Software 2 11-08-2008 02:07 AM
Flash Player doesn't work in Suse 9.3! Jeffmrg SUSE / openSUSE 4 09-12-2005 08:35 AM
Why can't I get my shockwave Flash player to work? Azain Linux - Newbie 1 06-23-2003 10:38 PM

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

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