Ask Your Question
0

Fedora 14 binary

asked 2011-05-27 11:48:59 +0200

finotti gravatar image

Dear all,

I just installed sage-4.7-linux-64bit-fedora_release_14_laughlin_-x86_64-Linux.tar.lzma on my computer running Fedora 14:

boole[~]$ uname -a

Linux boole.math.utk.edu 2.6.35.12-90.fc14.x86_64 #1 SMP Fri Apr 22 16:01:29 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

But I'm getting the following error:

ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /work/local/sage-4.7/local/lib/python2.6/site-packages/sage/rings/finite_rings/element_givaro.so)
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

I do get a prompt but

sage: 2+2
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)

/work/local/sage-4.7/local/bin/<ipython console> in <module>()

NameError: name 'Integer' is not defined

Can this be fixed or should I just compile it from source.

Thanks,

Luis

edit retag flag offensive close merge delete

Comments

Unless someone comes up with a better answer, you might want to try building from source. I'm not sure what the problem is here.

Kelvin Li gravatar imageKelvin Li ( 2011-05-27 14:29:50 +0200 )edit

I have gotten exactly the same error using the F14-x64 binary. Now back to compiling the source :)

Gökhan Sever gravatar imageGökhan Sever ( 2011-06-01 15:04:03 +0200 )edit

1 Answer

Sort by » oldest newest most voted
3

answered 2011-05-31 13:44:22 +0200

Volker Braun gravatar image

Fedora 14 doesn't have GLIBCXX_3.4.15, so something is wrong with the binary.

[vbraun@volker-desktop ~]$ strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX_3.4.1.
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14

Your only recourse is to compile Sage from source.

edit flag offensive delete link more

Comments

Thanks. I've compiled it from source successfully.

finotti gravatar imagefinotti ( 2011-05-31 13:54:46 +0200 )edit

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: 2011-05-27 11:48:59 +0200

Seen: 702 times

Last updated: May 31 '11