I have attempted to install Hamachi on my plug, but have not had any success with it.
I'm running the Ubuntu distribution from the Marvell site.
The instructions for installing it on a linux machine are quite simple, untar and make install, but for some reason this is failing.
The Makefile uses strip (from gcc and/or binutils packages), but strip fails, giving the message:
strip: Unable to recognise the format of the input file '/sbin/tuncfg'
I have reinstalled the binutils package to make sure strip was properly installed, re-untared the package, attempted the make install again, manually copying and chmoding the fils (though, without striping), and even attempted porting the /sbin/tuncfg file from my Ubuntu laptop to see if that would work, but in every case, I will get the previous error, or get a message of:
-bash: /sbin/tuncfg: cannot execute binary file
when I attempt to run the executable myself.
As a bit of a newbie to Linux, I would not be surprised if I am missing something completely obvious.
Any ideas?