Can't install Erlang 27.2.4. OpenSSL issues. MacOS Sequoia

That too, but this is also a issue:

It might be some linking error, check the /opt/homebrew/opt/ folder for presence of openssl@3, it might be possible that you have openssl@3.3 or something like that, I have multiple 3.x versions present there.

Also ensure that the following folders are present inside of openssl installation: bin, share, include, lib.

PS: To rule out any other potential errors, you can actually disable building of OTP libraries that require openssl by passing the flag --without-ssl, if that works then the problem is strictly related to openssl linking.

1 Like