The Sage development team still intends to support Solaris on x86 and SPARC (and regularly test on these platforms), but simply do no longer offer binary distributions of Sage for these. read more here: https://groups.google.com/forum/#!topic/sage-devel/nDmmUzxiS3E === snip === content of former notes.txt about the files:
$ p7zip -d sage-....tar.7z (if you used the recommended .7z file) $ gzip -d sage-....tar.gz (if you downloaded the larger .gz file)Sun's version of tar will not extract the binaries, so use the GNU tar.
$ /usr/sfw/bin/gtar xf sage-..tar $ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/sfw/lib $ export LD_LIBRARY_PATH Change to the directory where the files were extract, then run $ ./sageMore detailed instructions can be found on the Sage Wiki at solaris-binaries.