On Sun, 20 May 2007 21:11:17 +0200 "Zsolt Udvari" <[EMAIL PROTECTED]> wrote:
> Hello! > > I have a problem with OpenOffice 2.2. > > If I run e.g. "swriter" from terminal: > > /bin/soffice: line 236: 5959 Segmentation fault > "$sd_prog/$sd_binary" "$@" > > This OpenOffice is downloaded from > http://ftp.fsf.hu/OpenOffice.org_hu/2.2.0/OpenOffice.org_2.2.0_hu_FSF.hu_Linux_rpms.tar.gz > (hungarian edition, binary) > > My "installation process": > I've unpacked the CONTENTS.cpio from all the rpms and copied to > /usr/progs/dox/openoffice/2.2/ (I'm using symlink-style package > management) and created in this directory a "bin"-directory and linked > sbase, scalc, sdraw, smath, simpress, soffice, swriter, pagein, > soffice.bin from ../program. > I've used the "original" 2.0.2, but today I've received the message > above. > > And a weird thing: > the soffice.bin (quick launch) works good! And running swriter, > simpress,... from soffice.bin, they work! > > Any suggestions? I don't know if this helps you, as I've never seen this fault. I use the script rpm2targz to convert the rpms from the oo distribution to .tar.gz. Then use 'tar -xvzf -C' on each rpm to put the contents in /opt. This has always worked without problems. My guess is that you have some library or file in the wrong place or the wrong version. You could try ldd on each binary to see if it helps. It could also be a permission problem. http://downloads.linuxfromscratch.org/rpm2targz.tar.bz2 R. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page