Reply
New Contributor
LordJebe
Posts: 4
0
Accepted Solution

Hamachi Install failure

Hello!

 

I am trying to install Hamachi on my Ubuntu Server machine. Every time I try to install Hamachi, it just gives me this error:

 

sudo make install

Copying hamachi into /usr/bin ..

Creating hamachi-init symlink ..

Copying tuncfg into /sbin ..

install: cannot run strip: No such file or directory

install: strip process terminated abnormally

make: *** [install] Error 1

New Contributor
LordJebe
Posts: 4
0

Re: Hamachi Install failure

Bumping, could someone please help me with whis problem...?

New Contributor
LordJebe
Posts: 4
0

Re: Hamachi Install failure

Well, I found out myself that the problem was that I hadn't installed GCC. I installed it, and ran into another problem. As I try to start Hamachi, I run into this error:

 

sudo hamachi -c /etc/hamachi start
24 23:45:08.078 [ 0] [ 6204] tap: connect() failed 2 (No such file or directory)

 

Someone please help, I've been trying to get this thing to work for a week now with no results...
Regular Contributor
ztefn
Posts: 41
0

Re: Hamachi Install failure

Run "sudo /sbin/tuncfg". After that you can start hamachi with "hamachi start".

New Contributor
LordJebe
Posts: 4
0

Re: Hamachi Install failure

Thank you, now I finally have Hamachi up and running.