-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
python dynamic lib could not find symbol reference #346
Comments
log2 is in libm on Android, not in libc. Which Android version are you running on? This might be android/ndk#201. |
android version is 5.0.2 libc.so,libdl.so and libm.so can be found in /system/lib64/ |
LD_LIBRARY_PATH="/system/lib64":$LD_LIBRARY_PATH |
@fufufu2001 How did you solve this problem? |
just switch android version to 6.0+ |
Any progress ?? |
Why this issue is still open ...plz solve and closed |
ImportError: dlopen failed: cannot locate symbol "log2" referenced by "/data/data/com.termux/files/usr/lib/python3.6/site-packages/brotlipy-0.7.0-py3.6-linux-aarch64.egg/brotli/_brotli.abi3.so"
log2 seems in libc?
The text was updated successfully, but these errors were encountered: