Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #197230

Version of OpenSSl ?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From vincent.vandevyvre@oqapy.eu
Newsgroups comp.lang.python
Subject Version of OpenSSl ?
Date Sun, 09 Feb 2025 03:33:57 -0500 (EST)
Lines 17
Message-ID <mailman.100.1739090040.2912.python-list@python.org> (permalink)
References <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be>
Mime-Version 1.0
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding base64
X-Trace news.uni-berlin.de zPY7gU2evNWM9Y1WUegr1AeBjuzClEMF+S9PkZSLVC4A==
Cancel-Lock sha1:C4VbS85UpQ/gynWgqJjXzccVrhg= sha256:rThm+vpTfMGtfnsPBKiT4FxtjGgeqGHNv5zMF7aO1ao=
Return-Path <vincent.vande.vyvre@telenet.be>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
Authentication-Results mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=telenet.be header.i=@telenet.be header.b=gyDIRKX3; dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'message:': 0.03; 'modules': 0.07; 'bits': 0.16; 'found:': 0.16; 'received:be': 0.16; 'ssl': 0.16; 'subject:Version': 0.16; 'python': 0.16; 'to:addr:python-list': 0.20; 'version': 0.23; 'but': 0.32; 'requires': 0.34; 'trying': 0.35; 'subject: ?': 0.35; 'errors': 0.36; 'could': 0.37; 'necessary': 0.39; 'complete': 0.64; 'look': 0.65
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r25; t=1739089699; bh=UFAXfDwyCvfycGlw1VDYDBqpZz4JaB2IxwQtWxv0+Wo=; h=Message-ID:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:From:To:From; b=gyDIRKX3UNBOrTM34Yprr5LUTSmm+CbinVFM4JZXs3CK24CgEETJpa/M3F2cJGzdE iBbQZc6XA4MXiHcHxDHNMm79F2bWndWuYhCCOdYyJE+5G4Srcu8YVbDAHXJomlSiav SgYWLxj4ojDHyio8aKNgbLrttxETftYAo5Lo4E+MRdBFEG0l6XF22kXUFLD3W0GpxE EWd5xYaFpjdlPIDf+rxiGssQEMld5Ss4yUcuSFDo0qgHvD7BTb0KzdwhQs+VTvGxc4 OSQQuyLuJxZx5Og+iKNPJA6W7n1ZpoUzv8ZZpw4AyXqivgRlSZCXAcN2y6A1o1egjK 6uT9YhvkmZkUQ==
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.39
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <https://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be>
Xref csiph.com comp.lang.python:197230

Show key headers only | View raw


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.

Back to comp.lang.python | Previous | NextNext in thread | Find similar


Thread

Version of OpenSSl ? vincent.vandevyvre@oqapy.eu - 2025-02-09 03:33 -0500
  Re: Version of OpenSSl ? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-02-09 02:35 -0800

csiph-web