Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2275
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <nirina.raseliarison@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python.': 0.05; 'flags,': 0.09; 'to:name:python list': 0.09; 'failed.': 0.16; 'openssl': 0.16; 'rhel': 0.16; 'zlib': 0.16; 'compile': 0.19; 'otherwise,': 0.20; 'received:209.85.161.46': 0.26; 'received:mail- fx0-f46.google.com': 0.26; 'shared': 0.29; 'installed': 0.29; 'received:209.85.161': 0.29; 'skip:- 30': 0.32; 'to:addr:python- list': 0.32; 'module': 0.33; 'ssl': 0.35; 'skip:o 20': 0.37; 'received:209.85': 0.37; 'skip:- 10': 0.37; 'received:google.com': 0.38; 'log': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'subject: & ': 0.61; 'received:41': 0.70; 'subject::': 0.87 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:to:subject:mailer:copies :mime-version:content-type:content-transfer-encoding; bh=r4ITzHp+4K5jiyPzb8gBRqP6BjfdG6UvDLoL4ynmZCQ=; b=Qp9HTqiJAPvyeQQl0IMo/A9hpakavMYMdJ9SG2pO2AMGAeCTiLGFdbG9rqi4WlE6+I xCtVgyhHfzu8Kz6mgScwebT1GQq/kJAAy/Y5cdOCB6du1UFJmdSQWBfQ9409cAb6WfA4 SF3BSF4ya4+YGdMyShcM0pCohM1498LP0RaiE= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mailer:copies:mime-version :content-type:content-transfer-encoding; b=WyaNFcijl3YAFundoRHCbWdeYEotvagJ1KsXbd8joLnJMIzuUYhAz1ejTT9wEswSI3 sv4yFdX7cqAP8Wt4lQQtcVGL6AVxXJC8p1/F/UlIYnACj1mIysV8K/z0ZYxHJHyRwQPA UpMdBvp3t6v7k3CX+L/FCNXdBBROWt9+o5LFg= |
| Date | Thu, 31 Mar 2011 00:46:57 -0700 (PDT) |
| From | nirinA raseliarison <nirina.raseliarison@gmail.com> |
| To | Python List <python-list@python.org> |
| Subject | Re:py 2.7.1 & openssl |
| Mailer | nirinA 0.0.0a et Python-3.2 |
| Copies | nirinA, python |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | quoted-printable |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.27.1301557619.2990.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1301557619 news.xs4all.nl 65870 [::ffff:82.94.164.166]:37365 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:2275 |
Show key headers only | View raw
[V N] > I installed openssl-1.0.0d.tar.gz on my RHEL 5 box using: > ./config --prefix=/usr/local --openssldir=/usr/local/openssl > shared zlib you need to compile openssl with -fPIC flags, depending on your system and compiler: ./config linux-generic:gcc -fPIC shared and then recompile Python. otherwise, look at the make log to see why the building of ssl module failed. nirinA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re:py 2.7.1 & openssl nirinA raseliarison <nirina.raseliarison@gmail.com> - 2011-03-31 00:46 -0700
Re: py 2.7.1 & openssl V N <vijay.nori@gmail.com> - 2011-03-31 10:51 -0700
Re: py 2.7.1 & openssl nirinA <nirina.raseliarison@gmail.com> - 2011-04-01 01:43 +0300
Re: py 2.7.1 & openssl V N <vijay.nori@gmail.com> - 2011-03-31 16:42 -0700
Re: py 2.7.1 & openssl nirinA <nirina.raseliarison@gmail.com> - 2011-04-01 15:35 +0300
Re: py 2.7.1 & openssl V N <vijay.nori@gmail.com> - 2011-04-01 10:03 -0700
Re: py 2.7.1 & openssl nirinA raseliarison <nirina.raseliarison@gmail.com> - 2011-04-02 10:44 +0300
csiph-web