📌  相关文章
📜  OSX 库未加载:usr local opt openssl lib libssl.1.0.0.dylib - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:39.458000             🧑  作者: Mango

代码示例2
Switch to an older openssl package

brew switch openssl 1.0.2s

Or, depending on your exact system configuration, 
you may need to switch to a different version. 
Check the output of ls -al /usr/local/Cellar/openssl for the version number to switch to.

brew switch openssl 1.0.2q
# or
brew switch openssl 1.0.2r
# or 
brew switch openssl 1.0.2s
# or
brew switch openssl 1.0.2t
# etc...