On 2025-02-09, Left Right via Python-list 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
On Tue, 11 Feb 2025 at 04:04, Grant Edwards via Python-list
wrote:
>
> On 2025-02-09, Left Right via Python-list 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 th
On 2025-02-10, Chris Angelico via Python-list wrote:
> On Tue, 11 Feb 2025 at 04:04, Grant Edwards via Python-list
> wrote:
>> On 2025-02-09, Left Right via Python-list wrote:
>>
>>> You need the sources of the OpenSSL library, not the compiled library.
>>> On Ubuntu, the packages with sources
On Tue, 11 Feb 2025 at 05:56, Grant Edwards via Python-list
wrote:
> The -dev packages also contain the man pages for the libraries. It
> surprised me at first that the man pages weren't installed by the
> "normal" lib packages. But, if you're not writing/building apps that
> link with library X,