Hi,

I am trying to install Sage on Fedora, but although everything seemed
ok after runing the make, when I typed ./sage, I obtained the
following large error message:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 
----------------------------------------------------------------------
| SAGE Version 3.0.2, Release Date: 2008-05-24                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call
last)

/usr/local/sage-3.0.2/local/bin/<string> in <module>()

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
preparser_ipython.py in <module>()
      6
###########################################################################
      7
----> 8 import sage.misc.interpreter
      9
     10 import preparser

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
interpreter.py in <module>()
    102
    103 import os
--> 104 import log
    105
    106 import remote_file

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
log.py in <module>()
     56
     57 import interpreter
---> 58 import latex
     59 import misc
     60

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
latex.py in <module>()
     41 import random
     42
---> 43 from misc import tmp_dir
     44 import sage_eval
     45

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
misc.py in <module>()
     23
     24 import operator, os, stat, socket, sys, signal, time, weakref,
resource, math
---> 25 import sage.misc.prandom as random
     26
     27 from banner import version, banner

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
prandom.py in <module>()
     54 # setting seeds should only be done through
sage.misc.randstate .
     55
---> 56 from sage.misc.randstate import current_randstate
     57
     58 def _pyrand():

ImportError: /usr/local/sage-3.0.2/local/lib/libpari-gmp.so.2: cannot
restore segment prot after reloc: Permission denied
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call
last)

/usr/local/sage-3.0.2/local/bin/<ipython console> in <module>()

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
misc.py in <module>()
     23
     24 import operator, os, stat, socket, sys, signal, time, weakref,
resource, math
---> 25 import sage.misc.prandom as random
     26
     27 from banner import version, banner

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
prandom.py in <module>()
     54 # setting seeds should only be done through
sage.misc.randstate .
     55
---> 56 from sage.misc.randstate import current_randstate
     57
     58 def _pyrand():

ImportError: /usr/local/sage-3.0.2/local/lib/libpari-gmp.so.2: cannot
restore segment prot after reloc: Permission denied

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

It seems it has something to do with permissions but I dont have idea
how to solve it. The computer has an intel Duo core processor @ 2 GHz
with 968 MB of memory.

Well, I appreciate any help or clue to solve my problem.
Thanks.


--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to