#8152: Python needs to search /usr/sfw/lib on Solaris for OpenSSL libraries.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.3
Component: solaris | Keywords:
Author: | Upstream: Reported upstream. Little or no
feedback.
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by drkirkby):
Here's one example of this failing on Solaris 10 03/2005. I freshly
installed Solaris 10 on this machine yesterday. All that has been added
are
* Sun patch 123647-04 to overcome a bug in the supplied gcc 3.4.3
* Installed gmp-4.3.2
* Installed mpfr-2.4.2
* Built gcc 4.4.3
Clearly there are failures on Solaris 10, which can be remidied by to
LD_LIBRARY_PATH a directory containing the OpenSSL libraries.
{{{
Sleeping for three seconds before testing python
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/export/home/drkirkby/sage-4.3.2/local/lib/python2.6/hashlib.py",
line 136, in <module>
md5 = __get_builtin_constructor('md5')
File "/export/home/drkirkby/sage-4.3.2/local/lib/python2.6/hashlib.py",
line 63, in __get_builtin_constructor
import _md5
ImportError: No module named _md5
hashlib module failed to import
real 19m24.520s
user 16m14.347s
sys 2m57.845s
sage: An error occurred while installing python-2.6.4.p5
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8152#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.