LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   nspluginwrapper error? (https://www.linuxquestions.org/questions/linux-newbie-8/nspluginwrapper-error-663029/)

gNguyen 08-15-2008 12:35 PM

nspluginwrapper error?
 
Im on debian etch amd64 and im trying to install flashplugin with nsplugin wrapper following these directions http://www.dipconsultants.com/debian/ but with the flash 10 prerelease, but I keep getting this

Code:

$ nspluginwrapper -i ~/.mozilla/plugins/libflashplayer.so
*** NSPlugin Viewer  *** ERROR: libcurl.so.3: cannot open shared object file: No such file or directory


Tk3thelinuxnewb 08-15-2008 04:23 PM

Try searching libcurl in your package manager, and see if it is installed.

gNguyen 08-15-2008 07:38 PM

It's installed.

the trooper 08-16-2008 07:08 AM

I find the easiest way to get flash working in Debian as follows:

Remove dip consultants from /etc/apt/sources.list
Edit your apt sources to include Debian multimedia(etch main) and Debian backports(main,contrib,non-free)
Aptitude install nspluginwrapper ia32-libs-gtk
Aptitude install flashplayer-mozilla.

And that's it!
Any problems post back.
Regards.
The trooper.

gNguyen 08-16-2008 04:46 PM

Quote:

Edit your apt sources to include Debian multimedia(etch main) and Debian backports(main,contrib,non-free)
What do I add to /etc/apt/sources.list for the repositories you told me?

the trooper 08-17-2008 07:41 AM

First add this line to /etc/apt/sources.list

Code:

deb http://www.debian-multimedia.org etch main
Then aptitude update.
You will then get an error message because you need to install Debian multimedia's keyring.
You install the keyring with: aptitude install debian-multimedia-keyring
Then aptitude update again.Check for any error messages.

Next add the following line to /etc/apt/sources.list

Code:

deb http://www.backports.org/debian etch-backports main contrib non-free
Then aptitude update.
Same again you will get an error message requiring a keyring
You install this with aptitude install debian-backports-keyring.
Then aptitude update again.

Here's my apt sources for you to compare:

Code:

#
# deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official amd64 NETINST Binary-1 20080218-14:10]/ etch contrib main

#deb cdrom:[Debian GNU/Linux 4.0 r3 _Etch_ - Official amd64 NETINST Binary-1 20080218-14:10]/ etch contrib main

deb http://ftp.uk.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ etch main contrib non-free

deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

deb http://www.debian-multimedia.org etch main

deb http://www.backports.org/debian etch-backports main contrib non-free

Once your file looks like this give the commands:
aptitude install nspluginwrapper ia32-libs-gtk
Followed by:
aptitude install flashplayer-mozilla
You should now have flash working and access to lots of interesting new software!
Post back how you get on.
Regards.
The trooper

the trooper 08-19-2008 03:32 PM

Any luck getting flash working?

gNguyen 08-19-2008 06:36 PM

Yes, I got it to work thank you very much =)


All times are GMT -5. The time now is 06:33 AM.