How to install latest version of openssl Mac OS X El Capitan

后端 未结 9 2143
无人及你
无人及你 2020-11-22 07:05

I have used brew install openssl to download and install openssl v1.0.2f, however, it comes back saying:

A CA file has been bootstrapped using c         


        
9条回答
  •  渐次进展
    2020-11-22 07:13

    Only

    export PATH=$(brew --prefix openssl)/bin:$PATH in ~/.bash_profile
    

    has worked for me! Thank you mipadi.

提交回复
热议问题