Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #197238
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Grant Edwards <grant.b.edwards@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Version of OpenSSl ? |
| Date | Mon, 10 Feb 2025 12:01:10 -0500 (EST) |
| Lines | 18 |
| Message-ID | <mailman.106.1739206872.2912.python-list@python.org> (permalink) |
| References | <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be> <CAJQBtgnt9qaoX=VzBwt3dZK_43aycsJLX=88_GpBgaW0hmVGAw@mail.gmail.com> <4Ys9ny3DPfznWGq@mail.python.org> |
| X-Trace | news.uni-berlin.de 3Pojnuw3qLOLFC4m8ORORwckZnUQL0UAU7p92RTLTLKg== |
| Cancel-Lock | sha1:0dS4qZJJOuSomSGEYjuy+J3NIAQ= sha256:ZQQbn6x/abTgcnBdlKYtEHLNqr+dUPo9YX1Me3iHXhE= |
| Return-Path | <grant.b.edwards@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| Authentication-Results | mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral |
| X-Spam-Status | OK 0.020 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'library.': 0.05; 'library,': 0.09; 'typically': 0.09; 'ubuntu': 0.09; 'compiled': 0.16; 'from:addr:grant.b.edwards': 0.16; 'from:name:grant edwards': 0.16; 'static': 0.16; 'subject:Version': 0.16; 'xxx': 0.16; 'wrote:': 0.16; 'grant': 0.17; 'libraries': 0.19; 'to:addr :python-list': 0.20; 'library': 0.26; 'think': 0.29; 'header:User- Agent:1': 0.30; 'packages': 0.31; 'python-list': 0.32; 'but': 0.32; "didn't": 0.34; 'package': 0.34; 'from:addr:gmail.com': 0.34; 'subject: ?': 0.35; 'files': 0.36; 'really': 0.36; 'something': 0.40; 'try': 0.40; 'named': 0.65; 'required': 0.65; 'right': 0.68; 'currently,': 0.69; 'message-id:invalid': 0.69; 'sources': 0.75; 'left': 0.83 |
| User-Agent | slrn/1.0.3 (Linux) |
| 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 | <4Ys9ny3DPfznWGq@mail.python.org> |
| X-Mailman-Original-References | <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be> <CAJQBtgnt9qaoX=VzBwt3dZK_43aycsJLX=88_GpBgaW0hmVGAw@mail.gmail.com> |
| Xref | csiph.com comp.lang.python:197238 |
Show key headers only | View raw
On 2025-02-09, Left Right via Python-list <python-list@python.org> wrote: > 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. Do the <library>-dev packages on Ubuntu really contain the sources for the libraries? I knew they contained the static libraries and the include files required to build against the libraries, but I didn't think they contained the library sources. -- Grant
Back to comp.lang.python | Previous | Next | Find similar
Re: Version of OpenSSl ? Grant Edwards <grant.b.edwards@gmail.com> - 2025-02-10 12:01 -0500
csiph-web