When I run nspluginwrapper -i
/usr/lib/browser-plugins/libflashflashplayer.so the response is
*** NSPlugin Viewer *** ERROR: libnss3.so: cannot open shared object
file: No such file or directory.
I found a copy of libnss3.so in /usr/lib and added a soft link to it
from /usr/lib/browser-plugins but this did not resolve the problem.
For the record my systen is Lenny with a 2-6-26-1-amd64 kernel and
iceape browser. Follwing the instructions in the browser help/plugins
I downloaded rpm files, used alien to convert them to deb files and installed nspluginwrapper-1.0.0-2_amd64.deb and nspluginwrapper-i386-1.0.0-2_amd64.deb
The information in /usr/share/doc/nspluginwrapper-1.0.0 does not address
this problem.
Any suggestions?
Tom
Note: This is a reposting as the original sent yesterday (5 Nov 08)
never appeared in my mail from the list and also not in the archives.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
10-07-2008, 05:47 PM
"Thomas H. George"
nspluginwrapper problem
On Thu, Nov 06, 2008 at 06:33:44PM -0600, Boyd Stephen Smith Jr. wrote:
> On Monday 06 October 2008, "Thomas H. George" <lists@tomgeorge.info> wrote
> about 'nspluginwrapper problem':
> >When I run nspluginwrapper -i
> >/usr/lib/browser-plugins/libflashflashplayer.so the response is
>
> Could you run 'ldd /usr/lib/browser-plugins/libflashflashplayer.so' and
> post the output here?
Script done on Fri 07 Nov 2008 01:29:20 PM EST
> --
> Boyd Stephen Smith Jr. ,= ,-_-. =.
> bss03@volumehost.net ((_/)o o(\_))
> ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
> http://iguanasuicide.org/ \_/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-06-2008, 11:33 PM
"Boyd Stephen Smith Jr."
nspluginwrapper problem
On Monday 06 October 2008, "Thomas H. George" <lists@tomgeorge.info> wrote
about 'nspluginwrapper problem':
>When I run nspluginwrapper -i
>/usr/lib/browser-plugins/libflashflashplayer.so the response is
Could you run 'ldd /usr/lib/browser-plugins/libflashflashplayer.so' and
post the output here?
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss03@volumehost.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/
11-07-2008, 07:47 PM
Bob Cox
nspluginwrapper problem
On Mon, Oct 06, 2008 at 14:02:34 -0400, Thomas H. George (lists@tomgeorge.info) wrote:
[...]
> Note: This is a reposting as the original sent yesterday (5 Nov 08)
> never appeared in my mail from the list and also not in the archives.
Probably not relevant, but your posting suggests you have your PC clock
set to exactly one month ago. ;-)
--
Bob Cox. Stoke Gifford, near Bristol, UK.
Registered user #445000 with the Linux Counter - http://counter.li.org/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
11-07-2008, 08:40 PM
"Boyd Stephen Smith Jr."
nspluginwrapper problem
On Tuesday 07 October 2008, "Thomas H. George" <lists@tomgeorge.info> wrote
about 'Re: nspluginwrapper problem':
>On Thu, Nov 06, 2008 at 06:33:44PM -0600, Boyd Stephen Smith Jr. wrote:
>> On Monday 06 October 2008, "Thomas H. George" <lists@tomgeorge.info>
>> wrote
>>
>> about 'nspluginwrapper problem':
>> >When I run nspluginwrapper -i
>> >/usr/lib/browser-plugins/libflashflashplayer.so the response is
>>
>> Could you run 'ldd /usr/lib/browser-plugins/libflashflashplayer.so' and
>> post the output here?
>
>Script started on Fri 07 Nov 2008 01:28:49 PM EST
>dragon:~# ldd /usr/lib/browser-plugins/libflashplayer.so
> libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf73fc000)
See that "lib32" part? That means you are trying to use a 32-bit
library/binary on a 64-bit system. 32-bit libraries cannot link to 64-bit
libraries. So, when you are running 32-bit binaries/libraries, you'll
need to install special packages that contain the 32-bit versions of their
dependencies.
IIRC, you were originally trying to get flash 10 working, right? You might
try get getting a 64-bit version of that. (That would also eliminate the
need for nspluginwrapper.)
Assuming that's not possible, you'll need to satisfy these dependencies
with a special 32-bit package.
> libnss3.so => not found
> libsmime3.so => not found
> libssl3.so => not found
Probably need ia32-libs-libnss3 for these 3.
> libplds4.so => not found
> libplc4.so => not found
> libnspr4.so => not found
Probably need ia32-libs-libnspr4 for these 3.
Those packages aren't available in the official repositories for etch,
lenny, or even sid. I got them from http://www.debian-multimedia.org/ ,
which also has a Adobe Flash 10 package available for sid/amd64. (It's
still 32-bit flash, but all the dependencies will be handled for you.)
--
Boyd Stephen Smith Jr. ,= ,-_-. =.
bss03@volumehost.net ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.org/ \_/