mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #16] Couldn't execute tunnelto file on Ubuntu server 16 (i386) #14
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.gzto my server then usingtar -xvf tunnelto-linux.tar.gzto extract.I got this issue when trying to execute tunnelto
./tunnelto: cannot execute binary file: Exec format error@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.
@anhtuank7c commented on GitHub (Aug 2, 2020):
I still couldn't install via cargo
cargo 1.43.0@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).
@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.gzto download it andtar -xzf tunnelto-linux.tar.gzto extract it. Trying to run it, I get this errorzsh: exec format error: ./tunneltoI tried installing it through rust but compiling on a Raspberry Pi takes far too long.
@anhtuank7c commented on GitHub (Oct 27, 2020):
It works. Thank you so much.