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/19/2004 10:09:21
Hi, 

On Sat, May 15, 2004 at 01:27:55PM +0000, Mark Kirby wrote:
> I built a new X server from xsrc (updated 2 days ago) and that installed
> fine. 
> I have just installed openoffice 1.1.1 from pkgsrc and it installed fine. 
> However when i run soffice for the first time i get the following error:
> [...]
> /usr/pkg/OpenOffice.org1.1.1/program/setup.bin: error while loading shared 
> libraries: /usr/X11R6/lib/libfreetype.so.6: undefined symbol: _ctype_

strange. For me this symbol is defined in libc.so .
What does
ldd /usr/X11R6/lib/libfreetype.so.6 
nm /usr/X11R6/lib/libfreetype.so.6 | grep _ctype_
nm /usr/lib/libc.so | grep _ctype_
ldd /usr/pkg/OpenOffice.org1.1.1/program/setup.bin
return? 
Are there any other libfreetype.so.<digit> in /usr/X11R6/lib/ ?


Michael