[issue25158] Python 3.2.2 and 3.5.0 Do not seem compatible with OpenSSL 1.0.2d on Solaris 10

2015-09-17 Thread Donal Duane
New submission from Donal Duane: Hi, I have been trying to compile both Python 3.2.2, and 3.5.0 with OpenSSL 1.0.2d. Python 3.2.2 succeeds to compile and install, but fails to load the OpenSSL module: >>> import ssl ld.so.1: python3.2: fatal: relocation error: file /usr/loca

[issue18148] Make of Python 3.2.2 fails on Solaris SPARC

2013-06-06 Thread Donal Duane
New submission from Donal Duane: Hi, I am trying to configure/make/make install Python 3.2.2 on Solaris SPARC. The configure goes ok, but I am getting an error when doing make. I am using GCC 3.4.6. Error: make/usr/local/bin/gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict

[issue18029] Python SSL support is missing from SPARC build

2013-05-21 Thread Donal Duane
New submission from Donal Duane: Hi, We have 2 Python 3.2 builds - one on x86 (Solaris 10), and one on SPARC (Solaris 10). The x86 build works fine for SSL, but the SPARC build was either built without SSL support pecified, or, there was an issue with the build. $ bash $ . /etc/opt