-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
openssl/ssl.h file not found when attemping to build #935
Comments
I ran into the same issue, installing a new version of OpenSSL worked for me, by for example running export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib Basically the |
One thing to watch out for: the openssl environment variables need an absolute path since the openssl build runs in a different directory than where |
If you're running this on a Mac, you may want to use the |
I'm facing the same, although i download OPENSSL for windows (openssl-win64) nothing changed , still the same message "openssl/bn.h" no such file or directory .. any one can help , note: i am trying to run a cryptographic proof of data integrity written in C on windows8 machine .. |
Needed |
Hi there,
I just tried to compile my project after adding hyper as a dependency and received this error:
Any help with how to resolve this would be greatly appreciated!
Fabio
The text was updated successfully, but these errors were encountered: