Skip to content

Instantly share code, notes, and snippets.

@EdgarOrtegaRamirez
Created April 9, 2018 04:45
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 EdgarOrtegaRamirez/e3eded65c6fe14466c0aa1027b41715c to your computer and use it in GitHub Desktop.
Save EdgarOrtegaRamirez/e3eded65c6fe14466c0aa1027b41715c to your computer and use it in GitHub Desktop.
Cyrstal PKG_CONFIG_PATH macOS High Sierra
# Package libssl was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libssl.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libssl' found
# Package libcrypto was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libcrypto.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libcrypto' found
export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment