Skip to content

Instantly share code, notes, and snippets.

@lrascao
Last active December 29, 2023 12:29
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lrascao/6880485b8dc4c51c74392b0fa5b9d358 to your computer and use it in GitHub Desktop.
Save lrascao/6880485b8dc4c51c74392b0fa5b9d358 to your computer and use it in GitHub Desktop.
Build Erlang statically linked with OpenSSL
sudo yum install gcc gcc-c++ make libxslt fop ncurses-devel openssl-devel *openjdk-devel unixODBC unixODBC-devel
KERL_CONFIGURE_OPTIONS="--with-ssl=/home/ec2-user/openssl/releases/1.0.2h --disable-dynamic-ssl-lib" kerl build 18.3 18.3
# without ECC
KERL_CONFIGURE_OPTIONS="CFLAGS=-DOPENSSL_NO_EC=1" kerl build 18.3 18.3
@cmeiklejohn
Copy link

Did this work for you? I'm running into every possible problem with this. How did you compile openssl?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment