[csw-users] Problem with CSWooocore
Jonathan Manton
jmanton at uiuc.edu
Mon May 1 23:39:08 CEST 2006
Hi. I'm running Solaris 8 on a network of old Ultra 5s. Patched (as of
2 weeks ago) with the recommended patch clusters.
After installing Open Office (oofficeenus), I get the following when
trying to run it:
ld.so.1: javaldx: fatal: libm.so.1: version `SUNW_1.1.1' not found
(required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so)
ld.so.1: javaldx: fatal: libm.so.1: open failed: No such file or directory
ld.so.1: javaldx: fatal: relocation error: file
/opt/csw/OpenOffice.org/program/libjvmfwk.so.3: symbol
__1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found
ld.so.1: soffice.bin: fatal: libm.so.1: version `SUNW_1.1.1' not found
(required by file /opt/csw/OpenOffice.org/program/libstlport_sunpro.so)
ld.so.1: soffice.bin: fatal: libm.so.1: open failed: No such file or
directory
ld.so.1: soffice.bin: fatal: relocation error: file
/opt/csw/OpenOffice.org/program/libvcl680ss.so: symbol
__1cE_STLM__node_alloc4BiA_Iallocate6FI_pv_: referenced symbol not found
Killed
I believe the libstlport_sunpro.so library was compiled on a machine with
a new libm than mine. Doing:
ldd -v /opt/csw/OpenOffice.org/program/soffice.bin
Shows a number of cases where the "SUN_1.1" symbol is referenced in libm,
and only the following with SUNW_1.1.1:
find object=libm.so.1; required by
/opt/csw/OpenOffice.org/program/libuno_cpp
u.so.3
find version=libm.so.1
libm.so.1 (SUNW_1.1.1) => (version not found)
...
find object=libm.so.1; required by
/opt/csw/OpenOffice.org/program/libstlport
_sunpro.so
find version=libm.so.1
libm.so.1 (SUNW_1.1.1) => (version not found)
My libm only has the "SUNW_1.1" symbol:
% nm -D /usr/lib/libm.so.1 | grep SUNW_
[108] | 0| 0|OBJT |GLOB |0 |ABS |SUNW_1.1
I found the following reference, which at least appears to indicate that
the shared library needs to be relinked:
http://www.openoffice.org/servlets/ReadMsg?list=dev&msgNo=8275
Any help on this would be appreciated.
Jonathan Manton
UNIX Systems Administrator
Department of Mathematics
University of Illinois at Urbana-Champaign
More information about the users
mailing list