Hello Sage team. I followed the instructions below (and did "make ssl") :
http://www.sagemath.org/doc/installation/source.html#section-notebook-ssl But when typing this : mainuser@station1:~$ /home/mainuser/sage-6.4.1/sage -c "notebook(interface='localhost', secure=True)" The notebook files are stored in: sage_notebook.sagenb In order to use an SECURE encrypted notebook, you must first run notebook.setup(). Now running notebook.setup() Traceback (most recent call last): File "/home/mainuser/sage-6.4.1/src/bin/sage-eval", line 13, in <module> eval(compile(s,'<cmdline>','exec')) File "<cmdline>", line 1, in <module> File "sage/misc/lazy_import.pyx", line 358, in sage.misc.lazy_import.LazyImport.__call__ (build/cythonized/sage/misc/lazy_import.c:3230) File "/home/mainuser/sage-6.4.1/local/lib/python2.7/site-packages/sagenb-0.11.1-py2.7.egg/sagenb/notebook/notebook_object.py", line 234, in __call__ return self.notebook(*args, **kwds) File "/home/mainuser/sage-6.4.1/local/lib/python2.7/site-packages/sagenb-0.11.1-py2.7.egg/sagenb/notebook/run_notebook.py", line 615, in notebook_run notebook_setup() File "/home/mainuser/sage-6.4.1/local/lib/python2.7/site-packages/sagenb-0.11.1-py2.7.egg/sagenb/notebook/run_notebook.py", line 367, in notebook_setup raise RuntimeError("You must install certtool to use the secure notebook server.") RuntimeError: You must install certtool to use the secure notebook server. It seems some tls libraries are required, here's the ones present on my system : mainuser@station1:~$ uname -a Linux station1 3.2.0-4-amd64 #1 SMP Debian 3.2.63-2+deb7u2 x86_64 GNU/Linux mainuser@station1:~$ dpkg -l | grep tls ii libcurl3-gnutls:amd64 7.26.0-1+wheezy11 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) ii libgnutls26:amd64 2.12.20-8+deb7u2 amd64 GNU TLS library - runtime library ii libneon27-gnutls 0.29.6-3 amd64 HTTP and WebDAV client library (GnuTLS enabled) Any suggestion ? Thank. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
