Subject: Re: Open office 1.1.1 does not work with latest x from xsrc
To: Mark Kirby <mark@coris.org.uk>
From: Michael Rauch <mrauch@NetBSD.org>
List: tech-pkg
Date: 05/26/2004 10:56:11
Hi, 

On Tue, May 25, 2004 at 09:22:24AM +0000, Mark Kirby wrote:
> Here are the results
> [...]
> bash-2.05b$ ldd /usr/pkg/OpenOffice.org1.1.1/program/setup.bin
> /usr/pkg/OpenOffice.org1.1.1/program/setup.bin:
>         -lsb645li.(null) => not found
> [...]

er, is this the openoffice or the openoffice-linux package? The library
name strongly suggests the latter one, and then I think I know what's going
wrong (although I thought I had fixed this while the package was at the
1.1.0 version). The quick fix is to create the link
ln -s /usr/pkg/OpenOffice.org1.1.1/program/filter/libfreetype.so.6 \
      /usr/pkg/OpenOffice.org1.1.1/program/libfreetype.so.6
by hand.


Michael