Dear SAGE team,

I had problems with installing SAGE from the sources. I tried to send you 
the message below, including the install.log.
However, install.log comprises 8 MB, and your mail system refused to take 
more than 1 MB. 

So, here it is without the install.log. Perhaps you can request specific 
parts of the install.log, if necessary.

I tried to write:
> today i downloaded the SAGE source files, unpacked them, and "make" seemed 
> to work (it did not complain, at least). See install.log in the 
> attachment.

[now removed]

> I work under SuSE Linux, on a 64-bit machine.
> 
> However, ./sage did not properly work. It displayed a lot of things, see 
> attachment sageError.txt. 
> 
> I'm not an experienced Linux user. I wonder about the first complain
>  "WARNING: Readline services not available on this platform"
> since there is a "readline" in my /usr/local/include/ folder.
> 
> 
> Computing 2+2 did not work, i got:
> 
> ---------------------------------------------------------------------------
> <type 'exceptions.NameError'>             Traceback (most recent call 
> last)
> 
> /usr/local/sage-2.8.4.1/local/bin/<ipython console> in <module>()
> 
> <type 'exceptions.NameError'>: name 'Integer' is not defined
> 
> 
> Do you have any hint how I can fix this?
> 


Sincerely,
        Simon King

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

----------------------------------------------------------------------
| SAGE Version 2.8.4.1, Release Date: 2007-09-09                     |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
WARNING: Readline services not available on this platform.
WARNING: The auto-indent feature requires the readline library
WARNING: Proper color support under MS Windows requires the pyreadline library.
You can find it at:
http://ipython.scipy.org/moin/PyReadline/Intro
Gary's readline needs the ctypes module, from:
http://starship.python.net/crew/theller/ctypes
(Note that ctypes is already part of Python versions 2.5 and newer).

Defaulting color scheme to 'NoColor'

---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call last)

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

/usr/local/sage-2.8.4.1/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.4.1/local/lib/python2.5/site-packages/sage/all.py in 
<module>()
     59 get_sigs()
     60
---> 61 from sage.rings.all      import *
     62 from sage.matrix.all     import *
     63

/usr/local/sage-2.8.4.1/local/lib/python2.5/site-packages/sage/rings/all.py in 
<module>()
     91 # Algebraic reals (the intersection of the algebraic closure of the 
rationals
     92 # with the reals)
---> 93 from algebraic_real import (AlgebraicRealField, is_AlgebraicRealField, 
AA,
     94                             AlgebraicRealNumber, is_AlgebraicRealNumber)
     95

/usr/local/sage-2.8.4.1/local/lib/python2.5/site-packages/sage/rings/algebraic_real.py
 in <module>()
    527 QQy = QQ['y']
    528 QQy_y = QQy.gen()
--> 529 QQxy = QQ['x', 'y']
    530 QQxy_x = QQxy.gen(0)
    531 QQxy_y = QQxy.gen(1)

/usr/local/sage-2.8.4.1/local/bin/ring.pyx in ring.Ring.__getitem__()

/usr/local/sage-2.8.4.1/local/lib/python2.5/site-packages/sage/rings/polynomial/polynomial_ring_constructor.py
 in PolynomialRing(base_ring, arg1, arg2, sparse, order, names, name)
    268             names = arg1
    269             n = len(names)
--> 270             R = _multi_variate(base_ring, names, n, sparse, order)
    271
    272     if arg1 is None and arg2 is None:

/usr/local/sage-2.8.4.1/local/lib/python2.5/site-packages/sage/rings/polynomial/polynomial_ring_constructor.py
 in _multi_variate(base_ring, names, n, sparse, order)
    362         return R
    363
--> 364     from multi_polynomial_libsingular import MPolynomialRing_libsingular
    365     if m.integral_domain.is_IntegralDomain(base_ring):
    366         if base_ring is QQ:

<type 'exceptions.ImportError'>: 
/usr/local/sage-2.8.4.1/local/lib/libreadline.so.5: undefined symbol: PC

Reply via email to