[python27 0005210]: Importig SSL module on Solaris 10 results in ImportError

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Thu Nov 20 07:00:51 CET 2014


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5210 
====================================================================== 
Reported By:                wungad
Assigned To:                dam
====================================================================== 
Project:                    python27
Issue ID:                   5210
Category:                   
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2014-10-03 09:48 CEST
Last Modified:              2014-11-20 07:00 CET
====================================================================== 
Summary:                    Importig SSL module on Solaris 10 results in
ImportError
Description: 
Trying to import ssl result in a import error. See additional information.
====================================================================== 

---------------------------------------------------------------------- 
 (0010977) wungad (reporter) - 2014-11-20 07:00
 https://www.opencsw.org/mantis/view.php?id=5210#c10977 
---------------------------------------------------------------------- 
$ ldd /opt/csw/lib/python2.7/lib-dynload/_ssl.so | grep 'not found'       
libc.so.1 (SUNW_1.22.5) =>       (version not found)
        libc.so.1 (SUNW_1.22.5) =>       (version not found)

Ok, it seems it's the same issue as many of other tools. SUNW_1.22.5 is
needed, but we only have SUNW_1.22.2:

$ pvs -s /lib/libc.so | grep SUNW_1.22                                    
SUNW_1.22.3:
        SUNW_1.22.2:
        SUNW_1.22.1:
        SUNW_1.22:

We're running Solaris 10u6:
$ cat /etc/release
                      Solaris 10 10/08 s10s_u6wos_07b SPARC
           Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                            Assembled 27 October 2008

Since libc is not a subject to big changes I presume your binaries could be
rebuilt against an older version of libc. If that is not the case just
close the issue and we're done.



More information about the bug-notifications mailing list