From owner-freebsd-stable Tue Aug 21 17:47:51 2001 Delivered-To: freebsd-stable@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 473AF37B407 for ; Tue, 21 Aug 2001 17:47:31 -0700 (PDT) (envelope-from zerkle@home.com) Received: from home.com ([65.5.81.193]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010822004730.FLAI1786.femail4.sdc1.sfba.home.com@home.com> for ; Tue, 21 Aug 2001 17:47:30 -0700 Message-ID: <3B8302EF.9040106@home.com> Date: Tue, 21 Aug 2001 17:55:11 -0700 From: Dan Zerkle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010812 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: StarOffice library problem. Help? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I seem to have a major problem with StarOffice under 4.3-STABLE. Since everything says that SO runs flawlessly, I'm thinking that it must be some problem with -stable or some problem with my configuration. Anyone have a hint? I'm trying to get StarOffice52 running under Linux emulation. It seems fine until I try to run an app (the word procesor). It then gives me this error: /home/zerkle/office52/program/soffice.bin: error in loading shared libraries: /home/zerkle/office52/program/libsfx569li.so: undefined symbol: __13HelpTextCacheRC6StringT1Uc To review: I installed as follows: log in as root start up X/KDE cd /usr/ports/editors/staroffice52 make install That went fine. I then did the user install: log in as "zerkle" cd /usr/ports/editors/staroffice52 make install-user I put in /home/zerkle/office52 for a place to install it, and put in that directory in my path. It hiccuped a bit about not having java support and not having some "adabase", which I don't care about yet. Also, it promised to put an icon on my KDE dock, but it didn't. Note that this was a "workstation install", where it copies everything to my home. I had similar problems with the install where it uses the stuff in /usr/local. I then had to modify the "soffice" script a little bit, as follows: sd_platform=`uname -s` case $sd_platform in SCO_SV) test=/bin/test ;; FreeBSD) test=/bin/test ;; *) test=/usr/bin/test ;; esac At this point, soffice starts, but crashes with the above error message when I try to open the word processor. Does anyone know what's wrong, here? uname -a says: FreeBSD cc1072733-a.arden1.ca.home.com 4.3-20010820-STABLE FreeBSD 4.3-20010820-STABLE #0: Mon Aug 20 14:51:46 GMT 2001 root@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message