hamachi install error on ubuntu – fixed

I recently re-installed ubuntu (linux) on a server and ran into difficulties installing hamachi.  As it turned out I tried to setup hamachi without installing the tun module first.  I then installed the tun module, but hamachi wouldn’t work.  I eventually figured out that the tuncfg had to be cleaned/make’ed again, after the tun was re-created.

This is the error I was getting:

bash: /sbin/tuncfg: No such file or directory

And this fixed it:

./hamachi-0.9.9.9-20-lnx# cd tuncfg./hamachi-0.9.9.9-20-lnx/tuncfg# sudo make cleanrm -f tuncfg./hamachi-0.9.9.9-20-lnx/tuncfg# sudo makecc     tuncfg.c   -o tuncfg./hamachi-0.9.9.9-20-lnx/tuncfg# cd .../hamachi-0.9.9.9-20-lnx# sudo make install