Bikerman <[email protected]> writes: > Hi, I've just installed sage on my CENTOS platform where it was previously > working and now it crashes (after having rebuilt the server). > > I enclose the content of the dump file from /usr/local/sage/start.log > > The platform is running Centos 6 (x64), php (5.3), python (2.66) and the > apache 2.0 webserver daemon. > > Contents of dump file follow: > [2012-05-23 00:48:29] Sage version 5.0, released 2012-05-14 > Traceback (most recent call last): > File "/usr/local/sage/local/bin/sage-eval", line 4, in <module> > from sage.all import * > File "/usr/local/sage/local/lib/python2.7/site-packages/sage/all.py", line > 74, > in <module> > from sage.rings.all import * > File "/usr/local/sage/local/lib/python2.7/site-packages/sage/rings/all.py", > li > ne 96, in <module> > from qqbar import (AlgebraicRealField, is_AlgebraicRealField, AA, > File > "/usr/local/sage/local/lib/python2.7/site-packages/sage/rings/qqbar.py", > line 1900, in <module> > QQxy = QQ['x', 'y'] > File "ring.pyx", line 294, in sage.rings.ring.Ring.__getitem__ > (sage/rings/rin > g.c:3004) > File > "/usr/local/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/ > polynomial_ring_constructor.py", line 415, in PolynomialRing > R = _multi_variate(base_ring, names, n, sparse, order, implementation) > > File > "/usr/local/sage/local/lib/python2.7/site-packages/sage/rings/polynomial/ > polynomial_ring_constructor.py", line 523, in _multi_variate > from sage.rings.polynomial.multi_polynomial_libsingular import > MPolynomialRi > ng_libsingular > ImportError: libtermcap.so.2: cannot open shared object file: No such file or > di > rectory
What do you mean by "having rebuilt the server"? Did you build all of Sage from source, or did you install a prebuilt binary tarball? As far as I know there is no prebuilt binary for CentOS, so if you did install a prebuilt binary it must be mismatched with your system - in particular with the system's version of libtermcap, as seen in the traceback. If you are using a prebuilt binary, please try installing Sage from source instead and see if the problem persists. -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- 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 URL: http://www.sagemath.org
