RE: Mining steem on a Mac

You are viewing a single comment's thread from:

Mining steem on a Mac

in steem •  9 years ago  (edited)

hi, im getting an error message at step 3 (after installation):
Warning: Refusing to link: openssl
Linking keg-only OpenSSL means you may end up linking against the insecure,
deprecated system version while using the headers from the Homebrew version.
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 can i bypass this?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Instead of force linking, you can try setting the OPENSSL_ROOT_DIR environment variable before starting to build
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl