|
From: Arthur N. <ac...@ca...> - 2016-04-12 15:38:19
|
Thank you. Your prompt report will really help. We will not try again until we have both had a chance to investigate these issues and see what other ones others raise. If there are going to be serious delicacies about just which versions of various shared libraries different versions of Linux use that is going to be HORRID. So any investigation and advice you can give will be useful. The Linux versions were built on an Ubuntu 15.10 that had used "apt-get upgrade" to get it thoroughly current. Arthur On Tue, 12 Apr 2016, Raymond Rogers wrote: > The problems seem minor in Ubuntu 14.xxxx > > redcsl: the script file in /usr/bin/ doesn't point to the correct place. > The script is: > ---------- > #! /bin/sh > > MYDIR=`dirname $0` > CSLBUILDDIR=`realpath $MYDIR/../lib/reduce/cslbuild` > exec $CSLBUILDDIR/csl/reduce $* > > ---------------------------- > Whereas the real binary location is: > /usr/lib/reduce/cslbuild/csl > --------------------------------- > > Almost hit the target but not quite :) > Although when I do: > /usr/lib/reduce/cslbuild/csl/reduce > everything seems to work but I get: > "Expected Xft library version 20302 or greater; was 20301" > I will look into this. > > > redpsl has different problems; but a core one is that bpsl can not > allocate memory on my system. In addition the script in /usr/bin refers > to the variable "realpath" without defining it. > > Ray > |