[erlang-questions] Fail to build ssl module on Mac 10.13 High Sierra
Scott Ribe
scott_ribe@REDACTED
Fri Mar 23 05:58:55 CET 2018
On Mar 22, 2018, at 5:39 PM, yorda <me@REDACTED> wrote:
>
> Dear erlang community,
>
> I’m a admirer of the OTP as a engineer marvel and lurking around erlang and lfe community for a while. Here’s a question:
>
> I built OTP(release version 20.3) on my Mac(10.13) using the otp_build autoconf command yesterday. Everything works perfectly so far except the missing ssl module, due to the build system can’t find openssl. I was told MacOS 10.13 has been switched from openssl to libressl, that might be the cause of the issue.
If you want to build something on OS X which requires openssl, you have to get openssl and build it first.
More information about the erlang-questions
mailing list