skirsten / proot-portable-android-binaries

Portable PRoot Android Binaries
11 stars 5 forks source link

proot error: execve("/usr/bin/env"): Function not implemented #2

Open puutaro opened 1 year ago

puutaro commented 1 year ago

I think your repository is very attractive, because I enbed linux to my application. So, I implement in compliance with your readme. But, bellow err occur.

proot error: execve("/usr/bin/env"): Function not implemented
proot info: possible causes:
  * the program is a script but its interpreter (eg. /bin/sh) was not found;
  * the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
  * the program is a foreign binary but qemu was not specified;
  * qemu does not work correctly (if specified);
  * the loader was not found or doesn't work.
fatal error: see `proot --help`.

This err also occur in my proot script . Do you know anything about it?

skirsten commented 2 months ago

Hi, sorry I did not receive a notification about this issue.

I have not used this project since I built it. And unfortunately I also have not seen this error before, so unfortunately I cannot help you.