Hi all, I attached the error I get when trying to run Sage 4.3 on a Ubuntu Jaunty 9.04 Thinkpad T60 notebook.
I would like to know how can I solve this trouble. Is it that Sage wouldn't run in Jaunty? It's important for me to know it since the LiveCD is a Jaunty distro. Greetings, Lucio -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
lu...@inge:~/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux$ ./sage ---------------------------------------------------------------------- | Sage Version 4.3, Release Date: 2009-12-24 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/python2.6/site-packages/IPython/ipmaker.pyc in force_import(modname) 64 reload(sys.modules[modname]) 65 else: ---> 66 __import__(modname) 67 68 /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/bin/ipy_profile_sage.py in <module>() 5 preparser(True) 6 ----> 7 import sage.all_cmdline 8 sage.all_cmdline._init_cmdline(globals()) 9 /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/python2.6/site-packages/sage/all_cmdline.py in <module>() 12 try: 13 ---> 14 from sage.all import * 15 from sage.calculus.predefined import x 16 preparser(on=True) /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/python2.6/site-packages/sage/all.py in <module>() 66 from sage.misc.sh import sh 67 ---> 68 from sage.libs.all import * 69 70 get_sigs() /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/python2.6/site-packages/sage/libs/all.py in <module>() 1 from sage.rings.memory import pmem_malloc 2 ----> 3 import sage.libs.ntl.all as ntl 4 5 #import sage.libs.cf.cf as cf /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/python2.6/site-packages/sage/libs/ntl/all.py in <module>() 24 #***************************************************************************** 25 ---> 26 from sage.libs.ntl.ntl_ZZ import ( 27 ntl_setSeed, \ 28 ntl_ZZ as ZZ, ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /home/lucio/Escritorio/sage-4.3-linux-Ubuntu_9.10-i686-Linux/local/lib/libgmpxx.so.3) Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed.