On 17 November 2010 16:35, Jean-Pierre Flori <jpfl...@gmail.com> wrote: > Hi, > > I unpacked Sage 4.5.1 binaries on Solaris, but when I try to launch > Sage, it complains about missing libgfortran: > > ImportError: ld.so.1: python: fatal: libgfortran.so.3: open failed: No > such file or directory > > I searched a bit and found something which looks related here: > http://trac.sagemath.org/sage_trac/ticket/8049 > However it does not seem that the library is shipped with Sage. > Should I ask the admin to install it on the system ? > I found nothing in the documentation mentionning it is required. > > Thanks in advance.
Download this file http://boxen.math.washington.edu/home/kirkby/gcc-4.5.1-Solaris-libraries.tar.bz2 and extract its contents in $SAGE_ROOT/local/lib where $SAGE_ROOT is the directory where you installed Sage. If there is a file libgfortran.so there, then I suggest you delete it, as it will be a link to a non-existent file. Some file might need to be edited - I put some notes in a README.txt Let us know how you get on with it. Dave -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org