Hi friends,
I am trying to install sage on an acer travelmate4000 with fedora7, I
have tried with the tar files of version 2.9.2
I have tried the debian one and the rhel5 one, but both gave the same
error, here's what I did:
moved the tar file to /usr/local/
unpacked
run sage
and this is what I obtained:
----------------------------------------------------------------------
| SAGE Version 2.9.2, Release Date: 2008-01-05 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
The SAGE install tree may have moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH
(please wait less than a minute)...
Please do not interrupt this.
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call
last)
/usr/local/sage-2.9.2-rhel5-linux32bit-i686-Linux/local/bin/<string>
in <module>()
/usr/local/sage-2.9.2-rhel5-linux32bit-i686-Linux/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-2.9.2-rhel5-linux32bit-i686-Linux/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-2.9.2-rhel5-linux32bit-i686-Linux/local/lib/python2.5/
site-packages/sage/misc/log.py in <module>()
51
52 import interpreter
---> 53 import latex
54 import misc
55
/usr/local/sage-2.9.2-rhel5-linux32bit-i686-Linux/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-2.9.2-rhel5-linux32bit-i686-Linux/local/lib/python2.5/
site-packages/sage/misc/misc.py in <module>()
334 return 0
335
--> 336 from sage.misc.misc_c import prod
337
338 # alternative name for prod
<type 'exceptions.ImportError'>: /usr/local/sage-2.9.2-rhel5-
linux32bit-i686-Linux/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'
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call
last)
/usr/local/sage-2.9.2-rhel5-linux32bit-i686-Linux/local/bin/<ipython
console> in <module>()
/usr/local/sage-2.9.2-rhel5-linux32bit-i686-Linux/local/lib/python2.5/
site-packages/sage/misc/misc.py in <module>()
334 return 0
335
--> 336 from sage.misc.misc_c import prod
337
338 # alternative name for prod
<type 'exceptions.ImportError'>: /usr/local/sage-2.9.2-rhel5-
linux32bit-i686-Linux/local/lib/libpari-gmp.so.2: cannot restore
segment prot after reloc: Permission denied
<ERROR: name 'sage_prompt' is not defined>
please, can anyone help??
thanks a lot!
E
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---