On 10/17/07, John Voight <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> We did a fresh install of RHEL 5 and tried to install sage-2.8.6 (and .
> 7), and we got the following error message:
>
> 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.8.6-i686-Linux/local/bin/<ipython console> in
> <module>()
>
> /usr/local/sage-2.8.6-i686-Linux/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)
>
> /usr/local/sage-2.8.6-i686-Linux/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.misc.sh import sh
>
> /usr/local/sage-2.8.6-i686-Linux/local/lib/python2.5/site-packages/
> sage/misc/all.py in <module>()
>      65 from func_persist import func_persist
>      66
> ---> 67 from functional import (additive_order,
>      68                         sqrt as numerical_sqrt,
>      69                         arg,
>
> /usr/local/sage-2.8.6-i686-Linux/local/lib/python2.5/site-packages/
> sage/misc/functional.py in <module>()
>      31
>      32
> ---> 33 from sage.rings.complex_double import CDF
>      34 from sage.rings.real_double import RDF, RealDoubleElement
>      35
>
> <type 'exceptions.ImportError'>: /usr/local/sage-2.8.6-i686-Linux/
> local/lib/libpari-gmp.so.2: cannot restore segment prot after reloc:
> Permission denied
>
> Is this something that's our fault?

It's SELinux.  See, e.g,.
   https://rsinc.com/services/techtip.asp?ttid=3092

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to