Did you download the binary or the source?

To compile the source, take a look at
http://www.sagemath.org/doc/installation/source.html#steps-to-install-from-source

As it says, you need some packages that aren't installed in Ubuntu by
default. You can do the following from the command line or install
them using Synaptic:

sudo apt-get install gcc-4.2-base      # or the latest version
available
sudo apt-get install make
sudo apt-get install m4
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install tar
sudo apt-get install perl
sudo apt-get install binutils
sudo apt-get install libstdc++6-dev
sudo apt-get install g++
sudo apt-get install openssh-client

-M. Hampton

On Apr 7, 3:06 am, moparak <mopa...@gmail.com> wrote:
> hi
>
> I am trying to run Sage on Ubuntu8.10. I have just extracted it using
> tar xvzf *.tar.gz to a directory in my home folder but when I try to
> run it using ./sage, I get the following error message:
>
> Error setting environment variables by running */sage-3.4-linux-
> Ubuntu_8.10-i686-Linux/local/bin/sage-env; possibly contact sage-devel
> (seehttp://groups.google.com/group/sage-devel).
> cat: /bin/sage-banner: No such file or directory
> /usr/bin/env: sage.bin: No such file or directory
>
> I also get error messages when I use the 'make' command.
> Any ideas?
> thanks
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to