[New-bugs-announce] [issue18029] Python SSL support is missing from SPARC build

Donal Duane report at bugs.python.org
Tue May 21 17:00:11 CEST 2013


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/ericsson/system.env $ export PYTHONPATH PYTHONHOME PYTHON_HOME_3PP
$ /opt/python/python/python3.2 Python 3.2.2 (default, Nov 16 2011, 05:23:55)
[GCC 3.4.6] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import _ssl Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named _ssl 
>>> 

$ ls -l /opt/python/python/lib-dynload/ | grep ssl -r-xr-xr-x 1 root other 110604 Nov 21 2011 _ssl_failed.so



are there any know issues with building in SSL support to Python 3.2 on Solaris SPARC 10?

If not - is there anyway to include it POST-compile?

Any support much appreciated.

Regards,
Dónal

----------
components: Extension Modules
messages: 189762
nosy: eeiddne
priority: normal
severity: normal
status: open
title: Python SSL support is missing from SPARC build
type: security
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18029>
_______________________________________


More information about the New-bugs-announce mailing list