Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197232
| From | Left Right <olegsivokon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Version of OpenSSl ? |
| Date | 2025-02-09 13:20 +0100 |
| Message-ID | <mailman.101.1739103620.2912.python-list@python.org> (permalink) |
| References | <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be> <CAJQBtgnt9qaoX=VzBwt3dZK_43aycsJLX=88_GpBgaW0hmVGAw@mail.gmail.com> |
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 libopenssl-dev etc. On Sun, Feb 9, 2025 at 9:35 AM Vincent Vande Vyvre via Python-list <python-list@python.org> wrote: > > 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) > ------------------------------------------------------------------------------------------------------- > > What can I do for that ? > > Vincent. > -- > https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next | Find similar
Re: Version of OpenSSl ? Left Right <olegsivokon@gmail.com> - 2025-02-09 13:20 +0100
csiph-web