Comment 3 for bug 456937

Revision history for this message
nachokb (nachokb) wrote :

Problem was that Hamachi's binary was packed with UPX (somehow that worked in previous versions, but now it blows up).

Make sure you have upx-ucl installed

> sudo aptitude install upx-ucl
> upx -d hamachi

then the binary works...

P.S. sorry I didn't comment it before, I solved it a few days ago

-- nachokb