On Wed, 15 Dec 2010 09:27:06 -0700 (GMT-07:00), James wrote: > Patrick Dupre <pd520@xxxxxxxxxx> wrote: > > > >Hello, > > > >Can some body help on sage ? > >I cannot subscribe to the list ! > > > >I installed: > >sage-4.6-linux-64bit-fedora_release_13_goddard_-x86_64-Linux.tar.lzma > > > >on a fedora 13 x86_64 machine and I get: > >ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found > > What version of glibc do you have installed and do you have the development package for glibc installed at all? > > It appears that sage is looking for a specific version of glibc. Take a close look at the error message. It refers to _libstdc++.so.6_ and CXX. Package "libstdc++ is needed", the C++ Standard Library. Latest for F-13 does not provide the GLIBCXX_3.4.14 version, however: http://koji.fedoraproject.org/koji/rpminfo?rpmID=2256490 Fedora 14, on the contrary, does (here querying RPM on i686, could have used repoquery instead): $ rpm -q --whatprovides 'libstdc++.so.6(GLIBCXX_3.4.14)' libstdc++-4.5.1-4.fc14.i686 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines