This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2021-10-20.11:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634727768.96.0.901845076453.issue45536@roundup.psfhosted.org>
In-reply-to
Content
Example output:

$ ./configure
checking whether compiling and linking against OpenSSL works... yes
checking for --with-openssl-rpath... 
checking whether OpenSSL provides required APIs... yes

$ ./configure --with-openssl=/home/heimes/dev/python/multissl/openssl/3.0.0
checking for openssl/ssl.h in /home/heimes/dev/python/multissl/openssl/3.0.0... yes
checking whether compiling and linking against OpenSSL works... yes
checking for --with-openssl-rpath... 
checking whether OpenSSL provides required APIs... yes

$ ./configure --with-openssl=/home/heimes/dev/python/multissl/openssl/1.0.2u
checking for openssl/ssl.h in /home/heimes/dev/python/multissl/openssl/1.0.2u... yes
checking whether compiling and linking against OpenSSL works... yes
checking for --with-openssl-rpath... 
checking whether OpenSSL provides required APIs... no
History
Date User Action Args
2021-10-20 11:02:48christian.heimessetrecipients: + christian.heimes
2021-10-20 11:02:48christian.heimessetmessageid: <1634727768.96.0.901845076453.issue45536@roundup.psfhosted.org>
2021-10-20 11:02:48christian.heimeslinkissue45536 messages
2021-10-20 11:02:48christian.heimescreate