1

I can't link OpenSSL in OS X Sierra 10.12.3. The command I tried to link is brew link --force openssl.

And the warning is:

Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
  -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib

How to resolve this issue?

jww
  • 97,681
  • 90
  • 411
  • 885
Jeeva
  • 448
  • 1
  • 6
  • 18
  • [Brew refusing to link openssl](http://stackoverflow.com/q/38670295), [Update OpenSSL on OS X with Homebrew](http://stackoverflow.com/q/15185661), [How to install latest version of openssl Mac OS X El Capitan](http://stackoverflow.com/q/35129977), [How to upgrade OpenSSL in OS X?](http://apple.stackexchange.com/q/126830), [Openssl installation using HomeBrew fails](http://superuser.com/q/486389), etc. – jww Jan 27 '17 at 10:07
  • @bfontaine - I tagged the question incorrectly. Sorry about that. – jww Jan 28 '17 at 09:40

0 Answers0