On Mon, Mar 16, 2009 at 6:41 AM, Karthick. B
<[email protected]> wrote:
> Hi,
>
>
>
> I am very new to sage. I tried to run sage in my Linux fedora machine and
> when I tried to run the command ./sage I got the following error
>
>
>
>
>
> ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
> (required by /usr/local/bin/Sage/local/lib/libntl-5.4.2.so)
>
> Error importing ipy_profile_sage - perhaps you should run %upgrade?
>
> WARNING: Loading of ipy_profile_sage failed.
>
>
>
> And it stops . Please help to solve this problem.
>
You will have to build from source. Get the latest Sage tarball here:
http://sagemath.org/src/
extract it with
$ tar xvf sage-3.4.tar
then build it via
$ cd sage-3.4
$ make
This will take about 3 hours and requires that you have gcc,g++, etc. installed.
-- William
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---