您好HomeBrew有问题。我发出命令:
Ahmet-MacBook:libmbdb ahmetmahmodo$ brew link openssl --force
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
Ahmet-MacBook:libmbdb ahmetmahmudo$
我该怎么办? 我需要这个命令。我拒绝使用-I和-L命令编译
答案 0 :(得分:0)
创建符号链接:
ln -s /usr/local/Cellar/openssl/{version}/include/openssl /usr/local/include/openssl