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-06-2014, 06:53 AM   #31
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by gezley View Post
It's now over 8 hours since Willy told you to copy the 64-bit flash plugin to /usr/lib64 yet here you are, still refusing to do so?

Why?
I have trouble understanding this.

Should I copy all of these:
Code:
/usr/lib64/mozilla/plugins/gecko-mediaplayer-dvx.so
/usr/lib64/mozilla/plugins/gecko-mediaplayer-qt.so
/usr/lib64/mozilla/plugins/gecko-mediaplayer-rm.so
/usr/lib64/mozilla/plugins/gecko-mediaplayer-wmp.so
/usr/lib64/mozilla/plugins/gecko-mediaplayer.so
/usr/lib64/mozilla/plugins/libflashplayer.so
/usr/lib64/mozilla/plugins/skypebuttons.so
And than add them to the plugins directory?
 
Old 05-06-2014, 07:05 AM   #32
wigry
Member
 
Registered: Jul 2004
Distribution: slackware
Posts: 225

Rep: Reputation: 53
Sorry, yees it was /usr/lib/mozilla/plugins

The copy command is cp and directory listing is ls so use the ls command to look into the /usr/lib64/mozilla/plugins directory:

Code:
ls /usr/lib64/mozilla/plugins
If the flash plugin is not there, then install the pkg and after installing, try again to see into that directory.
Why you tried to use the cat command is unknown to me. Cat is used to look into the files not directories.
 
Old 05-06-2014, 07:09 AM   #33
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Ztcoracat View Post
I install 64 bit-

Code:
bash-4.3$ cat /usr/lib/mozilla/plugins
cat: /usr/lib/mozilla/plugins: Is a directory
bash-4.3$ cat /usr/lib64/mozilla/plugins
cat: /usr/lib64/mozilla/plugins: Is a directory
Copy those files that you posted into that directory? Use Nano to do that?
I have trouble understanding. I have a disability-
The directory /usr/lib64/mozilla/plugins exists, even if you are running 32-bit Slackware, because you have installed the 64-bit flashplayer-plugin package earlier:
Code:
installpkg flashplayer-plugin-11.2.202.356-x86_64-1alien.txz
So this is not the correct way to determine if you are running a 32-bit or a 64-bit OS.
The better check is done by looking at the output of these commands:
Code:
uname -a
ls -la /var/log/packages/mozilla*
If you have a 64-bit OS you need to install the 64-bit flashplayer and if you are running a 32-bit OS you will need the 32-bit flashplayer.
The best thing to do is start over: remove the libflashplayer.so that you copied into /usr/lib/mozilla/plugins and "removepkg flashplayer-plugin". After that, you need to determine what exactly it is that you need, and only install that.

I also see you are showing lots of examples where you are trying to "cat" a directory. Like, "cat /usr/mozilla/plugins". You can cat a file, not a directory. If you want to display the directory content, use "ls".
I know, technically a directory in UNIX is just another form of file on disk, but try to maintain the difference.

Eric
 
Old 05-06-2014, 07:12 AM   #34
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by wigry View Post
Sorry, yees it was /usr/lib/mozilla/plugins

The copy command is cp and directory listing is ls so use the ls command to look into the /usr/lib64/mozilla/plugins directory:

Code:
ls /usr/lib64/mozilla/plugins
If the flash plugin is not there, then install the pkg and after installing, try again to see into that directory.
Why you tried to use the cat command is unknown to me. Cat is used to look into the files not directories.
Using the terminal this is what I have:
Code:
bash-4.3$ ls /usr/lib64/mozilla/plugins
libflashplayer.so
bash-4.3$
 
Old 05-06-2014, 07:18 AM   #35
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Alien Bob View Post
The directory /usr/lib64/mozilla/plugins exists, even if you are running 32-bit Slackware, because you have installed the 64-bit flashplayer-plugin package earlier:
Code:
installpkg flashplayer-plugin-11.2.202.356-x86_64-1alien.txz
So this is not the correct way to determine if you are running a 32-bit or a 64-bit OS.
The better check is done by looking at the output of these commands:
Code:
uname -a
ls -la /var/log/packages/mozilla*
If you have a 64-bit OS you need to install the 64-bit flashplayer and if you are running a 32-bit OS you will need the 32-bit flashplayer.
The best thing to do is start over: remove the libflashplayer.so that you copied into /usr/lib/mozilla/plugins and "removepkg flashplayer-plugin". After that, you need to determine what exactly it is that you need, and only install that.

I also see you are showing lots of examples where you are trying to "cat" a directory. Like, "cat /usr/mozilla/plugins". You can cat a file, not a directory. If you want to display the directory content, use "ls".
I know, technically a directory in UNIX is just another form of file on disk, but try to maintain the difference.

Eric
Here's the output of uname -a and etc-
Code:
bash-4.3$ ls /usr/lib64/mozilla/plugins
libflashplayer.so
bash-4.3$ uname -a
Linux redhatcat 3.10.30-smp #2 SMP Fri Feb 14 20:54:32 CST 2014 i686 AMD Phenom(tm) 9850 Quad-Core Processor AuthenticAMD GNU/Linux
bash-4.3$ ls -la /var/log/packages/mozilla*
-rw-r--r-- 1 root root 61203 May  4 16:27 /var/log/packages/mozilla-firefox-29.0-i486-1
-rw-r--r-- 1 root root  5651 May  4 16:27 /var/log/packages/mozilla-nss-3.16-i486-1
-rw-r--r-- 1 root root 82992 May  4 16:28 /var/log/packages/mozilla-thunderbird-24.5.0-i486-1
bash-4.3$
 
Old 05-06-2014, 07:32 AM   #36
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I have to go to work....be back later--
 
Old 05-06-2014, 07:36 AM   #37
wigry
Member
 
Registered: Jul 2004
Distribution: slackware
Posts: 225

Rep: Reputation: 53
System and Firefox is 32-bit.

Last edited by wigry; 05-06-2014 at 09:50 AM.
 
Old 05-06-2014, 08:10 AM   #38
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Ztcoracat View Post
Here's the output of uname -a and etc-
Code:
bash-4.3$ ls /usr/lib64/mozilla/plugins
libflashplayer.so
bash-4.3$ uname -a
Linux redhatcat 3.10.30-smp #2 SMP Fri Feb 14 20:54:32 CST 2014 i686 AMD Phenom(tm) 9850 Quad-Core Processor AuthenticAMD GNU/Linux
bash-4.3$ ls -la /var/log/packages/mozilla*
-rw-r--r-- 1 root root 61203 May  4 16:27 /var/log/packages/mozilla-firefox-29.0-i486-1
-rw-r--r-- 1 root root  5651 May  4 16:27 /var/log/packages/mozilla-nss-3.16-i486-1
-rw-r--r-- 1 root root 82992 May  4 16:28 /var/log/packages/mozilla-thunderbird-24.5.0-i486-1
bash-4.3$
You have installed 64-bit flash on a 32-bit slackware. Install the 32-bit flash instead.

--
SeB

Last edited by phenixia2003; 05-06-2014 at 08:20 AM.
 
Old 05-06-2014, 10:50 AM   #39
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
Quote:
Originally Posted by Ztcoracat View Post
Here's the output of uname -a and etc-
Code:
bash-4.3$ ls /usr/lib64/mozilla/plugins
libflashplayer.so
bash-4.3$ uname -a
Linux redhatcat 3.10.30-smp #2 SMP Fri Feb 14 20:54:32 CST 2014 i686 AMD Phenom(tm) 9850 Quad-Core Processor AuthenticAMD GNU/Linux
bash-4.3$ ls -la /var/log/packages/mozilla*
-rw-r--r-- 1 root root 61203 May  4 16:27 /var/log/packages/mozilla-firefox-29.0-i486-1
-rw-r--r-- 1 root root  5651 May  4 16:27 /var/log/packages/mozilla-nss-3.16-i486-1
-rw-r--r-- 1 root root 82992 May  4 16:28 /var/log/packages/mozilla-thunderbird-24.5.0-i486-1
bash-4.3$

Last edited by cwizardone; 05-06-2014 at 11:40 AM.
 
Old 05-06-2014, 03:37 PM   #40
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by wigry View Post
System and Firefox is 32-bit.
Well that's not good. I thought I downloaded Slackware for 64-bit-
I made a mistake--

I just downloaded:
Quote:
flashplayer-plugin-11.2.2.202.356-i386-1alien.txz
from the Slackbuilds mirror.

I'll install that and than remove the flashplayer for 64-bit.

Last edited by Ztcoracat; 05-06-2014 at 03:59 PM.
 
Old 05-06-2014, 04:02 PM   #41
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by cwizardone View Post
Sorry I didn't know I installed 32-bit until I found out today.
 
Old 05-06-2014, 04:12 PM   #42
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I installed the flashplayer for 32-bit and removed the flashplayer pkg for 64-bit:-

Code:
bash-4.3$ cd Downloads
bash-4.3$ ls
flashplayer-plugin-11.2.202.356-i386-1alien.txz
flashplayer-plugin-11.2.202.356-x86_64-1alien.txz
install_flash_player_11_linux.i386.tar.gz
usr
bash-4.3$ su
Password: 
bash-4.3# installpkg flashplayer-plugin-11.2.202.356-i386-1alien.txz
Verifying package flashplayer-plugin-11.2.202.356-i386-1alien.txz.
Installing package flashplayer-plugin-11.2.202.356-i386-1alien.txz:
PACKAGE DESCRIPTION:
# flashplayer-plugin (flash plugin for web browsers)
#
# Provides Adobe Flash plugin for browsers that recognize
# /usr/lib/mozilla/plugins as a valid plugin directory
#
# Plugin is subject to Adobe terms of use: 
#  http://www.adobe.com/go/labs_term_of_use
#
# Plugin is subject to Adobe Flash EULA:
#  http://labs.adobe.com/technologies/eula/flashplayer.html
#
Executing install script for flashplayer-plugin-11.2.202.356-i386-1alien.txz.
Package flashplayer-plugin-11.2.202.356-i386-1alien.txz installed.;)

bash-4.3# removepkg flashplayer-plugin-11.2.202.356-x86_64-1alien.txz

Removing package /var/log/packages/flashplayer-plugin-11.2.202.356-x86_64-1alien...
Removing files:
  --> /usr/share/pixmaps/flash-player-properties.png (symlink) was found in another package. Skipping.
  --> /usr/bin/flash-player-properties was found in another package. Skipping.
  --> /usr/doc/flashplayer-plugin-11.2.202.356/flashplayer-plugin.SlackBuild was found in another package. Skipping.
  --> /usr/doc/flashplayer-plugin-11.2.202.356/readme.txt was found in another package. Skipping.
  --> /usr/share/applications/flash-player-properties.desktop was found in another package. Skipping.
  --> /usr/share/icons/hicolor/16x16/apps/flash-player-properties.png was found in another package. Skipping.
  --> /usr/share/icons/hicolor/22x22/apps/flash-player-properties.png was found in another package. Skipping.
  --> /usr/share/icons/hicolor/24x24/apps/flash-player-properties.png was found in another package. Skipping.
  --> /usr/share/icons/hicolor/32x32/apps/flash-player-properties.png was found in another package. Skipping.
  --> /usr/share/icons/hicolor/48x48/apps/flash-player-properties.png was found in another package. Skipping.
  --> /usr/share/kde4/services/kcm_adobe_flash_player.desktop was found in another package. Skipping.
  --> Deleting /usr/lib64/kde4/kcm_adobe_flash_player.so
  --> Deleting /usr/lib64/mozilla/plugins/libflashplayer.so
  --> Deleting empty directory /usr/lib64/mozilla/plugins/
  --> Deleting empty directory /usr/lib64/mozilla/
  --> Deleting empty directory /usr/lib64/kde4/
  --> Deleting empty directory /usr/lib64/
bash-4.3#
I haven't untared the adobe flashplayer plugin to get the "libflashplayer.so" -
If that not necessary for me to do that; please say so. (as I am easily confused) I have PTSD.

My current /usr/lib/mozilla/plugins still has libflashplayer.so and skypebutton.so - From when I first started the thread.
Quote:
bash-4.3$ ls /usr/lib/mozilla/plugins
libflashplayer.so skypebuttons.so
bash-4.3$
I should delete that right?

Last edited by Ztcoracat; 05-06-2014 at 04:22 PM.
 
Old 05-06-2014, 04:22 PM   #43
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
Quote:
Originally Posted by Ztcoracat View Post
I haven't untared the adobe flashplayer plugin to get the "libflashplayer.so" -
If that not necessary for me to do that; please say so.
No, you don't need to do anything else. Installing the package will have put libflashplayer.so in the right place.
 
Old 05-06-2014, 04:24 PM   #44
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by brianL View Post
No, you don't need to do anything else. Installing the package will have put libflashplayer.so in the right place.
Thank you brianL-
 
Old 05-06-2014, 04:35 PM   #45
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Success with flashplayer

Thank you all for sticking with me.
It's not easy being Ztcoracat sometimes--

I'm watching a you tube video now and flashplayer is working properly-

Installing the flashplayer for 32 -bit and removing the flashplayer for 64 -bit solved the issue.
 
  


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)Help, Tried to install 2nd copy of Linux and now I cant boot 1st copy FMCDH Linux - Newbie 40 02-19-2014 05:23 PM
i cant install libflashplayer.so into my browser hemi_426 *BSD 7 11-08-2009 01:50 PM
copy flash from cisco 2950 router to another one that has no flash bladerunner12120 Linux - Software 12 09-09-2008 05:01 PM
i cannot copy flash to a switch without any flash. GuessBoy Linux - Newbie 2 12-14-2007 09:23 AM

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

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