>
> In case this helps you find the correct package to install:
>
> $ python3 -c "if True:
> > import ssl
> > print('Ok.')
> > "
> Ok.
>
> $ cat /etc/lsb-release
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=24.04
> DISTRIB_CODENAME=noble
> DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS"
>
> $ apt lis
> HI Vincent.
>
> You need the sources of the OpenSSL library, not the compiled library.
> On Ubuntu, the packages with sources are typically named xxx-dev where
> xxx is the package that provides the library. I don't have a Ubuntu
> currently, but try looking for something like openssl-dev or
> l
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:
_hash