MasterDevX/Termux-Java

libpthread.so.0: cannot open shared object file: No such file or directory

Kawata0210 opened this issue · 4 comments

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

Fix?

Got this error too for jadx

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

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 /data/data/com.termux/files/usr/share/glib to LD_LIBRARY_PATH

LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/data/data/com.termux/files/usr/share/glib

But they I get:

/data/data/com.termux/files/usr/share/jdk8/bin/java: error while loading shared libraries: libdl.so: cannot open shared object file: No such file or directory