Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2275
| Date | 2011-03-31 00:46 -0700 |
|---|---|
| From | nirinA raseliarison <nirina.raseliarison@gmail.com> |
| Subject | Re:py 2.7.1 & openssl |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.27.1301557619.2990.python-list@python.org> (permalink) |
[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