OLLVM-9.0.1 icon indicating copy to clipboard operation
OLLVM-9.0.1 copied to clipboard

全部使用ollvm的 clang 和clang++ 编译的时候报错。找不到openssl的引用,如何处理

Open Mrqjj opened this issue 10 months ago • 0 comments

1: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:buildCMakeDebug[arm64-v8a]'.

com.android.ide.common.process.ProcessException: ninja: Entering directory /Volumes/install/AndroidStudioProjects/ljClient/app/.cxx/Debug/2s592f23/arm64-v8a' [1/5] Building CXX object CMakeFiles/corefun.dir/Config.cpp.o [2/5] Building CXX object CMakeFiles/corefun.dir/BusinessFunc.cpp.o [3/5] Building CXX object CMakeFiles/corefun.dir/SyncHttpClient.cpp.o [4/5] Building CXX object CMakeFiles/corefun.dir/Corefun.cpp.o [5/5] Linking CXX shared library /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/arm64-v8a/libcorefun.so FAILED: /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/arm64-v8a/libcorefun.so : && /Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=aarch64-none-linux-android28 --gcc-toolchain=/Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -frtti -fexceptions -std=c++14 -frtti -fexceptions -DANDROID_TOOLCHAIN=clang -ffunction-sections -fdata-sections -mllvm -sub -mllvm -sub_loop=1 -mllvm -fla -mllvm -split -mllvm -split_num=1 -mllvm -bcf -mllvm -bcf_loop=1 -mllvm -bcf_prob=10 -mllvm -sobf -mllvm -aesSeed=0xada46ab5da8a4b96a18409c49dc91dc3 -O0 -fno-limit-debug-info -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libgcc_real.a -Wl,--exclude-libs,libatomic.a -Wl,--build-id -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libcorefun.so -o /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/arm64-v8a/libcorefun.so CMakeFiles/corefun.dir/Corefun.cpp.o CMakeFiles/corefun.dir/Config.cpp.o CMakeFiles/corefun.dir/SyncHttpClient.cpp.o CMakeFiles/corefun.dir/BusinessFunc.cpp.o /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/openssl/arm64-v8a/lib/libssl.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/openssl/arm64-v8a/lib/libcrypto.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/zlib/arm64-v8a/lib/libz.a -landroid -lz -llog -latomic -lm && : /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function Curl_ossl_certchain': openssl.c:(.text+0x28): undefined reference to SSL_get_peer_cert_chain' openssl.c:(.text+0xd0): undefined reference to PEM_write_bio_X509' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function cert_stuff': openssl.c:(.text+0xd0c): undefined reference to SSL_CTX_set_default_passwd_cb_userdata' openssl.c:(.text+0xd1c): undefined reference to SSL_CTX_set_default_passwd_cb' openssl.c:(.text+0xd6c): undefined reference to PEM_read_bio_X509_AUX' openssl.c:(.text+0xd84): undefined reference to SSL_CTX_use_certificate' openssl.c:(.text+0xdac): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0xdd0): undefined reference to PEM_read_bio_X509' openssl.c:(.text+0xdec): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0xe48): undefined reference to OpenSSL_version' openssl.c:(.text+0xf20): undefined reference to SSL_CTX_use_certificate' openssl.c:(.text+0xf9c): undefined reference to SSL_CTX_use_certificate' openssl.c:(.text+0x101c): undefined reference to PKCS12_parse' openssl.c:(.text+0x1034): undefined reference to SSL_CTX_use_certificate' openssl.c:(.text+0x1048): undefined reference to SSL_CTX_use_PrivateKey' openssl.c:(.text+0x1058): undefined reference to SSL_CTX_check_private_key' openssl.c:(.text+0x1098): undefined reference to SSL_CTX_add_client_CA' openssl.c:(.text+0x10b0): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x10fc): undefined reference to SSL_CTX_use_certificate_chain_file' openssl.c:(.text+0x111c): undefined reference to SSL_CTX_use_certificate_file' openssl.c:(.text+0x11e0): undefined reference to OpenSSL_version' openssl.c:(.text+0x1290): undefined reference to OpenSSL_version' openssl.c:(.text+0x1350): undefined reference to OpenSSL_version' openssl.c:(.text+0x1444): undefined reference to OpenSSL_version' openssl.c:(.text+0x152c): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:(.text+0x15dc): more undefined references to OpenSSL_version' follow /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function cert_stuff': openssl.c:(.text+0x182c): undefined reference to SSL_new' openssl.c:(.text+0x1838): undefined reference to SSL_get_certificate' openssl.c:(.text+0x1850): undefined reference to SSL_get_privatekey' openssl.c:(.text+0x186c): undefined reference to SSL_get_privatekey' openssl.c:(.text+0x18a0): undefined reference to SSL_free' openssl.c:(.text+0x18e4): undefined reference to SSL_free' openssl.c:(.text+0x18ec): undefined reference to SSL_CTX_check_private_key' openssl.c:(.text+0x1988): undefined reference to SSL_CTX_use_PrivateKey_file' openssl.c:(.text+0x19b8): undefined reference to SSL_CTX_use_PrivateKey' openssl.c:(.text+0x1ab4): undefined reference to SSL_CTX_use_PrivateKey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function Curl_ssl_setup_x509_store': openssl.c:(.text+0x2128): undefined reference to SSL_CTX_get_cert_store' openssl.c:(.text+0x21d8): undefined reference to X509_STORE_load_file' openssl.c:(.text+0x2200): undefined reference to X509_STORE_load_path' openssl.c:(.text+0x2258): undefined reference to X509_LOOKUP_file' openssl.c:(.text+0x2274): undefined reference to X509_load_crl_file' openssl.c:(.text+0x2394): undefined reference to PEM_X509_INFO_read_bio' openssl.c:(.text+0x2444): undefined reference to SSL_CTX_set_cert_store' openssl.c:(.text+0x246c): undefined reference to X509_INFO_free' openssl.c:(.text+0x2470): undefined reference to X509_INFO_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_init': openssl.c:(.text+0x2578): undefined reference to OPENSSL_init_ssl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_version': openssl.c:(.text+0x25a8): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_shutdown': openssl.c:(.text+0x26a8): undefined reference to SSL_shutdown' openssl.c:(.text+0x26f4): undefined reference to SSL_read' openssl.c:(.text+0x2704): undefined reference to SSL_get_error' openssl.c:(.text+0x27b0): undefined reference to OpenSSL_version' openssl.c:(.text+0x2944): undefined reference to SSL_get_shutdown' openssl.c:(.text+0x2990): undefined reference to SSL_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_data_pending': openssl.c:(.text+0x29d0): undefined reference to SSL_pending' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_close': openssl.c:(.text+0x2b24): undefined reference to SSL_read' openssl.c:(.text+0x2b2c): undefined reference to SSL_shutdown' openssl.c:(.text+0x2b34): undefined reference to SSL_set_connect_state' openssl.c:(.text+0x2b3c): undefined reference to SSL_free' openssl.c:(.text+0x2b4c): undefined reference to SSL_CTX_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_session_free': openssl.c:(.text+0x2bac): undefined reference to SSL_SESSION_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_set_engine': openssl.c:(.text+0x2c48): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_recv': openssl.c:(.text+0x2f14): undefined reference to SSL_read' openssl.c:(.text+0x2f2c): undefined reference to SSL_get_error' openssl.c:(.text+0x2fac): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_send': openssl.c:(.text+0x31c4): undefined reference to SSL_write' openssl.c:(.text+0x31e4): undefined reference to SSL_get_error' openssl.c:(.text+0x3290): undefined reference to OpenSSL_version' openssl.c:(.text+0x3398): undefined reference to OpenSSL_version' openssl.c:(.text+0x33dc): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_connect_common': openssl.c:(.text+0x379c): undefined reference to SSL_connect' openssl.c:(.text+0x37bc): undefined reference to SSL_get_version' openssl.c:(.text+0x37cc): undefined reference to SSL_get_current_cipher' openssl.c:(.text+0x37d0): undefined reference to SSL_CIPHER_get_name' openssl.c:(.text+0x3800): undefined reference to SSL_get0_alpn_selected' openssl.c:(.text+0x3850): undefined reference to SSL_get_error' openssl.c:(.text+0x3a0c): undefined reference to SSL_get1_peer_certificate' openssl.c:(.text+0x3b98): undefined reference to TLS_client_method' openssl.c:(.text+0x3bb8): undefined reference to SSL_CTX_new' openssl.c:(.text+0x3bd0): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x3bf8): undefined reference to SSL_CTX_set_msg_callback' openssl.c:(.text+0x3c0c): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x3c84): undefined reference to OpenSSL_version' openssl.c:(.text+0x3d4c): undefined reference to OpenSSL_version' openssl.c:(.text+0x3eac): undefined reference to SSL_get_verify_result' openssl.c:(.text+0x3f0c): undefined reference to OpenSSL_version' openssl.c:(.text+0x426c): undefined reference to SSL_ctrl' openssl.c:(.text+0x4298): undefined reference to OCSP_response_status' openssl.c:(.text+0x42a8): undefined reference to OCSP_response_status_str' openssl.c:(.text+0x431c): undefined reference to PEM_read_bio_X509' openssl.c:(.text+0x4418): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x4470): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x4480): undefined reference to SSL_CTX_set_options' openssl.c:(.text+0x44a4): undefined reference to SSL_CTX_set_alpn_protos' openssl.c:(.text+0x44cc): undefined reference to OpenSSL_version' openssl.c:(.text+0x45f8): undefined reference to OCSP_response_get1_basic' openssl.c:(.text+0x4608): undefined reference to SSL_get_peer_cert_chain' openssl.c:(.text+0x4618): undefined reference to SSL_CTX_get_cert_store' openssl.c:(.text+0x462c): undefined reference to OCSP_basic_verify' openssl.c:(.text+0x463c): undefined reference to SSL_get1_peer_certificate' openssl.c:(.text+0x46d8): undefined reference to SSL_get_verify_result' openssl.c:(.text+0x4770): undefined reference to OpenSSL_version' openssl.c:(.text+0x48dc): undefined reference to SSL_CTX_set_cipher_list' openssl.c:(.text+0x4908): undefined reference to SSL_CTX_set_ciphersuites' openssl.c:(.text+0x492c): undefined reference to SSL_CTX_set_post_handshake_auth' openssl.c:(.text+0x4948): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x4984): undefined reference to SSL_CTX_set_srp_username' openssl.c:(.text+0x4994): undefined reference to SSL_CTX_set_srp_password' openssl.c:(.text+0x49c4): undefined reference to SSL_CTX_set_cipher_list' openssl.c:(.text+0x49dc): undefined reference to SSL_CTX_set_verify' openssl.c:(.text+0x49f4): undefined reference to SSL_CTX_set_keylog_callback' openssl.c:(.text+0x4a08): undefined reference to SSL_CTX_ctrl' openssl.c:(.text+0x4a18): undefined reference to SSL_CTX_sess_set_new_cb' openssl.c:(.text+0x4a9c): undefined reference to SSL_free' openssl.c:(.text+0x4aa4): undefined reference to SSL_new' openssl.c:(.text+0x4abc): undefined reference to SSL_set_ex_data' openssl.c:(.text+0x4ad8): undefined reference to SSL_ctrl' openssl.c:(.text+0x4ae0): undefined reference to SSL_set_connect_state' openssl.c:(.text+0x4b1c): undefined reference to SSL_set_ex_data' openssl.c:(.text+0x4b50): undefined reference to SSL_set_session' openssl.c:(.text+0x4c04): undefined reference to SSL_set0_rbio' openssl.c:(.text+0x4c10): undefined reference to SSL_set0_wbio' openssl.c:(.text+0x4f28): undefined reference to OCSP_cert_to_id' openssl.c:(.text+0x4f58): undefined reference to OCSP_resp_find_status' openssl.c:(.text+0x4f7c): undefined reference to OCSP_check_validity' openssl.c:(.text+0x4f88): undefined reference to OCSP_cert_status_str' openssl.c:(.text+0x4fb8): undefined reference to OCSP_crl_reason_str' openssl.c:(.text+0x4ffc): undefined reference to SSL_ctrl' openssl.c:(.text+0x5030): undefined reference to OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_trace': openssl.c:(.text+0x5368): undefined reference to SSL_alert_desc_string_long' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/arm64-v8a/lib/libcurl.a(libcurl_la-openssl.o): In function ossl_new_session_cb': openssl.c:(.text+0x5560): undefined reference to `SSL_get_ex_data' clang++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed.

C++ build system [build] failed while executing: /Users/Ts/DevelopTools/AndroidSDK/cmake/3.22.1/bin/ninja
-C
/Volumes/install/AndroidStudioProjects/ljClient/app/.cxx/Debug/2s592f23/arm64-v8a
corefun from /Volumes/install/AndroidStudioProjects/ljClient/app

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org. ==============================================================================

2: Task failed with an exception.

  • What went wrong: Execution failed for task ':app:buildCMakeDebug[armeabi-v7a]'.

com.android.ide.common.process.ProcessException: ninja: Entering directory `/Volumes/install/AndroidStudioProjects/ljClient/app/.cxx/Debug/2s592f23/armeabi-v7a' [1/5] Building CXX object CMakeFiles/corefun.dir/Config.cpp.o [2/5] Building CXX object CMakeFiles/corefun.dir/BusinessFunc.cpp.o [3/5] Building CXX object CMakeFiles/corefun.dir/SyncHttpClient.cpp.o [4/5] Building CXX object CMakeFiles/corefun.dir/Corefun.cpp.o [5/5] Linking CXX shared library /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/armeabi-v7a/libcorefun.so FAILED: /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/armeabi-v7a/libcorefun.so : && /Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=armv7-none-linux-androideabi28 --gcc-toolchain=/Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64 --sysroot=/Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -march=armv7-a -mthumb -Wformat -Werror=format-security -frtti -fexceptions -std=c++14 -frtti -fexceptions -DANDROID_TOOLCHAIN=clang -ffunction-sections -fdata-sections -mllvm -sub -mllvm -sub_loop=1 -mllvm -fla -mllvm -split -mllvm -split_num=1 -mllvm -bcf -mllvm -bcf_loop=1 -mllvm -bcf_prob=10 -mllvm -sobf -mllvm -aesSeed=0xada46ab5da8a4b96a18409c49dc91dc3 -O0 -fno-limit-debug-info -Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libgcc_real.a -Wl,--exclude-libs,libatomic.a -Wl,--build-id -Wl,--fatal-warnings -Wl,--exclude-libs,libunwind.a -Wl,--no-undefined -Qunused-arguments -shared -Wl,-soname,libcorefun.so -o /Volumes/install/AndroidStudioProjects/ljClient/app/build/intermediates/cxx/Debug/2s592f23/obj/armeabi-v7a/libcorefun.so CMakeFiles/corefun.dir/Corefun.cpp.o CMakeFiles/corefun.dir/Config.cpp.o CMakeFiles/corefun.dir/SyncHttpClient.cpp.o CMakeFiles/corefun.dir/BusinessFunc.cpp.o /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/openssl/armeabi-v7a/lib/libssl.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/openssl/armeabi-v7a/lib/libcrypto.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/zlib/armeabi-v7a/lib/libz.a -landroid -lz -llog -latomic -lm && : /Users/Ts/DevelopTools/AndroidSDK/ndk/21.4.7075529/toolchains/llvm/prebuilt/darwin-x86_64/lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/zlib/armeabi-v7a/lib/libz.a: no archive symbol table (run ranlib) /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ossl_certchain: error: undefined reference to 'SSL_get_peer_cert_chain' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ossl_certchain: error: undefined reference to 'PEM_write_bio_X509' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_set_default_passwd_cb_userdata' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_set_default_passwd_cb' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'PEM_read_bio_X509_AUX' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'PEM_read_bio_X509' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'PKCS12_parse' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_PrivateKey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_check_private_key' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_add_client_CA' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate_chain_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_certificate_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'OpenSSL_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_PrivateKey_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_PrivateKey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_new' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_get_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_get_privatekey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_get_privatekey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_check_private_key' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function cert_stuff: error: undefined reference to 'SSL_CTX_use_PrivateKey' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'SSL_CTX_get_cert_store' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'PEM_X509_INFO_read_bio' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'X509_LOOKUP_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'X509_load_crl_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'X509_STORE_load_file' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'X509_STORE_load_path' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'SSL_CTX_set_cert_store' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function Curl_ssl_setup_x509_store: error: undefined reference to 'X509_INFO_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_init: error: undefined reference to 'OPENSSL_init_ssl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_shutdown: error: undefined reference to 'SSL_shutdown' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_shutdown: error: undefined reference to 'SSL_read' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_shutdown: error: undefined reference to 'SSL_get_error' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_shutdown: error: undefined reference to 'SSL_get_shutdown' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_shutdown: error: undefined reference to 'SSL_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_data_pending: error: undefined reference to 'SSL_pending' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_close: error: undefined reference to 'SSL_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_close: error: undefined reference to 'SSL_CTX_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_close: error: undefined reference to 'SSL_read' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_close: error: undefined reference to 'SSL_shutdown' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_close: error: undefined reference to 'SSL_set_connect_state' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_session_free: error: undefined reference to 'SSL_SESSION_free' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_recv: error: undefined reference to 'SSL_read' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_recv: error: undefined reference to 'SSL_get_error' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_send: error: undefined reference to 'SSL_write' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_send: error: undefined reference to 'SSL_get_error' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'TLS_client_method' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_new' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_connect' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_version' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_current_cipher' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CIPHER_get_name' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get0_alpn_selected' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_error' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get1_peer_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_verify_result' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_response_status' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_response_status_str' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_options' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_alpn_protos' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_msg_callback' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'PEM_read_bio_X509' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_response_get1_basic' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_peer_cert_chain' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_get_cert_store' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_basic_verify' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get1_peer_certificate' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_get_verify_result' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_cipher_list' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_ciphersuites' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_post_handshake_auth' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_srp_username' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_srp_password' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_cipher_list' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_verify' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_set_keylog_callback' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_CTX_sess_set_new_cb' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_new' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set_ex_data' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set_connect_state' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set_ex_data' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set_session' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set0_rbio' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_set0_wbio' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_cert_to_id' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_resp_find_status' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_check_validity' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_cert_status_str' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'OCSP_crl_reason_str' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_connect_common: error: undefined reference to 'SSL_ctrl' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_trace: error: undefined reference to 'SSL_alert_desc_string_long' /Volumes/install/AndroidStudioProjects/ljClient/app/src/main/cpp/libs/curl/armeabi-v7a/lib/libcurl.a(libcurl_la-openssl.o):openssl.c:function ossl_new_session_cb: error: undefined reference to 'SSL_get_ex_data' clang++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed.

C++ build system [build] failed while executing: /Users/Ts/DevelopTools/AndroidSDK/cmake/3.22.1/bin/ninja
-C
/Volumes/install/AndroidStudioProjects/ljClient/app/.cxx/Debug/2s592f23/armeabi-v7a
corefun from /Volumes/install/AndroidStudioProjects/ljClient/app

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org. ==============================================================================

BUILD FAILED in 4s 33 actionable tasks: 4 executed, 29 up-to-date

Mrqjj avatar Apr 25 '25 21:04 Mrqjj