Skip to content

Instantly share code, notes, and snippets.

@jeromegn
Created February 1, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeromegn/960511983eaa6f2264363bcac2928fae to your computer and use it in GitHub Desktop.
Save jeromegn/960511983eaa6f2264363bcac2928fae to your computer and use it in GitHub Desktop.
Undefined symbols for architecture x86_64:
"_SSL_get0_param", referenced from:
_*OpenSSL::SSL::Socket::Client#initialize<TCPSocket, OpenSSL::SSL::Context::Client, Bool, String>:Nil in O-penS-S-L-5858S-S-L-5858S-ocket5858C-lient.o
"_X509_VERIFY_PARAM_set1_host", referenced from:
_*OpenSSL::SSL::Socket::Client#initialize<TCPSocket, OpenSSL::SSL::Context::Client, Bool, String>:Nil in O-penS-S-L-5858S-S-L-5858S-ocket5858C-lient.o
"_X509_VERIFY_PARAM_set1_ip_asc", referenced from:
_*OpenSSL::SSL::Socket::Client#initialize<TCPSocket, OpenSSL::SSL::Context::Client, Bool, String>:Nil in O-penS-S-L-5858S-S-L-5858S-ocket5858C-lient.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: execution of command failed with code: 1: `cc -o "/Users/jerome/.cache/crystal/crystal-run-wormhole.tmp" "${@}" -rdynamic `command -v pkg-config > /dev/null && pkg-config --libs libssl || printf %s '-lssl -lcrypto'` `command -v pkg-config > /dev/null && pkg-config --libs libcrypto || printf %s '-lcrypto'` -lpcre -lgc -lpthread /usr/local/Cellar/crystal-lang/0.20.5/src/ext/libcrystal.a -levent -liconv -ldl -L/usr/lib -L/usr/local/lib`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment