Disclaimer: I'm a newbie to sage but I've been programming in linux
for a few years.

I downloaded sage-2.8.12-sage.math.washington.edu-64bit-x86_64-
Linux.tar.gz from
http://www.sagemath.org/SAGEbin/linux/64bit/
I ran
   tar -xzvf <filename>
I tried to run the example by typing
  ./sage example.sage
And got an error message that I put at the bottom of this note. I
think I have fixed the issue by making a soft link from libgslcblas.so.
0 in the directory:
  sage-2.8.12-sage.math.washington.edu-64bit-x86_64-Linux/local/lib/
by typing:
  ln -s libgslcblas.so.0 libcblas.so.3

The issue is particularly nasty as it means that when I open sage in
command line mode it doesn't see many command line functions, for
example "quit"... so I can get to the sage command line but then it
spits out lots of exceptions if I try to do anything and I have to
quit the shell session to leave.

I am running Suse Linux 10.0

Apologies if this is a known issue or I'm just doing something thick.

The error message:
----------
sage/sage-2.8.12-sage.math.washington.edu-64bit-x86_64-Linux> ./sage
example.sage
Traceback (most recent call last):
  File "example.py", line 2, in <module>
    from sage.all_cmdline import *
  File "/home/cr67/HEPlib/sage/sage-2.8.12-
sage.math.washington.edu-64bit-x86_64-Linux/local/lib/python2.5/site-
packages/sage/all_cmdline.py", line 14, in <module>
    from sage.all import *
  File "/home/cr67/HEPlib/sage/sage-2.8.12-
sage.math.washington.edu-64bit-x86_64-Linux/local/lib/python2.5/site-
packages/sage/all.py", line 53, in <module>
    from sage.misc.all       import *         # takes a while
  File "/home/cr67/HEPlib/sage/sage-2.8.12-
sage.math.washington.edu-64bit-x86_64-Linux/local/lib/python2.5/site-
packages/sage/misc/all.py", line 67, in <module>
    from functional import (additive_order,
  File "/home/cr67/HEPlib/sage/sage-2.8.12-
sage.math.washington.edu-64bit-x86_64-Linux/local/lib/python2.5/site-
packages/sage/misc/functional.py", line 33, in <module>
    from sage.rings.complex_double import CDF
ImportError: libcblas.so.3: cannot open shared object file: No such
file or directory
---------



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to