[GH-ISSUE #16] Couldn't execute tunnelto file on Ubuntu server 16 (i386) #106

Closed
opened 2026-03-13 19:51:18 +03:00 by kerem · 5 comments
Owner

Originally created by @anhtuank7c on GitHub (Aug 2, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/16

I had download tunnelto-linux.tar.gz to my server then using tar -xvf tunnelto-linux.tar.gz to extract.

I got this issue when trying to execute tunnelto

./tunnelto: cannot execute binary file: Exec format error

Originally created by @anhtuank7c on GitHub (Aug 2, 2020). Original GitHub issue: https://github.com/agrinman/tunnelto/issues/16 I had download `tunnelto-linux.tar.gz` to my server then using `tar -xvf tunnelto-linux.tar.gz` to extract. I got this issue when trying to execute tunnelto `./tunnelto: cannot execute binary file: Exec format error`
kerem closed this issue 2026-03-13 19:51:24 +03:00
Author
Owner

@agrinman commented on GitHub (Aug 2, 2020):

I recommend installing from source (install rust with https://rustup.rs and then run the cargo install command as in the README)-- the binary in the releases page is only 64 bit which is not with your 32 bit system.

<!-- gh-comment-id:667616665 --> @agrinman commented on GitHub (Aug 2, 2020): I recommend installing from source (install rust with https://rustup.rs and then run the cargo install command as in the README)-- the binary in the releases page is only 64 bit which is not with your 32 bit system.
Author
Owner

@anhtuank7c commented on GitHub (Aug 2, 2020):

I still couldn't install via cargo cargo 1.43.0

Screen Shot 2020-08-02 at 14 18 19

<!-- gh-comment-id:667639255 --> @anhtuank7c commented on GitHub (Aug 2, 2020): I still couldn't install via cargo `cargo 1.43.0` ![Screen Shot 2020-08-02 at 14 18 19](https://user-images.githubusercontent.com/3163410/89117831-2d332e80-d4cb-11ea-94e7-d6c64fc36259.png)
Author
Owner

@agrinman commented on GitHub (Aug 3, 2020):

It looks like curl is not built with http2 — can you try reinstalling curl or see if there’s a way to install it with http2 support? This is an issue with simply downloading a dependency for cargo (not even at the installation step).

<!-- gh-comment-id:667983151 --> @agrinman commented on GitHub (Aug 3, 2020): It looks like curl is not built with http2 — can you try reinstalling curl or see if there’s a way to install it with http2 support? This is an issue with simply downloading a dependency for cargo (not even at the installation step).
Author
Owner

@Arun-N commented on GitHub (Aug 5, 2020):

Hi! I'm facing the same issue, but with a 64-bit system. I'm trying to use it on a Raspberry Pi 4 running Ubuntu 18.04.4 LTS (GNU/Linux 5.3.0-1026-raspi2 aarch64)

I used curl -LJO https://github.com/agrinman/tunnelto/releases/download/0.1.12/tunnelto-linux.tar.gz to download it and tar -xzf tunnelto-linux.tar.gz to extract it. Trying to run it, I get this error zsh: exec format error: ./tunnelto

I tried installing it through rust but compiling on a Raspberry Pi takes far too long.

<!-- gh-comment-id:669000064 --> @Arun-N commented on GitHub (Aug 5, 2020): Hi! I'm facing the same issue, but with a 64-bit system. I'm trying to use it on a Raspberry Pi 4 running Ubuntu 18.04.4 LTS (GNU/Linux 5.3.0-1026-raspi2 aarch64) I used ```curl -LJO https://github.com/agrinman/tunnelto/releases/download/0.1.12/tunnelto-linux.tar.gz``` to download it and ```tar -xzf tunnelto-linux.tar.gz``` to extract it. Trying to run it, I get this error ```zsh: exec format error: ./tunnelto``` I tried installing it through rust but compiling on a Raspberry Pi takes far too long.
Author
Owner

@anhtuank7c commented on GitHub (Oct 27, 2020):

I recommend installing from source (install rust with https://rustup.rs and then run the cargo install command as in the README)-- the binary in the releases page is only 64 bit which is not with your 32 bit system.

It works. Thank you so much.

<!-- gh-comment-id:716952679 --> @anhtuank7c commented on GitHub (Oct 27, 2020): > I recommend installing from source (install rust with https://rustup.rs and then run the cargo install command as in the README)-- the binary in the releases page is only 64 bit which is not with your 32 bit system. It works. Thank you so much.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#106
No description provided.