-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
libpthread.so.0: cannot open shared object file: No such file or directory #69
Comments
Fix? |
Got this error too for jadx |
run this if you have aarch64 architecture cp ./$PREFIX/share/glib/libpthread.so.0 $JAVA_HOME/lib/aarch64/ for arm architecture cp ./$PREFIX/share/glib/libpthread.so.0 $JAVA_HOME/lib/arm/ |
an option is to add
But they I get:
|
The error
~/nukkit/Nukkit $ ./mvnw
/data/data/com.termux/files/usr/share/jdk8/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: