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.
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.
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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.
@bioball commented on GitHub (Feb 8, 2024):
What error do you see when you try to run pkl?
@Satnus commented on GitHub (Feb 9, 2024):
Basically, it's trying to get glibc files, which obviously doesn't work as android uses bionic instead.
@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)