Slackware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-06-2014, 06:53 AM
|
#31
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by gezley
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?
|
|
|
05-06-2014, 07:05 AM
|
#32
|
Member
Registered: Jul 2004
Distribution: slackware
Posts: 225
Rep:
|
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.
|
|
|
05-06-2014, 07:09 AM
|
#33
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559
|
Quote:
Originally Posted by Ztcoracat
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
|
|
|
05-06-2014, 07:12 AM
|
#34
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by wigry
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$
|
|
|
05-06-2014, 07:18 AM
|
#35
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by Alien Bob
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$
|
|
|
05-06-2014, 07:32 AM
|
#36
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
I have to go to work....be back later--
|
|
|
05-06-2014, 07:36 AM
|
#37
|
Member
Registered: Jul 2004
Distribution: slackware
Posts: 225
Rep:
|
System and Firefox is 32-bit.
Last edited by wigry; 05-06-2014 at 09:50 AM.
|
|
|
05-06-2014, 08:10 AM
|
#38
|
Senior Member
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052
|
Hello,
Quote:
Originally Posted by Ztcoracat
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.
|
|
|
05-06-2014, 10:50 AM
|
#39
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,386
|
Quote:
Originally Posted by Ztcoracat
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.
|
|
|
05-06-2014, 03:37 PM
|
#40
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by wigry
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.
|
|
|
05-06-2014, 04:02 PM
|
#41
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by cwizardone
|
Sorry I didn't know I installed 32-bit until I found out today.
|
|
|
05-06-2014, 04:12 PM
|
#42
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
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.
|
|
|
05-06-2014, 04:22 PM
|
#43
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Rep:
|
Quote:
Originally Posted by Ztcoracat
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.
|
|
|
05-06-2014, 04:24 PM
|
#44
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by brianL
No, you don't need to do anything else. Installing the package will have put libflashplayer.so in the right place.
|
Thank you brianL-
|
|
|
05-06-2014, 04:35 PM
|
#45
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
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.
|
|
|
All times are GMT -5. The time now is 07:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|