We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the build process, this eventually happens...
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-m64" "-fPIC" "-o" "/Users/njenning/code/projects/mysteryshack/target/release/build/openssl-sys-f0bee5fb97afc90d/out/src/openssl_shim.o" "-c" "src/openssl_shim.c" ExitStatus(Code(1)) command did not execute successfully, got: exit code: 1 --- stderr src/openssl_shim.c:1:10: fatal error: 'openssl/hmac.h' file not found #include <openssl/hmac.h> ^ 1 error generated. thread '<main>' panicked at 'explicit panic', /Users/njenning/.cargo/registry/src/github.com-0a35038f75765ae4/gcc-0.3.19/src/lib.rs:771
The text was updated successfully, but these errors were encountered:
Same issue as sfackler/rust-openssl#255. Unfortunately I don't think we'll ever be able to get rid of the openssl dependency.
Sorry, something went wrong.
So, in case you want to make note of it, the following worked:
$ brew install openssl $ brew link --force openssl
(OS X 10.11)
b5fe1d9
No branches or pull requests
During the build process, this eventually happens...
The text was updated successfully, but these errors were encountered: