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
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
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