Skip to content
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

Cannot execute: required file not found when trying to run in termux #23922

Closed
Xeononyum opened this issue May 21, 2024 · 2 comments
Closed

Cannot execute: required file not found when trying to run in termux #23922

Xeononyum opened this issue May 21, 2024 · 2 comments

Comments

@Xeononyum
Copy link

Using termux
Got this error after installation with
curl -fsSL https://deno.land/install.sh | sh
and trying to run it, also tried installing this file from release from github
deno-aarch64-unknown-linux-gnu.zip
same error when trying to run executable

The error:
Screenshot_2024-05-21-18-00-42-419-edit_com termux

I think problem probably are in this
Screenshot_2024-05-21-18-26-45-831-edit_com termux
Screenshot_2024-05-21-18-24-59-465-edit_com termux

It can't find needed libraries, because termux have different paths than linux

@Leokuma
Copy link

Leokuma commented Jun 1, 2024

I don't think that executable is supposed to work in Termux.

Try this one: https://github.com/cions/termux-deno

You may have to build it yourself if your phone is an older model.

@lucacasonato
Copy link
Member

@Leokuma is correct - you need to have these dependencies installed, otherwise Deno can not run.

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

No branches or pull requests

3 participants