Ask Your Question
0

Error while installing Sage 5.2

asked 2012-08-15 20:03:27 +0200

lalitkumarj gravatar image

Hi,

I am trying to get Sage 5.2 running on my system (Ubuntu 11.10). I downloaded the lzma and ran ./sage and got the following:

Traceback (most recent call last): File "/home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/bin/sage-ipython", line 18, in <module> import IPython File "/home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/__init__.py", line 58, in <module> __import__(name,glob,loc,[]) File "/home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py", line 17, in <module> from IPython.genutils import list2dict2 File "/home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 28, in <module> import subprocess File "/home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/subprocess.py", line 429, in <module> import select ImportError: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.15' not found (required by /home/jain/Development/sage-5.2-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/lib-dynload/select.so)

I got the same error when running make. Any advice on how to get it working would be great.

Lalit

edit retag flag offensive close merge delete

Comments

Notice that you're using an Ubuntu 12.04 binary on Ubuntu 11.10. Maybe that's the issue?

kcrisman gravatar imagekcrisman ( 2012-08-15 22:31:25 +0200 )edit

But I can't seem to install from source either.

lalitkumarj gravatar imagelalitkumarj ( 2012-08-16 04:56:50 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-08-17 22:31:56 +0200

benjaminfjones gravatar image

If you want to build Sage from source you need to download the source tarball, unpack it, cd to it's directory, and run make. Also, make sure you have all the prerequisite packages installed (check the README.txt).

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-08-15 20:03:27 +0200

Seen: 471 times

Last updated: Aug 17 '12