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
I was trying to use the --with-openssl option and saw:
--with-openssl
checking for openssl/ssl.h in /path/to/openssl-1.1.1g/include... no
But that's exactly where it was, file existing at /path/to/openssl-1.1.1g/include/openssl/ssl.h
/path/to/openssl-1.1.1g/include/openssl/ssl.h
I had to look in the configure file and see that it was actually tacking on include itself, so you don't need to specify that.
The text was updated successfully, but these errors were encountered:
THANK YOU!
This got me a step closer to getting python3 working in an isolated environment.
Unfortunately, I'm still suffering from certificate verify failed: self-signed certificate in certificate chain
self-signed certificate in certificate chain
Sorry, something went wrong.
Fixed in #89886.
No branches or pull requests
I was trying to use the
--with-openssl
option and saw:But that's exactly where it was, file existing at
/path/to/openssl-1.1.1g/include/openssl/ssl.h
I had to look in the configure file and see that it was actually tacking on include itself, so you don't need to specify that.
The text was updated successfully, but these errors were encountered: