We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Procontroll in Linux (Read 1099 times)
Procontroll in Linux
Apr 16th, 2006, 6:58am
 
Hi there!!

i'm trying to work with a gamepad in p5 under Linux Debian/Etch, using procontroll.

when i try to run some of the examples of the library, i get this error message:



OS name is: Linux
Linux plugin is supported

java.lang.UnsatisfiedLinkError: /home/g/Desktop/processing-0108/libraries/procontroll/library/libjinput.so: libstdc++.so.5: cannot open shared object file: No such file or directory



i searched in my system for the package  "libstdc++" and i found the version 6 of the GNU C complier. is that the cause of the error? do i have to install the version 5?

thanks!!

G.
Re: Procontroll in Linux
Reply #1 - Apr 17th, 2006, 7:30pm
 
that's a problem with your linux distro not being compatible with the version used to build that library. it's the same issue as jikes on some linux distros, if you search for that error message using the search box above, you'll find the instructions in the faq for how to deal with it.
Page Index Toggle Pages: 1