Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.07; 'received :mail-bw0-f46.google.com': 0.09; 'releases,': 0.09; 'configure': 0.11; 'subject:python': 0.15; '"configure': 0.16; 'advance!': 0.16; 'build.': 0.16; 'openssl': 0.16; 'received:209.85.214.46': 0.16; 'support?': 0.16; 'ideally': 0.16; 'ignore': 0.16; 'compile': 0.19; 'e.g.': 0.22; 'version': 0.25; 'message- id:@mail.gmail.com': 0.28; 'thanks': 0.29; 'subject:?': 0.29; 'explicitly': 0.29; 'austin': 0.31; 'it.': 0.31; "can't": 0.31; 'to:addr:python-list': 0.32; 'module': 0.33; 'there': 0.35; 'ssl': 0.35; 'problems': 0.37; 'case': 0.37; 'received:209.85': 0.37; 'skip:- 10': 0.37; 'received:google.com': 0.38; 'but': 0.38; 'reasons': 0.38; 'used': 0.38; 'received:209.85.214': 0.39; 'though,': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'surgery': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=zoTAsIDPp5w00akQvcbREWCs1ZSPJkbcp01IbZACh0k=; b=xXnPqMKeAnWYjoi4tnR9w4jT1peNV+d7xw8zizCUXNRY1Glp3nIhld45q0lXl2YQUd Dp5WC1kwy2z7E/2MzYcD39ysMUwSIPv7C/OOUB30SVc97wZdgpy7Vqh5efHpTqY2xmL4 jTSj/+BV1yGn7XvWz6FCPfEqXcAD7nVJq/Mhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UUuO/m8wvjjsfzzrvygD+WSlAI2sIw73iA7Q834vaXbFU49qdcEJizr9IEa+7/Er1u xW1dGsfgeGTe9QnzUKGl0ooawq7nBfqLSWORiltDjgxObncMo+O/wPF89FoaCHh4JcPP JjYGjY172S8171VXuACIGVv6hJREfUoBLotCM= MIME-Version: 1.0 Date: Fri, 1 Apr 2011 13:36:52 +0200 Subject: Compiling python without ssl? From: Austin Bingham To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301657814 news.xs4all.nl 41103 [::ffff:82.94.164.166]:53281 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2345 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