#13121: Upgrade sagenb to 0.10.x
-------------------------------------------------+--------------------------
Reporter: kini | Owner: jason,
mpatel, was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-pending
Component: notebook | Resolution:
Keywords: sagenb | Work issues: new
worksheets should be empty,evaluate button focus,openssl
Report Upstream: N/A | Reviewers: John
Palmieri
Authors: Keshav Kini | Merged in:
Dependencies: #11080, #9774, #11913, #12299 | Stopgaps:
-------------------------------------------------+--------------------------
Comment (by daniels):
I have the same issue with PyOpenSSL on Debian/sid, already with sagenb
0.9.1:
{{{
daniel-mobile% sage -python
Python 2.7.3 (default, Aug 1 2012, 19:24:06)
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenSSL
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/sage-5.2.rc0/local/lib/python2.7/site-
packages/pyOpenSSL-0.12-py2.7-linux-x86_64.egg/OpenSSL/__init__.py", line
41, in <module>
from OpenSSL import rand, SSL
ImportError: /opt/sage-5.2.rc0/local/lib/python2.7/site-
packages/pyOpenSSL-0.12-py2.7-linux-x86_64.egg/OpenSSL/SSL.so: undefined
symbol: SSLv2_method
}}}
libssl1.0.0 is built with `no-ssl2` on Debian/Ubuntu for security reasons.
Therefore the symbol `SSLv2_method` is not defined. Older PyOpenSSL
versions don't check for this, but >=0.13 should be fine.
(Aside: This also seems to cause funky segmentation faults on
Debian/Ubuntu: https://groups.google.com/d/msg/sage-
release/5TCe2JnV56o/QME2igZSF8YJ )
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13121#comment:71>
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.