Skip to content
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

configure script lies about where it's looking for ssl.h #99278

Closed
wimglenn opened this issue Nov 9, 2022 · 2 comments
Closed

configure script lies about where it's looking for ssl.h #99278

wimglenn opened this issue Nov 9, 2022 · 2 comments
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@wimglenn
Copy link
Contributor

wimglenn commented Nov 9, 2022

I was trying to use the --with-openssl option and saw:

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

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.

@BeyondEvil
Copy link

BeyondEvil commented Mar 28, 2023

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

@iritkatriel iritkatriel added the build The build process and cross-build label Apr 6, 2023
@serhiy-storchaka
Copy link
Member

Fixed in #89886.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

5 participants