I get the following error when I run the current sage-5.0 lzma file on a 64bit box running 32bit Ubuntu 11.10: shadowfax@shadowfax:/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux$ ./sage ---------------------------------------------------------------------- | Sage Version 5.0, Release Date: 2012-05-14 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/bin/sage-ipython", line 18, in <module> import IPython File "/usr/local/sage-5.0-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 "/usr/local/sage-5.0-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 "/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 28, in <module> import subprocess File "/usr/local/sage-5.0-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 /usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/lib-dynload/select.so)
So, I ran "sudo apt-get install ipython" but I still get the same error. Then I saw in an Ubuntu forum that installing libssl0.9.8 would help but still no joy! Help! A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org