Subject: Re: Open office 1.1.1 does not work with latest x from xsrc
To: Michael Rauch <mrauch@NetBSD.org>
From: Mark Kirby <mark@coris.org.uk>
List: tech-pkg
Date: 05/25/2004 09:22:24
On Wednesday 19 May 2004 08:09, Michael Rauch wrote:
> 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
Here are the results
bash-2.05b$ ldd /usr/X11R6/lib/libfreetype.so.6
/usr/X11R6/lib/libfreetype.so.6:
bash-2.05b$ nm /usr/X11R6/lib/libfreetype.so.6 | grep _ctype_
U _ctype_
bash-2.05b$ nm /usr/lib/libc.so | grep _ctype_
0009aae0 R _C_ctype_
000a0da0 D _citrus_NONE_ctype_ops
0008d060 T _citrus_ctype_btowc_fallback
0008c0fc T _citrus_ctype_close
000a0d74 D _citrus_ctype_default
0008c038 T _citrus_ctype_open
0008d0e8 T _citrus_ctype_wctob_fallback
000a0e24 D _ctype_
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
-lsvt645li.(null) => not found
-lvcl645li.(null) => not found
-ltl645li.(null) => not found
-lcomphelp3gcc3.(null) => not found
-lcppuhelpergcc3.3 => not found
-lcppu.3 => not found
-lvos3gcc3.(null) => not found
-lsvl645li.(null) => not found
-lsalhelpergcc3.3 => not found
-lutl645li.(null) => not found
-lsal.3 => not found
-ljvmaccessgcc3.3 => not found
-lset645li.(null) => not found
-lX11.6 => not found
-lXext.6 => not found
-lSM.6 => not found
-lICE.6 => not found
-ldl.2 => not found
-lpthread.0 => /usr/lib/libpthread.so.0
-lm.6 => not found
-lstlport_gcc.(null) => not found
-lstdc++.5 => /usr/lib/libstdc++.so.5
-lc.6 => not found
bash-2.05b$
in usr/X11R6/lib there is
libfreetype.so
libfreetype.so.6
libfreetype.so.7
libfreetype.so.8
libfreetype.so.9
libfreetype.so.9.0
Mark