> 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).
Hi Mark, SAGE doesn't work with SELinux enabled. We haven't got to the bottom of why yet. Would it be possible for you to disable SELinux? It's enabled by default with Fedora core, for some reason. (Mark, by the way I'm interested in visiting FSU sometime and giving a talk. I work closely with Amod Agashe, who is one of your colleagues there.) > > > 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 > > > > -- William Stein Associate Professor of Mathematics University of Washington http://www.williamstein.org --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---
