LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-17-2010, 01:06 AM   #1
AleLinuxBSD
Member
 
Registered: May 2006
Location: Italy
Distribution: Ubuntu, ArchLinux, Debian, SL, OpenBSD
Posts: 274

Rep: Reputation: 42
How install Adobe Flash 64 on Squeeze 64 bit?


I have already removed the previously 32 bit release.
$ nspluginwrapper -l
Now i have download the package from adobe and i put the file
libflashplayer.so
on:
/usr/lib/flashplayer
and
/usr/lib64/flashplayer
the link on:
/usr/lib/firefox/plugins
and
/usr/lib64/firefox/plugins

but absolutely no flash using about : plugins.

Last edited by AleLinuxBSD; 09-17-2010 at 01:07 AM.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 09-17-2010, 01:59 AM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
usr/lib/mozilla/plugins/ would be the correct place.

Code:
 ls -l /usr/lib/mozilla/plugins
total 468
lrwxrwxrwx 1 root root    34 Dec  3  2008 flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
-rw-r--r-- 1 root root 89760 Mar  6  2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 90048 Mar  6  2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 89920 Mar  6  2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 93152 Mar  6  2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 90368 Mar  6  2010 gecko-mediaplayer-wmp.so
lrwxrwxrwx 1 root root    39 Jul  3  2009 libjavaplugin.so -> /etc/alternatives/mozilla-javaplugin.so
lrwxrwxrwx 1 root root    41 Aug 31 22:23 libnpgoogletalk.so -> /opt/google/talkplugin/libnpgoogletalk.so
lrwxrwxrwx 1 root root    47 Aug 31 22:23 libnpgtpo3dautoplugin.so -> /opt/google/talkplugin/libnpgtpo3dautoplugin.so
lrwxrwxrwx 1 root root    41 Aug 21 10:56 libnpsoplugin.so -> ../../openoffice/program/libnpsoplugin.so
lrwxrwxrwx 1 root root    39 Jan  8  2010 nphelix.so -> /opt/real/RealPlayer/mozilla/nphelix.so
lrwxrwxrwx 1 root root    40 Jan  8  2010 nphelix.xpt -> /opt/real/RealPlayer/mozilla/nphelix.xpt
You can also put it in ./mozilla/plugins

Last edited by craigevil; 09-17-2010 at 02:02 AM.
 
Old 09-17-2010, 07:08 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by craigevil View Post
You can also put it in ./mozilla/plugins
Do you mean ~/.mozilla/plugins ?
jdk
 
Old 09-18-2010, 12:51 AM   #4
AleLinuxBSD
Member
 
Registered: May 2006
Location: Italy
Distribution: Ubuntu, ArchLinux, Debian, SL, OpenBSD
Posts: 274

Original Poster
Rep: Reputation: 42
Quote:
/home/[user]/.mozilla/plugins
libflashplayer.so -> /usr/lib/flashplayer/libflashplayer.so

Quote:
$ ls /usr/lib/mozilla/plugins/ -l
totale 484
-rw-r--r-- 1 root root 93240 6 mar 2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 93464 6 mar 2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 93432 6 mar 2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 94968 6 mar 2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 93848 6 mar 2010 gecko-mediaplayer-wmp.so
lrwxrwxrwx 1 root root 38 17 set 07.23 libflashplayer.so -> /usr/lib/flashplayer/libflashplayer.so
Quote:
ls /usr/lib64/mozilla/plugins/ -l
totale 484
-rw-r--r-- 1 root root 93240 6 mar 2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 93464 6 mar 2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 93432 6 mar 2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 94968 6 mar 2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 93848 6 mar 2010 gecko-mediaplayer-wmp.so
lrwxrwxrwx 1 root root 38 17 set 07.23 libflashplayer.so -> /usr/lib/flashplayer/libflashplayer.so
Same problem as before.
 
Old 09-18-2010, 06:07 AM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
http://wiki.debian.org/FlashPlayer
Quote:
Debian 5.0 'Lenny' amd64

In September 2010 Adobe announced Flash Player "Square". As of September 17 it is a fully working preview release.

Flash Player Square Installation

First remove the version you may have installed (it's probably a 32 bit version or too old):

$ apt-get remove flashplugin-nonfree nspluginwrapper (the same applies to the 32bit version from debian-multimedia)

Get the Flash Player "Square" binary from Adobe (look for the Download plug-in for 64-bit Linux (TAR.GZ, 4.1 MB) link.

Extract the tar ball:

$ tar xvzf flashplayer_square_p1_64bit_linux_091510.tar.gz

As root copy the extracted file to the mozilla plugins folder(this will work with Google Chrome as well):

$ cp libflashplayer.so /usr/lib/mozilla/plugins/
 
2 members found this post helpful.
Old 09-18-2010, 11:00 AM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Talking

Finally!!!!!!!!!!!!!!!!!!
I've been waiting forever for Adobe to get their act together and give us a 64bit libflashplayer.
Thanks for the heads-up, Craigevil.
ciao,
jdk
 
Old 09-19-2010, 01:11 PM   #7
AleLinuxBSD
Member
 
Registered: May 2006
Location: Italy
Distribution: Ubuntu, ArchLinux, Debian, SL, OpenBSD
Posts: 274

Original Poster
Rep: Reputation: 42
I copied the file libflashplayer.so here:
Quote:
ls /usr/lib/mozilla/plugins/ -l
totale 484
-rw-r--r-- 1 root root 93240 6 mar 2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 93464 6 mar 2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 93432 6 mar 2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 94968 6 mar 2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 93848 6 mar 2010 gecko-mediaplayer-wmp.so
-rw-r--r-- 1 root root 10601968 19 set 20.07 libflashplayer.so
And, automatically, was copied by the system even here:
Quote:
ls /usr/lib64/mozilla/plugins/ -l
totale 484
-rw-r--r-- 1 root root 93240 6 mar 2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 93464 6 mar 2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 93432 6 mar 2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 94968 6 mar 2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 93848 6 mar 2010 gecko-mediaplayer-wmp.so
-rw-r--r-- 1 root root 10601968 19 set 20.07 libflashplayer.so
Today work.
At least using firefox 4.x while using firefox 3.6.x i have problem.

Last edited by AleLinuxBSD; 09-20-2010 at 04:28 AM.
 
  


Reply

Tags
flash 64bit



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] How install Flash 64 on Debian Squeeze 64 bit? AleLinuxBSD Debian 14 12-28-2009 03:27 AM
Mozilla Firefox 64-bit build for Linux with Adobe Flash Player 64-bit integrated silos Linux - Software 4 12-03-2009 07:40 PM
LXer: Using Adobe Flash and other 32-bit applications on 64-bit Linux LXer Syndicated Linux News 0 07-24-2008 07:10 PM
How to install Adobe Flash on 64 bit CentOS? concoran Linux - Software 2 07-05-2008 06:55 PM
Adobe Flash 9 64-bit Kubuntu 7.10 Chronothread Linux - Software 1 03-05-2008 06:19 PM

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

All times are GMT -5. The time now is 09:51 PM.

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