A
A
Afrodita131242021-03-03 23:23:02
linux
Afrodita13124, 2021-03-03 23:23:02

Can't find "libc.so.6" when running Python script in Termux on Android?

I obfuscated my python script with pyarmor . To run the script, you need a library _pytransform.dll, when run through termux on Android - _pytransform.os. I got an android platform with distutils.util.get_platform() — linux-aarch64. On the site with different builds of this library, I downloaded Armv8 64-bit. When running an obfuscated script, an error is now displayed . How to fix this error? dlopen failed library libc.so.6 not found

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2021-03-04
@jcmvbkbc

the error dlopen failed library libc.so.6 not found is displayed. How to fix this error?

the most correct solution would be to use the android NDK to build all the binaries (like _pytransform.os) that will run on the device. The version of the binaries you have now seems to be built for traditional Linux with glibc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question