-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing Erlang on OSX Mojave can't find OpenSSL #86
Comments
same here! |
Kerl detects if it is being installed on macOS 10.11+ and use I've went ahead and created PR for Kerl to detect OpenSSL on Mojave. If you want to use
Edit: fix snippets |
For anyone who comes across this issue. The fix should be as simple as running |
Thanks @Stratus3D for pointing me in the right direction - |
If folks run into this issue and After helping set up a colleague's machine, using the |
To add to this if you're still having issues, I had to |
I'm currently getting:
I've tried reinstalling OpenSSL with Homebrew and then exporting PKG_CONFIG_PATH, CPPFLAGS, and LDFLAGS to help the build tools find it, but no luck.
I'm at the tip revisions of asdf-erlang and asdf.
I'm wondering if there's anything else that would be good to try. As far as I could tell installing Erlang w/ asdf on High Sierra worked flawlessly for me, so I assume that the Mojave upgrade changed something important.
The text was updated successfully, but these errors were encountered: