LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nspluginwrapper: no viewer found (https://www.linuxquestions.org/questions/linux-software-2/nspluginwrapper-no-viewer-found-604816/)

verbose 12-05-2007 08:53 PM

nspluginwrapper: no viewer found
 
I'm sure a number of users here are familiar with the nsplugginwrapper trick to get the Flash plugin operational on a 64-bit system.

I've looked through all the links on the first page of Google and I can't find an answer to my question.

This used to work and now it doesn't...

sudo nspluginwrapper -i libflashplayer.so used to work, and now it doesn't...

/usr/bin/linux32: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin: No such file or directory
nspluginwrapper: no appropriate viewer found for libflashplayer.so


The funny thing of it is... that file DOES exist.


Any idea what the problem could be?
Thanks

ehawk 12-05-2007 11:20 PM

Perhaps viewing the following will help

http://ubuntuforums.org/showthread.php?t=545478&page=2

http://ubuntuforums.org/archive/index.php/t-269170.html

http://blogs.sun.com/richb/entry/fla...g_with_firefox

http://forums.slamd64.com/viewtopic....36ae3138bacdd4

http://www.linuxquestions.org/questi...irefox-578786/

http://plugindoc.mozdev.org/linux-amd64.html

http://gentoo-wiki.com/HOWTO_Install..._java_on_amd64

wvrn 12-06-2008 07:39 AM

libnss3 missing
 
the "verbose" option gives an answer:

Code:

nspluginwrapper -v -i libflashplayer.so
Code:

*** NSPlugin Viewer  *** ERROR: libnss3.so: cannot open shared object file: No such file or directory
nspluginwrapper: no appropriate viewer found for /home/werner/.mozilla/firefox/plugins/libflashplayer.so


the solution for suse: open the software-installer and search/install "libnss3".
the next try gives me:

Code:

Install plugin libflashplayer.so
  into /usr/lib64/browser-plugins/npwrapper.libflashplayer.so


w.

the trooper 12-06-2008 08:01 AM

On my Debian boxes, i just add the Debian Multimedia repository to /etc/apt/sources.list.

Then: aptitude install nspluginwrapper flashplayer-mozilla

That's it!
Also there is a native 64bit plugin for flash available from the Adobe website.
Can't say how well it works as i haven't tried it myself.

Regards.
The trooper.

billlee 09-15-2009 08:19 PM

This thread has helped, but leads me to this from nspluginwrapper:

*** NSPlugin Viewer *** ERROR: /opt/Adobe/Reader9/Browser/intellinux/nppdf.so: wrong ELF class: ELFCLASS32
nspluginwrapper: no appropriate viewer found for /opt/Adobe/Reader9/Browser/intellinux/nppdf.so

What on earth does THAT mean?

Thanks.

Bill Lee

PS: Have installed and use the 64-bit version of Adobe's flash player. Seems to work just fine.


All times are GMT -5. The time now is 02:51 AM.