[Cryptography-dev] Python cryptography-1.4 install fails on SLES 10 SP3

2016-06-08 Thread Rob Marshall
Hi, I'm trying to install cryptography-1.4 on SLES 10 SP3 running Python 2.7.8 that I installed from source. I installed: libffi-devel-3.0.11-9.1 libffi6-3.0.11-9.1 openssl-devel-0.9.8a-18.36 openssl-0.9.8a-18.36 When I try to build cryptography I'm getting: creating build/temp.linux-i686-2.7/b

Re: [Cryptography-dev] Python cryptography-1.4 install fails on SLES 10 SP3

2016-06-08 Thread Alex Gaynor
Hi Rob, Cryptography no longer supports OpenSSL 0.9.8 (I'm not sure we ever supported as far back as 0.9.8a truth be told). OpenSSL 0.9.8 is no longer supported by the upstream OpenSSL team, nor does it receive security patches. I _strongly_ recommend you upgrade to a modern distro with a modern

Re: [Cryptography-dev] Python cryptography-1.4 install fails on SLES 10 SP3

2016-06-08 Thread Rob Marshall
Hi Alex, OK, thanks. I can't upgrade because I use SLES 10 SP3 as the basis of a product I support which has kernel modules, among other things, and my management would rather never release a new version... Rob On Wed, Jun 8, 2016 at 10:01 AM, Alex Gaynor wrote: > Hi Rob, > > Cryptography no l

Re: [Cryptography-dev] Python cryptography-1.4 install fails on SLES 10 SP3

2016-06-08 Thread Alex Gaynor
That's unfortunate. You'll be unable to use cryptography, as we don't supported an OpenSSL that old. Alex On Wed, Jun 8, 2016 at 1:25 PM, Rob Marshall wrote: > Hi Alex, > > OK, thanks. I can't upgrade because I use SLES 10 SP3 as the basis of a > product I support which has kernel modules, amon

Re: [Cryptography-dev] Python cryptography-1.4 install fails on SLES 10 SP3

2016-06-08 Thread Jesus Cea
On 08/06/16 19:25, Rob Marshall wrote: > OK, thanks. I can't upgrade because I use SLES 10 SP3 as the basis of a > product I support which has kernel modules, among other things, and my > management would rather never release a new version... That I do is to compile my own OpenSSL version to link