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

It doesn't work, which ld.so should we use? #43

Open
sinojelly opened this issue Feb 16, 2021 · 0 comments
Open

It doesn't work, which ld.so should we use? #43

sinojelly opened this issue Feb 16, 2021 · 0 comments

Comments

@sinojelly
Copy link

sinojelly commented Feb 16, 2021

Termux-Java can not work,
First the java file linked to a wrong so path.(run file java to show this)
Then I fixed it by using:
patchelf --set-interpreter /data/data/vn.vhn.vsc/files/share/glib/ld-linux-aarch64.so.1 java
But it also complains: Accessing a corrupted shared library.
I found that there is a ld.so in Termux-Java/openjdk/lib/, so copy it to replace ld-linux-aarch64.so.
Then it complains: Segmentation fault.
(I use Huawei MatePad pro, android 10)

Screenshot_20210216_214233

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

1 participant