openoffice & current

From: Matteo Riondato <rionda_at_gufi.org>
Date: Wed, 10 Mar 2004 17:04:36 +0100
I have some troubles using en-openoffice-1.1.0_1 taken from
http://projects.imp.ch/openoffice/. When I launch it, it starts but
after a few (~20) seconds it begins to use 100% of the CPU and I have to
kill -9 it. On the terminal where I launched it from appears:
soffice.bin in free(): error: junk pointer, too high to make sense

and if I do a
gdb /usr/local/OpenOffice.org1.1.0/program/soffice.bin
that's what i get:
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-undermydesk-freebsd"...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/local/OpenOffice.org1.1.0/program/soffice.bin 
/libexec/ld-elf.so.1: Shared object "libvcl645fi.so" not found

Program exited with code 01.
(gdb) q

A ldd /usr/local/OpenOffice.org1.1.0/program/soffice.bin
gives:
/usr/local/OpenOffice.org1.1.0/program/soffice.bin:
        libvcl645fi.so => not found (0x0)
        libsvl645fi.so => not found (0x0)
        libsvt645fi.so => not found (0x0)
        libutl645fi.so => not found (0x0)
        libtl645fi.so => not found (0x0)
        libcomphelp3gcc3.so => not found (0x0)
        libucbhelper2gcc3.so => not found (0x0)
        libvos3gcc3.so => not found (0x0)
        libcppuhelpergcc3.so.3 => not found (0x0)
        libcppu.so.3 => not found (0x0)
        libsal.so.3 => not found (0x0)
        libtk645fi.so => not found (0x0)
        libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x280ca000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28123000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28172000)
        libc_r.so.5 => /usr/lib/libc_r.so.5 (0x28236000)
        libstlport_gcc.so => not found (0x0)
        libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x2825a000)
        libm.so.2 => /lib/libm.so.2 (0x2831a000)
        libc.so.5 => /lib/libc.so.5 (0x28333000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x2840c000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28421000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2842a000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28441000)
        libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x2844f000)

Where can i found the missing libraries ?

Supposing it was a trouble caused by the  libc_r -> libpthread
transition, I edited my /etc/libmap.conf:

[/usr/local/bin/openoffice-1.1]
libpthread.so.1         libc_r.so.5
libpthread.so           libc_r.so

[/usr/local/OpenOffice.org1.1.0/program/soffice.bin]
libpthread.so.1         libc_r.so.5
libpthread.so           libc_r.so

[openoffice-1.1]
libpthread.so.1         libc_r.so.5
libpthread.so           libc_r.so

But it gave no improvements.
Does anyone have the same problem?
Best regards
-- 
Rionda aka Matteo Riondato
G.U.F.I Staff Member (http://www.gufi.org)
BSD-FAQ-it Main Developer (http://www.gufi.org/~rionda)
FreeSBIE (Doc) Developer (http://www.freesbie.org)
GPG key at: http://www.riondabsd.net/riondagpg.asc
Sent from: kaiser.sig11.org running FreeBSD-5.2-CURRENT

Received on Wed Mar 10 2004 - 07:04:39 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:46 UTC