curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

libcurl.a linker errors on XCode

From: Anmol Mishra via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 19 Aug 2021 09:01:16 +0000

I built a homebrew libcurl in a custom dir. The project is linking against this custom lib. I am getting 200+ linker errors. As far as I know, I followed the FAQ. I'm missing something very basic.

My CFlags - -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -DCURL_STATICLIB


    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk -L/Users/macmini/Documents/Prosya -L/usr/local/opt/curl/lib -L/usr/local/lib -filelist /Users/macmini/Library/Developer/Xcode/DerivedData/LayerRender/Release/LayerRender.build/Release/LayerRender.build/Objects-normal/x86_64/LayerRender.LinkFileList -mmacosx-version-min=10.12 -Xlinker -object_path_lto -Xlinker /Users/macmini/Library/Developer/Xcode/DerivedData/LayerRender/Release/LayerRender.build/Release/LayerRender.build/Objects-normal/x86_64/LayerRender_lto.o -stdlib=libc++ -lpthread -framework Cocoa /usr/local/lib/libboost_filesystem.a /usr/local/lib/libfmt.a /usr/local/opt/curl/lib/libcurl.a -framework Cocoa -framework CoreFoundation -framework IOKit -Xlinker -dependency_info -Xlinker /Users/macmini/Library/Developer/Xcode/DerivedData/LayerRender/Release/LayerRender.build/Release/LayerRender.build/Objects-normal/x86_64/LayerRender_dependency_info.dat -o /Users/macmini/Documents/Prosya/LayerRender.plugin/Contents/MacOS/LayerRender

And these are the errors -

Undefined symbols for architecture x86_64:
  "_ASN1_STRING_get0_data", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ASN1_STRING_length", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ASN1_STRING_print", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ASN1_STRING_to_UTF8", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ASN1_STRING_type", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ASN1_TIME_print", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_ctrl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _x509_name_oneline in libcurl.a(libcurl_la-openssl.o)
      _pubkey_show in libcurl.a(libcurl_la-openssl.o)
  "_BIO_f_ssl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _x509_name_oneline in libcurl.a(libcurl_la-openssl.o)
  "_BIO_new", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _x509_name_oneline in libcurl.a(libcurl_la-openssl.o)
  "_BIO_new_mem_buf", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_printf", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_puts", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_s_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BIO_s_mem", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _x509_name_oneline in libcurl.a(libcurl_la-openssl.o)
  "_BN_num_bits", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_BN_print", referenced from:
      _pubkey_show in libcurl.a(libcurl_la-openssl.o)
  "_BrotliDecoderCreateInstance", referenced from:
      _brotli_init_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_BrotliDecoderDecompressStream", referenced from:
      _brotli_unencode_write in libcurl.a(libcurl_la-content_encoding.o)
  "_BrotliDecoderDestroyInstance", referenced from:
      _brotli_unencode_write in libcurl.a(libcurl_la-content_encoding.o)
      _brotli_close_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_BrotliDecoderGetErrorCode", referenced from:
      _brotli_unencode_write in libcurl.a(libcurl_la-content_encoding.o)
  "_BrotliDecoderVersion", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _curl_version_info in libcurl.a(libcurl_la-version.o)
  "_CRYPTO_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_CRYPTO_get_ex_new_index", referenced from:
      _ossl_get_ssl_data_index in libcurl.a(libcurl_la-openssl.o)
      _ossl_get_ssl_conn_index in libcurl.a(libcurl_la-openssl.o)
      _ossl_get_ssl_sockindex_index in libcurl.a(libcurl_la-openssl.o)
      _ossl_get_proxy_index in libcurl.a(libcurl_la-openssl.o)
  "_CRYPTO_malloc", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_DES_ecb_encrypt", referenced from:
      _Curl_ntlm_core_lm_resp in libcurl.a(libcurl_la-curl_ntlm_core.o)
      _Curl_ntlm_core_mk_lm_hash in libcurl.a(libcurl_la-curl_ntlm_core.o)
  "_DES_set_key", referenced from:
      _setup_des_key in libcurl.a(libcurl_la-curl_ntlm_core.o)
  "_DES_set_odd_parity", referenced from:
      _setup_des_key in libcurl.a(libcurl_la-curl_ntlm_core.o)
  "_DH_get0_key", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_DH_get0_pqg", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_DSA_get0_key", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_DSA_get0_pqg", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_by_id", referenced from:
      _ossl_set_engine in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_ctrl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_ctrl_cmd", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_finish", referenced from:
      _ossl_close_all in libcurl.a(libcurl_la-openssl.o)
      _ossl_set_engine in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_free", referenced from:
      _ossl_close_all in libcurl.a(libcurl_la-openssl.o)
      _ossl_set_engine in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_get_first", referenced from:
      _ossl_engines_list in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_get_id", referenced from:
      _ossl_set_engine_default in libcurl.a(libcurl_la-openssl.o)
      _ossl_engines_list in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_get_next", referenced from:
      _ossl_engines_list in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_init", referenced from:
      _ossl_set_engine in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_load_private_key", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ENGINE_set_default", referenced from:
      _ossl_set_engine_default in libcurl.a(libcurl_la-openssl.o)
  "_ERR_clear_error", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_recv in libcurl.a(libcurl_la-openssl.o)
      _ossl_send in libcurl.a(libcurl_la-openssl.o)
  "_ERR_error_string_n", referenced from:
      _ossl_strerror in libcurl.a(libcurl_la-openssl.o)
  "_ERR_get_error", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_set_engine in libcurl.a(libcurl_la-openssl.o)
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_recv in libcurl.a(libcurl_la-openssl.o)
      _ossl_send in libcurl.a(libcurl_la-openssl.o)
  "_ERR_peek_error", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ERR_peek_last_error", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_DigestFinal_ex", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_EVP_DigestInit", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_EVP_DigestUpdate", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_EVP_MD_CTX_free", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_EVP_MD_CTX_new", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_copy_parameters", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_get0_DH", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_get0_DSA", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_get0_RSA", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_get1_RSA", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_PKEY_id", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_sha1", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_EVP_sha256", referenced from:
      _ossl_sha256sum in libcurl.a(libcurl_la-openssl.o)
  "_GENERAL_NAMES_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_GSS_C_NT_HOSTBASED_SERVICE", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_decode_spnego_message in libcurl.a(libcurl_la-spnego_gssapi.o)
      _krb5_auth in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_create_gssapi_user_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_MD4_Final", referenced from:
      _Curl_md4it in libcurl.a(libcurl_la-md4.o)
  "_MD4_Init", referenced from:
      _Curl_md4it in libcurl.a(libcurl_la-md4.o)
  "_MD4_Update", referenced from:
      _Curl_md4it in libcurl.a(libcurl_la-md4.o)
  "_MD5_Final", referenced from:
      _Curl_md5it in libcurl.a(libcurl_la-md5.o)
      _Curl_HMAC_MD5 in libcurl.a(libcurl_la-md5.o)
      _Curl_DIGEST_MD5 in libcurl.a(libcurl_la-md5.o)
  "_MD5_Init", referenced from:
      _Curl_md5it in libcurl.a(libcurl_la-md5.o)
      _Curl_HMAC_MD5 in libcurl.a(libcurl_la-md5.o)
      _Curl_DIGEST_MD5 in libcurl.a(libcurl_la-md5.o)
  "_MD5_Update", referenced from:
      _Curl_md5it in libcurl.a(libcurl_la-md5.o)
      _Curl_HMAC_MD5 in libcurl.a(libcurl_la-md5.o)
      _Curl_DIGEST_MD5 in libcurl.a(libcurl_la-md5.o)
  "_OCSP_BASICRESP_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_CERTID_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_RESPONSE_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_basic_verify", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_cert_status_str", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_cert_to_id", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_check_validity", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_crl_reason_str", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_resp_find_status", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_response_get1_basic", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_response_status", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OCSP_response_status_str", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OPENSSL_init_ssl", referenced from:
      _ossl_init in libcurl.a(libcurl_la-openssl.o)
  "_OPENSSL_sk_num", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OPENSSL_sk_pop", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OPENSSL_sk_pop_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OPENSSL_sk_value", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_OpenSSL_version_num", referenced from:
      _ossl_version in libcurl.a(libcurl_la-openssl.o)
  "_PEM_X509_INFO_read_bio", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PEM_read_bio_PrivateKey", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PEM_read_bio_X509", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PEM_read_bio_X509_AUX", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PEM_write_bio_X509", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PKCS12_PBE_add", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PKCS12_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_PKCS12_parse", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_RAND_add", referenced from:
      _ossl_seed in libcurl.a(libcurl_la-openssl.o)
  "_RAND_bytes", referenced from:
      _ossl_random in libcurl.a(libcurl_la-openssl.o)
  "_RAND_file_name", referenced from:
      _ossl_seed in libcurl.a(libcurl_la-openssl.o)
  "_RAND_load_file", referenced from:
      _ossl_seed in libcurl.a(libcurl_la-openssl.o)
  "_RAND_status", referenced from:
      _ossl_random in libcurl.a(libcurl_la-openssl.o)
      _ossl_seed in libcurl.a(libcurl_la-openssl.o)
  "_RSA_flags", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_RSA_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_RSA_get0_key", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_RTMP_Alloc", referenced from:
      _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Close", referenced from:
      _rtmp_disconnect in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Connect1", referenced from:
      _rtmp_connect in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_ConnectStream", referenced from:
      _rtmp_do in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Free", referenced from:
      _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o)
      _rtmp_disconnect in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Init", referenced from:
      _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Read", referenced from:
      _rtmp_recv in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_SetBufferMS", referenced from:
      _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_SetupURL", referenced from:
      _rtmp_setup_connection in libcurl.a(libcurl_la-curl_rtmp.o)
  "_RTMP_Write", referenced from:
      _rtmp_send in libcurl.a(libcurl_la-curl_rtmp.o)
  "_SCDynamicStoreCopyProxies", referenced from:
      _Curl_resolv in libcurl.a(libcurl_la-hostip.o)
  "_SHA256_Final", referenced from:
      _Curl_sha256it in libcurl.a(libcurl_la-sha256.o)
      _Curl_HMAC_SHA256 in libcurl.a(libcurl_la-sha256.o)
  "_SHA256_Init", referenced from:
      _Curl_sha256it in libcurl.a(libcurl_la-sha256.o)
      _Curl_HMAC_SHA256 in libcurl.a(libcurl_la-sha256.o)
  "_SHA256_Update", referenced from:
      _Curl_sha256it in libcurl.a(libcurl_la-sha256.o)
      _Curl_HMAC_SHA256 in libcurl.a(libcurl_la-sha256.o)
  "_SSLClose", referenced from:
      _sectransp_close in libcurl.a(libcurl_la-sectransp.o)
  "_SSLCopyPeerTrust", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
      _verify_cert in libcurl.a(libcurl_la-sectransp.o)
  "_SSLCreateContext", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetBufferedReadSize", referenced from:
      _sectransp_data_pending in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetNegotiatedCipher", referenced from:
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetNegotiatedProtocolVersion", referenced from:
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetNumberSupportedCiphers", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetSessionState", referenced from:
      _sectransp_check_cxn in libcurl.a(libcurl_la-sectransp.o)
  "_SSLGetSupportedCiphers", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLHandshake", referenced from:
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
  "_SSLRead", referenced from:
      _sectransp_recv in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetCertificate", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetConnection", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetEnabledCiphers", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetIOFuncs", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetPeerDomainName", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetPeerID", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetProtocolVersionMax", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetProtocolVersionMin", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLSetSessionOption", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SSLWrite", referenced from:
      _sectransp_send in libcurl.a(libcurl_la-sectransp.o)
  "_SSL_CIPHER_get_name", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_add_client_CA", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_check_private_key", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_ctrl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_closeone in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_get_cert_store", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_load_verify_locations", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_new", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_sess_set_new_cb", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_alpn_protos", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_cipher_list", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_ciphersuites", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_default_passwd_cb", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_default_passwd_cb_userdata", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_default_verify_paths", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_keylog_callback", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_msg_callback", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_next_proto_select_cb", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_options", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_post_handshake_auth", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_srp_password", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_srp_username", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_set_verify", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_use_PrivateKey", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_use_PrivateKey_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_use_certificate", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_use_certificate_chain_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_CTX_use_certificate_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_SESSION_free", referenced from:
      _ossl_session_free in libcurl.a(libcurl_la-openssl.o)
  "_SSL_alert_desc_string_long", referenced from:
      _ossl_trace in libcurl.a(libcurl_la-openssl.o)
  "_SSL_connect", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_ctrl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_free", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_closeone in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get0_alpn_selected", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_certificate", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_current_cipher", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_error", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_recv in libcurl.a(libcurl_la-openssl.o)
      _ossl_send in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_ex_data", referenced from:
      _ossl_new_session_cb in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_peer_cert_chain", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_peer_certificate", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_privatekey", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_shutdown", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_verify_result", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_get_version", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_new", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_pending", referenced from:
      _ossl_data_pending in libcurl.a(libcurl_la-openssl.o)
  "_SSL_read", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_recv in libcurl.a(libcurl_la-openssl.o)
      _ossl_closeone in libcurl.a(libcurl_la-openssl.o)
  "_SSL_set_bio", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_set_connect_state", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ossl_closeone in libcurl.a(libcurl_la-openssl.o)
  "_SSL_set_ex_data", referenced from:
      _ossl_associate_connection in libcurl.a(libcurl_la-openssl.o)
      _ossl_disassociate_connection in libcurl.a(libcurl_la-openssl.o)
  "_SSL_set_fd", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_set_session", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_SSL_shutdown", referenced from:
      _ossl_shutdown in libcurl.a(libcurl_la-openssl.o)
      _ossl_closeone in libcurl.a(libcurl_la-openssl.o)
  "_SSL_write", referenced from:
      _ossl_send in libcurl.a(libcurl_la-openssl.o)
  "_SecCertificateCopyCommonName", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecCertificateCopyLongDescription", referenced from:
      _CopyCertSubject in libcurl.a(libcurl_la-sectransp.o)
  "_SecCertificateCreateWithData", referenced from:
      _append_cert_to_array in libcurl.a(libcurl_la-sectransp.o)
  "_SecCertificateGetTypeID", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecIdentityCopyCertificate", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecIdentityCreateWithCertificate", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecItemCopyMatching", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecItemImport", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecKeyCopyExternalRepresentation", referenced from:
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
  "_SecPolicyCreateSSL", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustCopyPublicKey", referenced from:
      _sectransp_connect_step2 in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustEvaluate", referenced from:
      _verify_cert in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustGetCertificateAtIndex", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustGetCertificateCount", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustSetAnchorCertificates", referenced from:
      _verify_cert in libcurl.a(libcurl_la-sectransp.o)
  "_SecTrustSetAnchorCertificatesOnly", referenced from:
      _verify_cert in libcurl.a(libcurl_la-sectransp.o)
  "_TLS_client_method", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_OpenSSL", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
      _ssl_ui_writer in libcurl.a(libcurl_la-openssl.o)
  "_UI_create_method", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_destroy_method", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_get0_user_data", referenced from:
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
      _ssl_ui_writer in libcurl.a(libcurl_la-openssl.o)
  "_UI_get_input_flags", referenced from:
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
      _ssl_ui_writer in libcurl.a(libcurl_la-openssl.o)
  "_UI_get_string_type", referenced from:
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
      _ssl_ui_writer in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_get_closer", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_get_opener", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_get_reader", referenced from:
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_get_writer", referenced from:
      _ssl_ui_writer in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_set_closer", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_set_opener", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_set_reader", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_method_set_writer", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_UI_set_result", referenced from:
      _ssl_ui_reader in libcurl.a(libcurl_la-openssl.o)
  "_X509V3_EXT_print", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_EXTENSION_get_data", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_EXTENSION_get_object", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_INFO_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_LOOKUP_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_NAME_ENTRY_get_data", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_NAME_get_entry", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_NAME_get_index_by_NID", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_NAME_print_ex", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
      _x509_name_oneline in libcurl.a(libcurl_la-openssl.o)
  "_X509_PUBKEY_get0_param", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_STORE_add_cert", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_STORE_add_crl", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_STORE_add_lookup", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_STORE_set_flags", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_check_issued", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_free", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get0_extensions", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get0_notAfter", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get0_notBefore", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get0_signature", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_X509_PUBKEY", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_ext_d2i", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_issuer_name", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_pubkey", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_serialNumber", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_subject_name", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_get_version", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_load_crl_file", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_X509_verify_cert_error_string", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_ZSTD_createDStream", referenced from:
      _zstd_init_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_ZSTD_decompressStream", referenced from:
      _zstd_unencode_write in libcurl.a(libcurl_la-content_encoding.o)
  "_ZSTD_freeDStream", referenced from:
      _zstd_close_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_ZSTD_isError", referenced from:
      _zstd_unencode_write in libcurl.a(libcurl_la-content_encoding.o)
  "_ZSTD_versionNumber", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _curl_version_info in libcurl.a(libcurl_la-version.o)
  "_ber_free", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ber_memfree", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ber_memvfree", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
  "_ber_sockbuf_add_io", referenced from:
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_disconnect in libcurl.a(libcurl_la-openldap.o)
  "_d2i_OCSP_RESPONSE", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_d2i_PKCS12_bio", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_d2i_PrivateKey_bio", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_d2i_X509_bio", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_gss_delete_sec_context", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_cleanup_spnego in libcurl.a(libcurl_la-spnego_gssapi.o)
      _krb5_end in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_cleanup_gssapi in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_display_name", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _krb5_auth in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_create_gssapi_security_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_display_status", referenced from:
      _check_gss_err in libcurl.a(libcurl_la-socks_gssapi.o)
      _display_gss_error in libcurl.a(libcurl_la-curl_gssapi.o)
  "_gss_import_name", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_decode_spnego_message in libcurl.a(libcurl_la-spnego_gssapi.o)
      _krb5_auth in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_create_gssapi_user_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_init_sec_context", referenced from:
      _Curl_gss_init_sec_context in libcurl.a(libcurl_la-curl_gssapi.o)
     (maybe you meant: _Curl_gss_init_sec_context)
  "_gss_inquire_context", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_create_gssapi_security_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_release_buffer", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _check_gss_err in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_decode_spnego_message in libcurl.a(libcurl_la-spnego_gssapi.o)
      _Curl_auth_cleanup_spnego in libcurl.a(libcurl_la-spnego_gssapi.o)
      _Curl_auth_create_spnego_message in libcurl.a(libcurl_la-spnego_gssapi.o)
      _krb5_auth in libcurl.a(libcurl_la-krb5.o)
      _krb5_encode in libcurl.a(libcurl_la-krb5.o)
      ...
  "_gss_release_name", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _Curl_auth_cleanup_spnego in libcurl.a(libcurl_la-spnego_gssapi.o)
      _krb5_auth in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_cleanup_gssapi in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_unwrap", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _krb5_decode in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_create_gssapi_security_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_gss_wrap", referenced from:
      _Curl_SOCKS5_gssapi_negotiate in libcurl.a(libcurl_la-socks_gssapi.o)
      _krb5_encode in libcurl.a(libcurl_la-krb5.o)
      _Curl_auth_create_gssapi_security_message in libcurl.a(libcurl_la-krb5_gssapi.o)
  "_i2a_ASN1_OBJECT", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_i2d_X509_PUBKEY", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_i2t_ASN1_OBJECT", referenced from:
      _ossl_connect_common in libcurl.a(libcurl_la-openssl.o)
  "_idn2_check_version", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _curl_version_info in libcurl.a(libcurl_la-version.o)
      _Curl_idnconvert_hostname in libcurl.a(libcurl_la-url.o)
  "_idn2_free", referenced from:
      _conn_free in libcurl.a(libcurl_la-url.o)
      _Curl_free_idnconverted_hostname in libcurl.a(libcurl_la-url.o)
      _create_conn in libcurl.a(libcurl_la-url.o)
  "_idn2_lookup_ul", referenced from:
      _Curl_idnconvert_hostname in libcurl.a(libcurl_la-url.o)
  "_idn2_strerror", referenced from:
      _Curl_idnconvert_hostname in libcurl.a(libcurl_la-url.o)
  "_inflate", referenced from:
      _inflate_stream in libcurl.a(libcurl_la-content_encoding.o)
  "_inflateEnd", referenced from:
      _inflate_stream in libcurl.a(libcurl_la-content_encoding.o)
      _exit_zlib in libcurl.a(libcurl_la-content_encoding.o)
  "_inflateInit2_", referenced from:
      _inflate_stream in libcurl.a(libcurl_la-content_encoding.o)
      _gzip_init_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_inflateInit_", referenced from:
      _deflate_init_writer in libcurl.a(libcurl_la-content_encoding.o)
  "_kSecAttrLabel", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecClass", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecClassIdentity", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecImportItemIdentity", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecMatchLimit", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecMatchLimitAll", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecMatchPolicy", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_kSecReturnRef", referenced from:
      _sectransp_connect_common in libcurl.a(libcurl_la-sectransp.o)
  "_ldap_abandon_ext", referenced from:
      _oldap_done in libcurl.a(libcurl_la-openldap.o)
  "_ldap_err2string", referenced from:
      _oldap_do in libcurl.a(libcurl_la-openldap.o)
      _oldap_connect in libcurl.a(libcurl_la-openldap.o)
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_first_message", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_free_urldesc", referenced from:
      _oldap_setup_connection in libcurl.a(libcurl_la-openldap.o)
      _oldap_do in libcurl.a(libcurl_la-openldap.o)
  "_ldap_get_attribute_ber", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_get_dn_ber", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_get_option", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_disconnect in libcurl.a(libcurl_la-openldap.o)
  "_ldap_init_fd", referenced from:
      _oldap_connect in libcurl.a(libcurl_la-openldap.o)
  "_ldap_memfree", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_msgfree", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_msgtype", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_next_message", referenced from:
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_parse_result", referenced from:
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_pvt_url_scheme2proto", referenced from:
      _oldap_setup_connection in libcurl.a(libcurl_la-openldap.o)
  "_ldap_result", referenced from:
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
      _oldap_recv in libcurl.a(libcurl_la-openldap.o)
  "_ldap_sasl_bind", referenced from:
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
  "_ldap_search_ext", referenced from:
      _oldap_do in libcurl.a(libcurl_la-openldap.o)
  "_ldap_set_option", referenced from:
      _oldap_connect in libcurl.a(libcurl_la-openldap.o)
      _oldap_connecting in libcurl.a(libcurl_la-openldap.o)
  "_ldap_unbind_ext", referenced from:
      _oldap_disconnect in libcurl.a(libcurl_la-openldap.o)
  "_ldap_url_parse", referenced from:
      _oldap_setup_connection in libcurl.a(libcurl_la-openldap.o)
      _oldap_do in libcurl.a(libcurl_la-openldap.o)
  "_libssh2_agent_connect", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_disconnect", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_free", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_get_identity", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_init", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_list_identities", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_agent_userauth", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_free", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_read_ex", referenced from:
      _scp_recv in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_send_eof", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_wait_closed", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_wait_eof", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_channel_write_ex", referenced from:
      _scp_send in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_exit", referenced from:
      _Curl_ssh_cleanup in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_hostkey_hash", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_init", referenced from:
      _Curl_ssh_init in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_add", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_checkp", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_del", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_free", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_get", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_init", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_readfile", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_knownhost_writefile", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_scp_recv2", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_scp_send64", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_abstract", referenced from:
      _ssh_attach in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_block_directions", referenced from:
      _ssh_multi_statemach in libcurl.a(libcurl_la-libssh2.o)
      _scp_recv in libcurl.a(libcurl_la-libssh2.o)
      _scp_send in libcurl.a(libcurl_la-libssh2.o)
      _sftp_recv in libcurl.a(libcurl_la-libssh2.o)
      _sftp_send in libcurl.a(libcurl_la-libssh2.o)
      _ssh_block_statemach in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_callback_set", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_disconnect_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_flag", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_free", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_handshake", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_hostkey", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_init_ex", referenced from:
      _ssh_connect in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_last_errno", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_last_error", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_method_pref", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_session_set_blocking", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_close_handle", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_init", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_last_error", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_mkdir_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_open_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_read", referenced from:
      _sftp_recv in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_readdir_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_rename_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_rmdir_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_seek64", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_shutdown", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_stat_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_statvfs", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_symlink_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_unlink_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_sftp_write", referenced from:
      _sftp_send in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_userauth_authenticated", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_userauth_keyboard_interactive_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_userauth_list", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_userauth_password_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_libssh2_userauth_publickey_fromfile_ex", referenced from:
      _ssh_statemach_act in libcurl.a(libcurl_la-libssh2.o)
  "_nghttp2_http2_strerror", referenced from:
      _http2_handle_stream_close in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_is_fatal", referenced from:
      _http2_send in libcurl.a(libcurl_la-http2.o)
      _on_frame_recv in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_pack_settings_payload", referenced from:
      _Curl_http2_request_upgrade in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_priority_spec_init", referenced from:
      _h2_pri_spec in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_del", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_new", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_error_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_on_begin_headers_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_on_data_chunk_recv_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_on_frame_recv_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_on_header_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_on_stream_close_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_callbacks_set_send_callback", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_check_request_allowed", referenced from:
      _h2_process_pending_input in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_client_new", referenced from:
      _Curl_http2_setup in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_del", referenced from:
      _http2_disconnect in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_get_remote_settings", referenced from:
      _on_frame_recv in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_get_stream_user_data", referenced from:
      _on_frame_recv in libcurl.a(libcurl_la-http2.o)
      _on_data_chunk_recv in libcurl.a(libcurl_la-http2.o)
      _on_stream_close in libcurl.a(libcurl_la-http2.o)
      _on_begin_headers in libcurl.a(libcurl_la-http2.o)
      _on_header in libcurl.a(libcurl_la-http2.o)
      _data_source_read_callback in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_mem_recv", referenced from:
      _h2_process_pending_input in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_resume_data", referenced from:
      _Curl_http2_done_sending in libcurl.a(libcurl_la-http2.o)
      _http2_send in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_send", referenced from:
      _Curl_http2_done in libcurl.a(libcurl_la-http2.o)
      _h2_session_send in libcurl.a(libcurl_la-http2.o)
      _http2_conncheck in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_set_local_window_size", referenced from:
      _Curl_http2_switched in libcurl.a(libcurl_la-http2.o)
      _Curl_http2_stream_pause in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_set_stream_user_data", referenced from:
      _Curl_http2_done in libcurl.a(libcurl_la-http2.o)
      _Curl_http2_switched in libcurl.a(libcurl_la-http2.o)
      _on_frame_recv in libcurl.a(libcurl_la-http2.o)
      _on_stream_close in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_upgrade2", referenced from:
      _Curl_http2_switched in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_want_read", referenced from:
      _should_close_session in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_session_want_write", referenced from:
      _Curl_http2_done_sending in libcurl.a(libcurl_la-http2.o)
      _http2_getsock in libcurl.a(libcurl_la-http2.o)
      _should_close_session in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_strerror", referenced from:
      _h2_process_pending_input in libcurl.a(libcurl_la-http2.o)
      _Curl_http2_switched in libcurl.a(libcurl_la-http2.o)
      _Curl_http2_stream_pause in libcurl.a(libcurl_la-http2.o)
      _http2_conncheck in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_submit_ping", referenced from:
      _http2_conncheck in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_submit_priority", referenced from:
      _h2_session_send in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_submit_request", referenced from:
      _http2_send in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_submit_rst_stream", referenced from:
      _Curl_http2_done in libcurl.a(libcurl_la-http2.o)
      _on_frame_recv in libcurl.a(libcurl_la-http2.o)
      _on_header in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_submit_settings", referenced from:
      _Curl_http2_switched in libcurl.a(libcurl_la-http2.o)
  "_nghttp2_version", referenced from:
      _curl_version_info in libcurl.a(libcurl_la-version.o)
      _Curl_http2_ver in libcurl.a(libcurl_la-http2.o)
  "_zlibVersion", referenced from:
      _curl_version in libcurl.a(libcurl_la-version.o)
      _curl_version_info in libcurl.a(libcurl_la-version.o)
      _gzip_init_writer in libcurl.a(libcurl_la-content_encoding.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Showing first 200 notices only
Showing first 200 errors only




-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.se/mail/etiquette.html
Received on 2021-08-19