On 4/1/07, William Stewart <[EMAIL PROTECTED]> wrote: > Thanks for your speedy reply. As root I did 'apt-get > install libstdc++5' and had no complaints from the > system but the error messages from the sage script are > the same. Any other ideas?
The problem is *definitely* that you're missing libstdc++5 in some sense, because that's exactly what the error message says. Since you've installed it, I'm baffled. Do you really have /usr/lib/libstdc++.so.5? I've also put a copy of the file here with instructions about where to put it: http://www.wstein.org/sage/SAGEbin/linux_32bit/libstdc++/ However, assuming you have gcc installed, you could also try the following, which will take about 5 minutes, and might fix your problem (i.e., by just removing needed libstdc++.so.5.). At the command prompt, type: sage -ba 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
