Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197233
| From | vincent.vandevyvre@oqapy.eu |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | RE Version of OpenSSl ? |
| Date | 2025-02-09 07:54 -0500 |
| Message-ID | <mailman.102.1739105643.2912.python-list@python.org> (permalink) |
| References | <20250209134525.BQlR2E0064eH6rS01QlRjH@laurent.telenet-ops.be> |
> 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. Thanks, the dev packege seems named libssl-dev. But: ---------------------------------------------------------------- $ sudo apt install libssl-dev [sudo] Mot de passe de vincent : Lecture des listes de paquets... Fait Construction de l'arbre des dépendances... Fait Lecture des informations d'état... Fait libssl-dev est déjà la version la plus récente (3.0.13-0ubuntu3.4). ---------------------------------------------------------------- In english: "libssl-dev is already the most recent version (3.0.13-0ubuntu3.4). Vincent
Back to comp.lang.python | Previous | Next | Find similar
RE Version of OpenSSl ? vincent.vandevyvre@oqapy.eu - 2025-02-09 07:54 -0500
csiph-web