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?
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