Skip to content

Instantly share code, notes, and snippets.

@minhoryang
Created January 21, 2017 17:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minhoryang/b7f591de4ff94981dc086649a6321cc7 to your computer and use it in GitHub Desktop.
Save minhoryang/b7f591de4ff94981dc086649a6321cc7 to your computer and use it in GitHub Desktop.
"fatal error: 'openssl/hmac.h' file not found", If you are on macOS, please install openssl and check your OpenSSL configuration:
brew install openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
export DEP_OPENSSL_INCLUDE=`brew --prefix openssl`/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment