Search found 3 matches

by sciguy1872
Sat Jul 25, 2015 2:20 pm
Forum: IGS
Topic: GoPanda2 for Linux problems
Replies: 12
Views: 14874

Re: GoPanda2 for Linux problems

For libstdc++, go to the directory in which it is located and run: strings ./libstdc++.so.6 | grep LIBCXX

This will give you a list of the versions that your version of libstdc++ is compatible with, so you can check to make sure that GLIBCXX_3.4.18 is provided by it. If it's not (it may stop an ...
by sciguy1872
Thu Jul 23, 2015 4:08 pm
Forum: IGS
Topic: GoPanda2 for Linux problems
Replies: 12
Views: 14874

Re: GoPanda2 for Linux problems

I think the package would be the standard libstdc++ library, but I'm not sure which version offhand (5 or 6). If you're missing one or both of them for some reason, that seems like the best place to start.

For libudev, the package should be libudev or something like it.

Honestly, though, I'd find ...
by sciguy1872
Thu Jul 23, 2015 10:51 am
Forum: IGS
Topic: GoPanda2 for Linux problems
Replies: 12
Views: 14874

Re: GoPanda2 for Linux problems

Hi, all. When I try to run GoPanda2 from a terminal, this is what I get:

anthony@anthony-desktop:~$ .local/bin/GoPanda2
.local/bin/GoPanda2: /usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by .local/bin/GoPanda2)


I don't think libudev.so.1 is present on disk ...