On Tuesday, 26 January 2016 17:43:28 UTC, tdumont wrote: > > Le 25/01/2016 15:37, Volker Braun a écrit : > > The directory path has to match, if its different on server and client > > then you have to compile it on the client (or mount on the server in the > > same path first). > > > > > Ok it's working. But is it something new ? > > For binary distributions, we can install it at any place we want, no? > What is the difference? > cause "the place" is now written in the binaries (so-called 'rpath'). This is basically now the only way on OSX 10.11.
And you can't have two different ones written there at the same time. > > Yours (thanks). > t. > > > > On Monday, January 25, 2016 at 9:20:17 AM UTC-5, tdumont wrote: > > > > Hello, > > > > I have tried to switch from 6.10 to 7.0, but... I have some > problems. > > > > 1) Let me fist explain the architecture of our client/server > > installation: > > > > -We have a nfs server (Debian + Zfs) which export a directory > > (/srv/local64) to a large number of clients (all Ubuntu 14.O4-LTS) > but > > with different generations of Intel CPUs. > > > > So, on the server I compiled sage from the 7.0 source with > > export SAGE_FAT_BINARY="yes" > > make distclean > > make > > > > On the server, I can launch this compiled sage 7.0 without any > > problem.. > > > > 2) On the clients, I have a problem: > > ./sage > > > > File > > > "/usr/local/sage/local/lib/python2.7/site-packages/sage/misc/temporary_file.py", > > > > > > line 51, in delete_tmpfiles > > from sage.misc.misc import SAGE_TMP > > File > > > "/usr/local/sage/local/lib/python2.7/site-packages/sage/misc/misc.py", > > line 57, in <module> > > import sage.misc.prandom as random > > File > > > "/usr/local/sage/local/lib/python2.7/site-packages/sage/misc/prandom.py", > > line > > 58, in <module> > > from sage.misc.randstate import current_randstate > > ImportError: libgmp.so.16: cannot open shared object file: No such > file > > or directory > > > > Permissions seems ok... So, no idea for me. > > > > > > This is new: I have kept a tree with a 6.10 version and everything > > is ok. > > > > ??? > > Yours > > > > t.d. > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
