[erlang-questions] Fail to build ssl module on Mac 10.13 High Sierra

Richard Bowker erlang@REDACTED
Fri Mar 23 10:28:29 CET 2018


Install the latest openssl using homebrew https://brew.sh/ then $ brew install openssl

--- scott_ribe@REDACTED wrote:

From: Scott Ribe <scott_ribe@REDACTED>
To: yorda <me@REDACTED>
Cc: erlang-questions@REDACTED
Subject: Re: [erlang-questions] Fail to build ssl module on Mac 10.13 High Sierra
Date: Thu, 22 Mar 2018 22:58:55 -0600

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.

_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list