Bionic support #40

Open
opened 2025-12-30 01:19:50 +01:00 by adam · 3 comments
Owner

Originally created by @Satnus on GitHub (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.

Originally created by @Satnus on GitHub (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.
Author
Owner

@bioball commented on GitHub (Feb 8, 2024):

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

@bioball commented on GitHub (Feb 8, 2024): What error do you see when you try to run pkl?
Author
Owner

@Satnus commented on GitHub (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.

@Satnus commented on GitHub (Feb 9, 2024): ```console 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.
Author
Owner

@holzensp commented on GitHub (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)

@holzensp commented on GitHub (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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#40