Sujet : Re: Version of OpenSSl ?
De : grant.b.edwards (at) *nospam* gmail.com (Grant Edwards)
Groupes : comp.lang.pythonDate : 10. Feb 2025, 18:01:10
Autres entêtes
Message-ID : <mailman.106.1739206872.2912.python-list@python.org>
References : 1 2 3
User-Agent : slrn/1.0.3 (Linux)
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