The following email was sent to the old sourceforge list. (Mark: I blocked your original sf post, since it was over 1M and sent to the wrong list. The email below has the essentials I think. The new email lists are at http://www.sagemath.org/lists.html. Please subscribe there instead.) - David Joyner
Dear SAGE developers, I tried to install sage-2.7 on my computer (32 bit Linux, Fedora 6) and I got the following (this happened both when I downloaded the binary as well as when I compiled the source). Mark van Hoeij > localhost:~/sage-2.7$ ./sage > ---------------------------------------------------------------------- > | SAGE Version 2.7, Release Date: 2007-07-19 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > > --------------------------------------------------------------------------- > <type 'exceptions.ImportError'> Traceback (most recent call last) > > /home/hoeij/sage-2.7/local/bin/<ipython console> in <module>() > > /home/hoeij/sage-2.7/local/lib/python2.5/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/hoeij/sage-2.7/local/lib/python2.5/site-packages/sage/all.py in > <module>() > 51 get_sigs() > 52 > ---> 53 from sage.misc.all import * # takes a while > 54 > 55 from sage.libs.all import * > > /home/hoeij/sage-2.7/local/lib/python2.5/site-packages/sage/misc/all.py in > <module>() > 57 from func_persist import func_persist > 58 > ---> 59 from functional import (additive_order, > 60 sqrt as numerical_sqrt, > 61 arg, > > /home/hoeij/sage-2.7/local/lib/python2.5/site-packages/sage/misc/functional.py > in <module>() > 30 import sage.interfaces.expect > 31 > ---> 32 from sage.rings.complex_double import CDF > 33 from sage.rings.real_double import RDF, RealDoubleElement > 34 import sage.rings.real_mpfr > > <type 'exceptions.ImportError'>: > /home/hoeij/sage-2.7/local/lib/libpari-gmp.so.2: cannot restore segment prot > after reloc: Permission denied > sage: H4sICCDmpEYAA2luc3RhbGwubG9 --~--~---------~--~----~------------~-------~--~----~ 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-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
