On Tuesday 07 October 2008, "Thomas H. George" <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> >> 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. ,= ,-_-. =. [EMAIL PROTECTED] ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.org/ \_/
signature.asc
Description: This is a digitally signed message part.