Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error ld: Undefined symbols: #7311

Open
Rafinol opened this issue Dec 23, 2023 · 0 comments
Open

Build error ld: Undefined symbols: #7311

Rafinol opened this issue Dec 23, 2023 · 0 comments
Labels

Comments

@Rafinol
Copy link

Rafinol commented Dec 23, 2023

Operating Systems: Sonoma 14.1.2

Qt 5.12.12

Synergy version: 1.13.1

Error when I try build:

ld: Undefined symbols:
_CRYPTO_free, referenced from:
SecureSocket::showCertificate() in libnet.a5
_ERR_error_string_n, referenced from:
SecureSocket::showError(char const*) in libnet.a5
SecureSocket::getError() in libnet.a5
_ERR_get_error, referenced from:
SecureSocket::showError(char const*) in libnet.a5
SecureSocket::getError() in libnet.a5
_ERR_peek_error, referenced from:
SecureSocket::checkResult(int, int&) in libnet.a5
_EVP_sha256, referenced from:
SecureSocket::verifyCertFingerprint() in libnet.a5
_OPENSSL_init_crypto, referenced from:
SecureSocket::initContext(bool) in libnet.a5
_OPENSSL_init_ssl, referenced from:
SecureSocket::initContext(bool) in libnet.a5
SecureSocket::initContext(bool) in libnet.a5
_OPENSSL_sk_num, referenced from:
showCipherStackDesc(stack_st_SSL_CIPHER*) in libnet.a5
showCipherStackDesc(stack_st_SSL_CIPHER*) in libnet.a5
_OPENSSL_sk_value, referenced from:
showCipherStackDesc(stack_st_SSL_CIPHER*) in libnet.a5
_OpenSSL_version, referenced from:
SecureSocket::showSecureLibInfo() in libnet.a5
SecureSocket::showSecureLibInfo() in libnet.a5
SecureSocket::showSecureLibInfo() in libnet.a5
SecureSocket::showSecureLibInfo() in libnet.a5
SecureSocket::showSecureLibInfo() in libnet.a5
_SSL_CIPHER_description, referenced from:
SecureSocket::showSecureConnectInfo() in libnet.a5
showCipherStackDesc(stack_st_SSL_CIPHER*) in libnet.a5
_SSL_CTX_check_private_key, referenced from:
SecureSocket::loadCertificates(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator>&) in libnet.a5
_SSL_CTX_free, referenced from:
SecureSocket::~SecureSocket() in libnet.a5
_SSL_CTX_new, referenced from:
SecureSocket::initContext(bool) in libnet.a5
_SSL_CTX_set_options, referenced from:
SecureSocket::initContext(bool) in libnet.a5
_SSL_CTX_use_PrivateKey_file, referenced from:
SecureSocket::loadCertificates(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator>&) in libnet.a5
_SSL_CTX_use_certificate_file, referenced from:
SecureSocket::loadCertificates(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator>&) in libnet.a5
_SSL_accept, referenced from:
SecureSocket::secureAccept(int) in libnet.a5
_SSL_connect, referenced from:
SecureSocket::secureConnect(int) in libnet.a5
_SSL_free, referenced from:
SecureSocket::~SecureSocket() in libnet.a5
_SSL_get1_peer_certificate, referenced from:
SecureSocket::verifyCertFingerprint() in libnet.a5
SecureSocket::showCertificate() in libnet.a5
_SSL_get_ciphers, referenced from:
SecureSocket::showSecureCipherInfo() in libnet.a5
_SSL_get_client_ciphers, referenced from:
SecureSocket::showSecureCipherInfo() in libnet.a5
_SSL_get_current_cipher, referenced from:
SecureSocket::showSecureConnectInfo() in libnet.a5
_SSL_get_error, referenced from:
SecureSocket::checkResult(int, int&) in libnet.a5
_SSL_new, referenced from:
SecureSocket::createSSL() in libnet.a5
SecureSocket::secureAccept(int) in libnet.a5
SecureSocket::secureConnect(int) in libnet.a5
_SSL_read, referenced from:
SecureSocket::doRead() in libnet.a5
SecureSocket::doRead() in libnet.a5
SecureSocket::secureRead(void*, int, int&) in libnet.a5
_SSL_set_fd, referenced from:
SecureSocket::secureAccept(int) in libnet.a5
SecureSocket::secureConnect(int) in libnet.a5
_SSL_shutdown, referenced from:
SecureSocket::~SecureSocket() in libnet.a5
SecureSocket::close() in libnet.a5
non-virtual thunk to SecureSocket::close() in libnet.a5
_SSL_write, referenced from:
SecureSocket::doWrite() in libnet.a5
SecureSocket::secureWrite(void const*, int, int&) in libnet.a5
_TLS_client_method, referenced from:
SecureSocket::initContext(bool) in libnet.a5
_TLS_server_method, referenced from:
SecureSocket::initContext(bool) in libnet.a5
_X509_NAME_oneline, referenced from:
SecureSocket::showCertificate() in libnet.a5
_X509_digest, referenced from:
SecureSocket::verifyCertFingerprint() in libnet.a5
_X509_free, referenced from:
SecureSocket::showCertificate() in libnet.a5
_X509_get_subject_name, referenced from:
SecureSocket::showCertificate() in libnet.a5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/synergyc] Error 1
make[1]: *** [src/cmd/synergyc/CMakeFiles/synergyc.dir/all] Error 2
make: *** [all] Error 2
18:22:07: The process "/opt/homebrew/Cellar/cmake/3.28.1/bin/cmake" exited with code 2.
Error while building/deploying project synergy-core (kit: Desktop Qt 5.12.12 clang 64bit)
When executing step "Build"

@Rafinol Rafinol added the bug label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant