SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Well I'm sure this has been done to death and I'm just not getting it but...
I'm running Slack64 on hp2500 AMD64 dualboot.
I'm trying to get flashplayer to work with Firefox that came with slack. Here is what I've done so far.
1) Install using firefox "add plugins" . Can't find.
2) Manually DL'd and put the resulting libXXX.so file in numerous directories. /lib, /lib64/firefox/plugins, home/modzilla/plugins. You name it. Last check I have it in 4-5 different dir and firefox never sees it.
3) copied the text of slackbuild of flashplayer and created a file on my hardrive. Tried to run sh command and get error at line 152 (something to do with a missing directory from what I can make of the script) Unfortunately I don't know the ftp commands from the prompt to access the script file directly from the site so I had to copy and paste the info.
In short I'm not sure where to go from here. Any suggestions?
Well I'm sure this has been done to death and I'm just not getting it but...
I'm running Slack64 on hp2500 AMD64 dualboot.
I'm trying to get flashplayer to work with Firefox that came with slack. Here is what I've done so far.
1) Install using firefox "add plugins" . Can't find.
2) Manually DL'd and put the resulting libXXX.so file in numerous directories. /lib, /lib64/firefox/plugins, home/modzilla/plugins. You name it. Last check I have it in 4-5 different dir and firefox never sees it.
3) copied the text of slackbuild of flashplayer and created a file on my hardrive. Tried to run sh command and get error at line 152 (something to do with a missing directory from what I can make of the script) Unfortunately I don't know the ftp commands from the prompt to access the script file directly from the site so I had to copy and paste the info.
Hi
I copied the libflashplayer.so file to /usr/lib64/mozilla/plugins/, and changed permissions:
1) tried the libXXX.so to usr/lib64/modzilla/plugins directory and used the permissions command. No change but it wasnt' in there before.
2) I tried the slack build of flashplayer from slack64-current. Got an error trying to run the script file. At line 152 as mentioned in the first posting.
3) ran the ldd command. Here is the result
ldd: ./libflashplugin.so: No such file or directory
I didn't add the path to the command. Should I?
1) Unless you set the TMP variable (in the slackbiuld) to somewhere in your home directory, or use something like fakeroot, you need to su to root to run most slackbuilds.
3) Remove all copies of libflashplayer.so you have already installed before installing again. You only need one. Either in ~/.mozilla/plugins/ or /usr/lib64/mozilla/plugins/
Last edited by Eternal_Newbie; 12-26-2009 at 04:32 PM.
Reason: clarified, removed unnecesary
SlackBuilds are great, but it's always seemed a bit overkill to use one for the flashplayer, when all that's required is to copy libflashplayer.so to /usr/lib (or lib64)/mozilla/plugins.
SlackBuilds are great, but it's always seemed a bit overkill to use one for the flashplayer, when all that's required is to copy libflashplayer.so to /usr/lib (or lib64)/mozilla/plugins.
Yeah but it helps keep track of an upgrade to new version , provided you periodically run sbopkg -c
I tried Slack Builds but got an error at line 150.
cat $SRCDIR/slack-desc > $PKG/install/slack-desc
Also the install file down loaded to my home directory not the tmp directory.
I'm not sure I did it right. I couldn't download the script file by clicking on it as it opens it up instead. So I copy and pasted it into a text file and named it the same name as the file on the site.
I also cleared every copy of the XXXX.so file from my system.
*Follow Up* I have downloaded install_flash_player_10_linux.tar.gz
I did a search for a 64 bit file but every link I found brought me to the same point on the Adobe website and this was the file. I don't know if its 64 bit or not. I ended extracting it in the /usr/lib/flash-plugin, /usr/lib64/firefox3.5.2/plugins, /usr/lib64/mozilla. Firefox just isnt' seeing it. So I've either not gotten a 64 bit file or I've not found the magic directory yet.
Is there another player that would work with firefox?
Thanks All
Ace
Last edited by Ace Blackwell; 12-28-2009 at 12:28 AM.
Reason: Update
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.