You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[package]]
name = "openssl-src"
version = "111.24.0+1.1.1s"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
dependencies = [
"cc",
]
with 111.25,
[[package]]
name = "openssl-src"
version = "111.25.2+1.1.1t"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431"
dependencies = [
"cc",
]
got this error
/home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libcrypto.a
/bin/sh: line 1: i686-linux-android-ranlib: command not found
/home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libssl.a
/bin/sh: line 1: i686-linux-android-ranlib: command not found
/bin/sh: line 5: i686-linux-android-ranlib: command not found
make: *** [Makefile:313: install_dev] Error 127
thread 'main' panicked at '
there is no i686-linux-android-ranlib in ndk 25.2, 25.1 or 24.0
The text was updated successfully, but these errors were encountered:
no problem with 111.24
with 111.25,
got this error
/home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libcrypto.a /bin/sh: line 1: i686-linux-android-ranlib: command not found /home/bilabila/Android/Sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar: warning: creating libssl.a /bin/sh: line 1: i686-linux-android-ranlib: command not found /bin/sh: line 5: i686-linux-android-ranlib: command not found make: *** [Makefile:313: install_dev] Error 127 thread 'main' panicked at '
there is no i686-linux-android-ranlib in ndk 25.2, 25.1 or 24.0
The text was updated successfully, but these errors were encountered: