|
From: Rainer S. <rai...@gm...> - 2016-04-12 16:39:42
|
On Tue, 12 Apr 2016 at 11:04 -0400, 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. You don't tell us whether you installed the .deb package, the .rpm package or one of the tarballs. Do you have the realpath command available on your Linux? Regards, Rainer |