Re: Version of OpenSSl ?

Liste des GroupesRevenir à cl python 
Sujet : Re: Version of OpenSSl ?
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.python
Date : 09. Feb 2025, 11:35:31
Autres entêtes
Organisation : None to speak of
Message-ID : <87zfivz9qk.fsf@nosuchdomain.example.com>
References : 1 2
User-Agent : Gnus/5.13 (Gnus v5.13)
vincent.vandevyvre@oqapy.eu writes:
Hi,
>
Trying to compile Python-3.12.9 on Ubuntu-24.04
>
The compilation is complete without errors but I have this message:
--------------------------------------------------------------------------------------------------------
The necessary bits to build these optional modules were not found:
_hashlib              _ssl                  nis               
To find the necessary bits, look in configure.ac and config.log.
>
Could not build the ssl module!
Python requires a OpenSSL 1.1.1 or newer
--------------------------------------------------------------------------------------------------------
>
But I have a more newer version:
>
-------------------------------------------------------------------------------------------------------
$ openssl version
OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024)
-------------------------------------------------------------------------------------------------------

You have the openssl command, but do you have the openssl development
libraries?

For Ubuntu, you need to install the libssl-dev package.
`dpkg -l libssl-dev` will tell you whether you have it.
If you don't, `sudo apt-get install libssl-dev` will install it.

--
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */

Date Sujet#  Auteur
9 Feb 25 * Version of OpenSSl ?2vincent.vandevyvre
9 Feb 25 `- Re: Version of OpenSSl ?1Keith Thompson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal