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-05-2014, 09:36 PM
|
#1
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
|
Trying to copy libflashplayer.so and install flash
Hi:
I have been trying for days to install flash on the fresh install of Slackware.
I have the Mozillia browser and the Sea Monkey Browser but I am not using them. Instead I am using Konqueror.
I tried copying the libflashplayer.so file and followed the path (/usr/lib/mozilla/plugins) to the plugins dirrectory but the option to paste was not present.
I tried to copy it as root in the terminal an that didn't work.
So why the "cannot create regular file?
Code:
bash-4.3$ cd Downloads
bash-4.3$ ls
install_flash_player_11_linux.x86_64 libflashplayer.so usr
install_flash_player_11_linux.x86_64.tar.gz readme.txt
bash-4.3$ su
Password:
bash-4.3# cp libflashplayer.so /usr/lib/mozillia/plugins
cp: cannot create regular file '/usr/lib/mozillia/plugins': No such file or directory
What do I need to do? I'm having trouble understanding--
|
|
|
05-05-2014, 09:48 PM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,763
|
it's mozilla, not mozillia
Also you are using 64 bit so it should be /usr/lib64
|
|
|
05-05-2014, 09:57 PM
|
#3
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Corrected my spelling; thanks.
Code:
bash-4.3$ cd Downloads
bash-4.3$ ls
install_flash_player_11_linux.x86_64 libflashplayer.so usr
install_flash_player_11_linux.x86_64.tar.gz readme.txt
bash-4.3$ su
Password:
bash-4.3# cp libflashplayer.so /usr/lib/mozilla/plugins
bash-4.3# installpkg install_flash_player_11_linux.x86_64
Cannot install install_flash_player_11_linux.x86_64: file not found
bash-4.3# slackpkg install_flash_player_11_linux.x86_64
install_flash_player_11_linux.x86_64: Unknown option.
slackpkg - version 2.81.1
Usage:
slackpkg [OPTIONS] {install|remove|search|file-search|
upgrade|reinstall|blacklist} {PATTERN|FILE}
slackpkg [OPTIONS] {generate-template|install-template|remove-template}
TEMPLATENAME
slackpkg [OPTIONS] info PACKAGE
slackpkg [OPTIONS] update [gpg]
slackpkg [OPTIONS] {clean-system|upgrade-all|install-new}
slackpkg [OPTIONS] {new-config|check-updates|help}
If you need more information try to use 'slackpkg help' or look the
slackpkg's manpage.
bash-4.3#
|
|
|
05-05-2014, 10:35 PM
|
#4
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,397
|
Have you tried downloading and installing Alien Bob's flash package?
http://taper.alienbase.nl/mirrors/pe...-plugin/pkg64/
Once installed you can tell Konqueror to search for new plug-ins and it will find the flash plug-in.
Last edited by cwizardone; 05-05-2014 at 10:36 PM.
|
|
|
05-05-2014, 10:35 PM
|
#5
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
I checked in /usr/lib/mozilla/plugins and the libflashplayer.so file is in the plugins directory.
Now what is the problem?
I should be using slackpkg to install flash; right?
|
|
|
05-05-2014, 10:39 PM
|
#6
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,639
|
you can also make a "plugins" folder IN the seamonkey folder
then link the lib flash to a file in that folder
seamonkey/plugins/libflashplayer.so ( well the link to "libflashplayer.so" )
now Firefox IS DIFFERENT!!!!!
a few versions back ( i think it was firefox 18 ) they MOVED!!!! that folder to a NEW location
firefox/browser/plugins/libflashplayer.so ( well the link to "libflashplayer.so" )
|
|
|
05-05-2014, 10:40 PM
|
#7
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by cwizardone
|
I just downloaded the flash pkg from that page. Thank You.
Hope this works.
|
|
|
05-05-2014, 10:43 PM
|
#8
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,397
|
Quote:
Originally Posted by Ztcoracat
I checked in /usr/lib/mozilla/plugins and the libflashplayer.so file is in the plugins directory.
Now what is the problem?
I should be using slackpkg to install flash; right?
|
Or you can download the flash package I mentioned above, save it to your hard drive and as root run, upgradepkg --reinstall --install-new flashpackagename.txz
flashpackagename = the real, exact name of the package.
Then open Konqueror, go to settings > configure konqueror > plugins
and tell it to search for new plug-ins.
|
|
|
05-05-2014, 10:50 PM
|
#9
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
The easiest for me was to download and install the :
Code:
flashplayer-plugin-11.2.202.356-x86_64-1alien.txz
Code:
bash-4.3# installpkg flashplayer-plugin-11.2.202.356-x86_64-1alien.txz
Verifying package flashplayer-plugin-11.2.202.356-x86_64-1alien.txz.
Installing package flashplayer-plugin-11.2.202.356-x86_64-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-x86_64-1alien.txz.
Package flashplayer-plugin-11.2.202.356-x86_64-1alien.txz installed.
Now that it is installed, I'll try what you said: cwizardone. I just have to find in Konqueror where the plugin is at--
I'm not sure-
|
|
|
05-05-2014, 10:55 PM
|
#10
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,397
|
Quote:
Originally Posted by Ztcoracat
...I just have to find in Konqueror where the plugin is at--
I'm not sure-
|
See the last sentence of message #8, above.
BTW, at this point, how many versions of the flash plug-in do you have installed?
|
|
1 members found this post helpful.
|
05-05-2014, 11:05 PM
|
#11
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by cwizardone
See the last sentence of message #8, above.
BTW, at this point, how many versions of the flash plug-in do you have installed?
|
Just one flash plug in installed.
Taking a screen shot to show you where I am at and not sure what to choose because I don't see "flashplayer -plugin"
http://s1052.photobucket.com/user/Ul...ugins.png.html
|
|
|
05-05-2014, 11:08 PM
|
#12
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,397
|
Click on the button that says, "Scan for Plugins."
|
|
1 members found this post helpful.
|
05-05-2014, 11:21 PM
|
#13
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by cwizardone
Click on the button that says, "Scan for Plugins."
|
When I click on "Scan for Plugins" I get this in the window:
Code:
/usr/lib/mozilla/plugins/skypebutton.so
|
|
|
05-06-2014, 01:03 AM
|
#14
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,397
|
Was Konqueror closed when you installed the flash plug-in? If not, close it and restart it and go through, settings > configure konqueror > plugins > plugins > scan for plugins, one more time.
If you did a fresh, complete install of Slackware64 and installed Alien Bob's flashplayer package, Konqueror should find the flash plug-in.
Just for chuckles, with a file manager, check /var/logs/packages to see if libflashwhatever is installed.
|
|
|
05-06-2014, 01:15 AM
|
#15
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Original Poster
|
Quote:
Originally Posted by cwizardone
Was Konqueror closed when you installed the flash plug-in? If not, close it and restart it and go through, settings > configure konqueror > plugins > plugins > scan for plugins, one more time.
If you did a fresh, complete install of Slackware64 and installed Alien Bob's flashplayer package, Konqueror should find the flash plug-in.
Just for chuckles, with a file manager, check /var/logs/packages to see if libflashwhatever is installed.
|
I closed Konqueror and restarted it. Tried again and still have the same result when I click san for plugins.
I checked in /var/logs/packages and the good new is "flashplayer-plugin-11.2.202.356-x86_64-1alien.txz" is there.
Don't get why Konqueror isn't finding the plugin.
Could the KDE DE possibly be causing an issue?
|
|
|
All times are GMT -5. The time now is 10:05 AM.
|
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
|
|