GoPanda2 on Ubuntu

For discussing go computing, software announcements, etc.
Post Reply
User avatar
SpongeBob
Lives in gote
Posts: 499
Joined: Sat Apr 24, 2010 3:18 pm
Rank: Fox 3D
GD Posts: 325
Location: Germany
Has thanked: 213 times
Been thanked: 96 times

GoPanda2 on Ubuntu

Post by SpongeBob »

Has anyone successfully installed GoPanda2 on Ubuntu? What are the detailed steps so that a complete Linux-Dummy can do it?

I did the following:
- Downloaded the 64 bit file from their website with Firefox
- In the terminal: - cd Downloads
- tar xvf gopanda2-linux-64.tar.gz
- ./install.sh

Now I have a GoPanda2 icon on my desktop (properties say it's of type desktop configuration file) but when I try to open, nothing happens ... Any ideas?
Stay out of my territory! (W. White, aka Heisenberg)
User avatar
HermanHiddema
Gosei
Posts: 2011
Joined: Tue Apr 20, 2010 10:08 am
Rank: Dutch 4D
GD Posts: 645
Universal go server handle: herminator
Location: Groningen, NL
Has thanked: 202 times
Been thanked: 1086 times

Re: GoPanda2 on Ubuntu

Post by HermanHiddema »

I remember that I had problems with a missing library after first install, but don't recall the details.

Can you try running it from the command line? On my system I can do that by opening a terminal window and running .local/bin/GoPanda2 (your system may have installed it elsewhere, right clicking the icon and choosing properties should reveal the location).

Running it from a terminal window should allow you to see missing library errors (if there are any).
mimano
Dies in gote
Posts: 48
Joined: Mon Sep 08, 2014 12:22 am
Rank: IGS BC
GD Posts: 0
KGS: mimano
DGS: mimano
Has thanked: 4 times
Been thanked: 5 times

Re: GoPanda2 on Ubuntu

Post by mimano »

Hmmm, that looks odd to me, I remember having to install a library for the Tygem client on Ubuntu, but I have recently installed the latest Gopanda client, and nothing additional was necessary. I would follow the advice above and launch using command line, and try to analyze, or post, the relevant error message if any.

On my side I unpacked the Gopanda archive, got a folder, in which a Gopanda executable is located, and this executable I run directly. I did not even use the install script.
User avatar
SpongeBob
Lives in gote
Posts: 499
Joined: Sat Apr 24, 2010 3:18 pm
Rank: Fox 3D
GD Posts: 325
Location: Germany
Has thanked: 213 times
Been thanked: 96 times

Re: GoPanda2 on Ubuntu

Post by SpongeBob »

I entered '.local/bin/GoPanda2' and got 'error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory'.

Indeed the error mentioned in the FAQ on the GoPanda website. According to the instructions there, I cd'ed to directory /lib/x86_64-linux-gnu where libudev.so.1 is located.
Then I created a link with 'sudo ln -s libudev.so.1 libudev.so.0'

and ... it worked! :-) Thanks for your help.
Stay out of my territory! (W. White, aka Heisenberg)
Post Reply