Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2345 > unrolled thread
| Started by | Austin Bingham <austin.bingham@gmail.com> |
|---|---|
| First post | 2011-04-01 13:36 +0200 |
| Last post | 2011-04-01 13:36 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Compiling python without ssl? Austin Bingham <austin.bingham@gmail.com> - 2011-04-01 13:36 +0200
| From | Austin Bingham <austin.bingham@gmail.com> |
|---|---|
| Date | 2011-04-01 13:36 +0200 |
| Subject | Compiling python without ssl? |
| Message-ID | <mailman.70.1301657814.2990.python-list@python.org> |
Is there any way to compile python (3.1.3, in case it matters) without ssl support? OpenSSL is on my system, and configure finds it, but I can't find a way to tell configure to explicitly ignore it. I need a version of python without ssl for trade compliance reasons (I don't make the dumb rules, I just follow 'em), and we used to be able to just remove the ssl module after the build. With more recent releases, though, this approach causes problems with e.g. hashlib. Ideally I'd like something like "configure --disable-ssl", but I can also do surgery on configure or something if that's what it takes. Thanks in advance! Austin
Back to top | Article view | comp.lang.python
csiph-web