Hi,
I am trying to use Hamachi for ARM HF on Odroid C2 board with no success so far. The OS is Ubuntu Mate 16.04 and I am aware that this board is based on aarch64 (armv8) architecture, but I have successfully installed necessary libraries for ARM HF (libc6 and libstdc++6) and then successfully installed Hamachi itself. I suppose that in that case 32-bit Hamachi app for ARM HF should run well. Here are the actuall commands which I have used before installing Hamachi ARM HF *deb file:
[code]
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf
sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
sudo apt-get install libstdc++6:armhf
[/code]
Now, I am able to run Hamachi, log in, attach an account, change nick etc. However I cannot join to or create any network, since it fails with [167] error code. I have no idea what that error code means and so far I didn't find any clue to figure it out, so maybe you could help me?
Also, one thing which may point us in a right direction: when I type 'hamachi' command after logging in and attaching an account I still see "(pending)" suffix after lmi-account name. Is that normal? (or how to fix it if it's not?)
Thanks for you help!