Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197233
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | vincent.vandevyvre@oqapy.eu |
| Newsgroups | comp.lang.python |
| Subject | RE Version of OpenSSl ? |
| Date | Sun, 09 Feb 2025 07:54:01 -0500 (EST) |
| Lines | 16 |
| Message-ID | <mailman.102.1739105643.2912.python-list@python.org> (permalink) |
| References | <20250209134525.BQlR2E0064eH6rS01QlRjH@laurent.telenet-ops.be> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | base64 |
| X-Trace | news.uni-berlin.de sQsS0fb3ozVULF3BHmGr8whOjz8s3YvkuJ/O+QxOCiMQ== |
| Cancel-Lock | sha1:I0DoQ55d0kQQiDJM5M4TVfNRahY= sha256:o8N+GCahzh1VbeCdyr2c8oDX9cohz9tigE5ldVrMZSY= |
| 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=Symtb+Vi; dkim-adsp=none (unprotected policy); dkim-atps=neutral |
| X-Spam-Status | OK 0.037 |
| X-Spam-Evidence | '*H*': 0.93; '*S*': 0.00; 'library.': 0.05; 'lecture': 0.07; 'library,': 0.09; 'typically': 0.09; 'ubuntu': 0.09; 'compiled': 0.16; 'received:be': 0.16; 'subject:Version': 0.16; 'sudo': 0.16; 'xxx': 0.16; 'to:addr:python-list': 0.20; 'version': 0.23; 'install': 0.23; 'seems': 0.26; 'packages': 0.31; 'skip:- 60': 0.32; 'but': 0.32; 'package': 0.34; 'subject: ?': 0.35; 'thanks,': 0.36; 'something': 0.40; 'try': 0.40; 'received:195': 0.64; 'named': 0.65; 'currently,': 0.69; 'est': 0.69; 'plus': 0.71; 'sources': 0.75; 'des': 0.78; 'construction': 0.81; 'mot': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r25; t=1739105125; bh=Pw67xpyHG9A91NctkxIV7fy39/hhGQXopyLwJI9nn/0=; h=Message-ID:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:From:To:From; b=Symtb+ViNXSCVUW/9Viy48GimSRLW/iUatBp0d/51XYPFfU7Hn/ALOHDHFb/L+j0R KHf9alvS7t1uos4AzvA3kBj9DBOSrQVIyhmhbpsQyymPnHm4TVMvqjSF/UIEcpZjsI uj75jAlDP5T8+rae6GO6yihBWn+mqhEeCxLgtOQgT97C33HzRReQ6YKmzeWGbu/L4A 3f9IoET20YkU87aUTxXKDdupB0uGND7xlc4f6/I6De+IBijTtfvpmCrqk7Fl/1sfkh K59HK21ZV1o3yKP2QOUAKvaVDjUXtxVPJeEqjuMuk3KX4VV7YdbuTYUEQRe6S+gpTH 5a4alRDJ42U3g== |
| 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 | <20250209134525.BQlR2E0064eH6rS01QlRjH@laurent.telenet-ops.be> |
| Xref | csiph.com comp.lang.python:197233 |
Show key headers only | View raw
> 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