On 06/20/10 08:36 PM, SteveDunbar wrote:
I am having trouble with the binary version of Sage 4.4.3 on Fedora 12
Linux.  What do I need to do to fix the problem?

Details below:

From http://boxen.math.washington.edu/sage/linux/index.html I
downloaded
sage-4.4.3-linux-64bit-fedora_release_12_constantine-x86_64-
Linux.tar.lzma
I verified the MD5 signature.  I unpacked it with
tar --lzma -xvf sage-4.4.3-linux-64bit-fedora_release_12_constantine-
x86_64-Linux.tar.lzma

I am using a 64-bit version of Fedora 12:
uname: Linux 2.6.32.12-115.fc12.x86_64  x86_64 x86_64 x86_64 GNU/Linux

Here's the traceback.  Following the traceback is the result of
attempting to add 1 + 1.  Some aspects of Sage work, e.g. help() and
quit.

Thanks!

Sorry to hear you have a problem.

ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by /opt/sage-4.4.3-linux-64bit-
fedora_release_12_constantine-x86_64-Linux/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.

Can you tell us the output of

$ ls -l /usr/lib64/libstdc++*
$ command -v gcc
$ command -v g++
$ gcc -v
$ g++ -v

It is remotely possible you do not have a full developer installation of Fedora so it might lack some of the libraries needed.

If so, getting copies of those libraries and putting in $SAGE_ROOT/local/lib would probably fix the problem. But lets not jump ahead and see if you have them first.


These are my libraries - though these are in a different place to yours and on a different operating system (OpenSolaris)

-rw-r--r--+  1 root     root     8331492 Jun 18 01:35 libstdc++.a
-rwxr-xr-x+  1 root     root         958 Jun 18 01:35 libstdc++.la
lrwxrwxrwx 1 root root 19 Jun 18 01:35 libstdc++.so -> libstdc++.so.6.0.13 lrwxrwxrwx 1 root root 19 Jun 18 01:35 libstdc++.so.6 -> libstdc++.so.6.0.13
-rwxr-xr-x+  1 root     root     4972748 Jun 18 01:35 libstdc++.so.6.0.13


Dave

--
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
URL: http://www.sagemath.org

Reply via email to