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

Bionic support #88

Open
Satnus opened this issue Feb 7, 2024 · 3 comments
Open

Bionic support #88

Satnus opened this issue Feb 7, 2024 · 3 comments

Comments

@Satnus
Copy link

Satnus commented Feb 7, 2024

The default pkl aarch64 executable doesn't work on termux (or Android, basically), and I have no idea how to recompile the source code. The only workaround as of now is using something like andronix, where the pkl executable does work.

@bioball
Copy link
Contributor

bioball commented Feb 8, 2024

What error do you see when you try to run pkl?

@Satnus
Copy link
Author

Satnus commented Feb 9, 2024

bash: ./pkl-linux-aarch64: cannot execute: required file not found

Basically, it's trying to get glibc files, which obviously doesn't work as android uses bionic instead.

@holzensp
Copy link
Collaborator

holzensp commented Feb 9, 2024

Ah, gave it quick read (I hadn't ever looked at bionic). It seems it's very similar to musl, but not quite the same. For one, you should be using the Alpine builds (and you will likely need another build altogether, similar to the Alpine build)

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