I am having trouble with the binary version of Sage 4.4.3 on Fedora 12 Linux. What do I need to do to fix the problem?
Details below: >From http://boxen.math.washington.edu/sage/linux/index.html I downloaded sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64- Linux.tar.lzma I verified the MD5 signature. I unpacked it with tar --lzma -xvf sage-4.4.3-linux-64bit-fedora_release_12_constantine- x86_64-Linux.tar.lzma I am using a 64-bit version of Fedora 12: uname: Linux 2.6.32.12-115.fc12.x86_64 x86_64 x86_64 x86_64 GNU/Linux Here's the traceback. Following the traceback is the result of attempting to add 1 + 1. Some aspects of Sage work, e.g. help() and quit. Thanks! ---------------------------------------------------------------------- | Sage Version 4.4.3, Release Date: 2010-06-04 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-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 /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-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 /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-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) /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/lib/python2.6/site-packages/sage/all.py in <module>() 70 get_sigs() 71 ---> 72 from sage.rings.all import * 73 from sage.matrix.all import * 74 /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/lib/python2.6/site-packages/sage/rings/all.py in <module>() 63 64 # Finite fields ---> 65 from finite_rings.all import * 66 67 # Number field /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/lib/python2.6/site-packages/sage/rings/finite_rings/all.py in <module>() 19 #***************************************************************************** 20 ---> 21 from constructor import (FiniteField, is_FiniteField, is_PrimeFiniteField, 22 conway_polynomial, exists_conway_polynomial) 23 GF = FiniteField /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/lib/python2.6/site-packages/sage/rings/finite_rings/ constructor.py in <module>() 166 # On a Macbook Pro OSX 10.5.8, this manifests as a Bus Error on exiting Sage. 167 # TODO: figure out why --> 168 from finite_field_givaro import FiniteField_givaro 169 170 import sage.interfaces.gap /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/lib/python2.6/site-packages/sage/rings/finite_rings/ finite_field_givaro.py in <module>() 3 from sage.rings.integer import Integer 4 from sage.structure.parent_gens import ParentWithGens ----> 5 from sage.rings.finite_rings.element_givaro import Cache_givaro 6 from sage.rings.integer_ring import ZZ 7 from sage.databases.conway import ConwayPolynomials ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /opt/sage-4.4.3-linux-64bit- fedora_release_12_constantine-x86_64-Linux/local/lib/python2.6/site- packages/sage/rings/finite_rings/element_givaro.so) Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. sage: 1 + 1 --------------------------------------------------------------------------- NameError Traceback (most recent call last) /opt/sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-Linux/ local/bin/<ipython console> in <module>() NameError: name 'Integer' is not defined -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org