-
Notifications
You must be signed in to change notification settings - Fork 226
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
Failed to build OpenSSL on El Capitan #69
Comments
Hi, I am running into the same problem. The brew link --force solution does not work with the newest home-brew anymore. There is an issue under rust-openssl. We might be able to update this package once that is updated. |
The temporary solution is to source the following environment parameters:
|
Maybe there is a way to disable openssl? My build is still failing with solutions mentioned before:
|
Hi all, @ax330d brings up a good point in that it might be nice to be able to disable |
closing this, if you are having trouble because openssl is too old, follow #80 for progress on that. |
When running cargo build I was getting this error.
Fixed by the following:
$ brew uninstall --force openssl
$ brew install openssl
$ brew link --force openssl
$ cargo clean
$ cargo build
Fix from http://stackoverflow.com/questions/30818391/gem-eventmachine-fatal-error-openssl-ssl-h-file-not-found#comment55942148_33956405
Hope that this saves someone else some time.
The text was updated successfully, but these errors were encountered: