[CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

Tue Nov 9 17:55:21 UTC 2021
Anand Buddhdev <anandb at ripe.net>

On 09/11/2021 18:30, Kaushal Shriyan wrote:

Kaushal,

> #cd Python-3.10.0
> #*./configure LDFLAGS="-L/usr/lib64/openssl11"*

You really are making no effort to understand how to compile packages on 
Linux. Steve told you that you might need to use LDFLAGS, but it is not 
the only option you have to set when calling configure. You also need to 
tell configure where the header files are.

Instead of examining the output of "configure --help" or using google, 
you're just asking to be spoon-fed all the solutions. Try to help 
yourself by doing some google searching and reading.

Anand