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


Groups > comp.lang.python > #197238

Re: Version of OpenSSl ?

From Grant Edwards <grant.b.edwards@gmail.com>
Newsgroups comp.lang.python
Subject Re: Version of OpenSSl ?
Date 2025-02-10 12:01 -0500
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>

Show all headers | 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


Thread

Re: Version of OpenSSl ? Grant Edwards <grant.b.edwards@gmail.com> - 2025-02-10 12:01 -0500

csiph-web