Incredibly:
./configure --with-ssl=/usr/include/openssl/
Made the trick!!
Although --with-ssl is not documented in ./configure --help.
Cheers,
Felix.
--
https://mail.python.org/mailman/listinfo/python-list
"Felix Lazaro Carbonell" writes:
> Hello:
>
>
>
> I'm trying to install python3.7.2 from source in debian9.8 but it doesn't
> compile with SSL.
>
>
>
> I already installed openssl
>
>
>
> And ./configure -with-openssl=/usr/include/openssl/ yields:
>
>
>
> checking for openssl/ssl.h in /u
Hello:
I'm trying to install python3.7.2 from source in debian9.8 but it doesn't
compile with SSL.
I already installed openssl
And ./configure -with-openssl=/usr/include/openssl/ yields:
checking for openssl/ssl.h in /usr/include/openssl/... no
and ssl.h is certainly in /usr/in