|
From: Raymond R. <ray...@gm...> - 2016-04-12 21:13:58
|
"You don't tell us whether you installed the .deb package, the .rpm
package or one of the tarballs."
Well that's embarrassing. I downloaded realpath and everything now
works. I checked on the libxft and synaptic reads "libxft2 version
2.3.1-2" as the latest and the actual file name is "libXft.so.2.3.1"
which is where ldd reduce links to with:
/usr/lib/reduce/cslbuild/csl$ ldd reduce
I installed from the .deb package. I would have thought that realpath
would have been in the dependencies although I realize it's a script.
The downloaded installation files were.
reduce-common_20160412_all.deb
reduce-psl_20160412_amd64.deb
reduce-addons_20160412_amd64.deb
reduce-csl_20160412_amd64.deb
I realize that I probably didn't need them all; but I had a conflict
circle with GDebi package installer so I removed the old version. I
probably could have forced the installation but sometimes that results
in unpleasantness.
And since I neglected it before here is sysinfo output.
SYSTEM INFORMATION
Running Ubuntu Linux, the Ubuntu 14.04 (trusty) release.
GNOME: 3.8.4 (Ubuntu 2015-12-02)
Kernel version: 4.2.0-35-generic (#40~14.04.1-Ubuntu SMP Fri Mar 18
16:37:35 UTC 2016)
GCC: 4.8 (x86_64-linux-gnu)
Xorg: 1.17.2 (15 January 2016 10:17:33PM) (15 January 2016
10:17:33PM) (15 January 2016 10:17:33PM)
Hostname: rrogers-desktop
Uptime: 7 days 4 h 5 min
I realize that I probably didn't need them all; but I had a conflict
circle with GDebi package installer so I had to remove the old version.
I probably could have forced the installation but sometimes that results
in unpleasantness.
Ray
On 04/12/2016 12:39 PM, Rainer Schöpf wrote:
> 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
|