Path: ...!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: Version of OpenSSl ? Date: Mon, 10 Feb 2025 12:01:10 -0500 (EST) Lines: 18 Message-ID: References: <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be> <4Ys9ny3DPfznWGq@mail.python.org> X-Trace: news.uni-berlin.de 3Pojnuw3qLOLFC4m8ORORwckZnUQL0UAU7p92RTLTLKg== Cancel-Lock: sha1:0dS4qZJJOuSomSGEYjuy+J3NIAQ= sha256:ZQQbn6x/abTgcnBdlKYtEHLNqr+dUPo9YX1Me3iHXhE= Return-Path: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <4Ys9ny3DPfznWGq@mail.python.org> X-Mailman-Original-References: <20250209092819.BLUK2E0092BKbYl01LUKR6@andre.telenet-ops.be> Bytes: 3328 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 something like openssl-dev or > libopenssl-dev etc. Do the -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