Skip to content

Termux support #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Indithem opened this issue Feb 12, 2025 · 2 comments
Open

Termux support #69

Indithem opened this issue Feb 12, 2025 · 2 comments

Comments

@Indithem
Copy link

I tried running the binary on termux, but it doesn't run at all i.e., not even show the help message

Step to reproduce:

  1. Use termux on some android device (maybe which device matters?)
  2. Install sendme by using curl -fsSL https://iroh.computer/sendme.sh | sh
  3. run any command like ./sendme or ./sendme --help
  4. Get the following error
"$(pwd)/sendme" has unexpected e_type:2

where $(pwd) is the present working directory, something like /data/data/com.termux/files/home

@n0bot n0bot bot added this to iroh Feb 12, 2025
@madhu102938
Copy link

sendme works for me, but I cannot send any files.
Screenshot_2025-02-23-19-44-55-53_84d3000e3f4017145260f7618db1d683.jpg

Screenshot_2025-02-23-19-46-27-93_84d3000e3f4017145260f7618db1d683.jpg

@dignifiedquire
Copy link
Contributor

"$(pwd)/sendme" has unexpected e_type:2

apparently tmux doesn't support staticly linked binaries? at least in some cases ziglang/zig#14146 (comment)

We need to statically compile, to keep support for other platforms, so not sure how to solve this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants