From owner-freebsd-stable Tue Aug 21 18:25:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from femail20.sdc1.sfba.home.com (femail20.sdc1.sfba.home.com [24.0.95.129]) by hub.freebsd.org (Postfix) with ESMTP id 0707A37B412 for ; Tue, 21 Aug 2001 18:25:18 -0700 (PDT) (envelope-from zerkle@home.com) Received: from home.com ([65.5.81.193]) by femail20.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010822012517.DHSD12812.femail20.sdc1.sfba.home.com@home.com> for ; Tue, 21 Aug 2001 18:25:17 -0700 Message-ID: <3B830BC8.5060100@home.com> Date: Tue, 21 Aug 2001 18:32:56 -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: Re: StarOffice library problem. Help? References: <3B8302EF.9040106@home.com> 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 Dan Zerkle wrote: > 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 did a complete re-install of StarOffice 5.2. It fixed the problem. First, a "make deinstall" on /usr/ports/editors/staroffice52 simply insisted that it wasn't installed (huh?). make clean make install then the user install... > 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 This was not needed the second time around. It just runs now (so far). So, it looks like it was a muffed install the first time around. No idea why. It certainly seemed to think things were normal the first time around. Well, this should go into the archives so that if anyone else runs into it, they'll know that the answer is "just install it again." If you've managed to read this far, I've got another question for you. I loaded yesterday's -stable snapshot. Is there a quick way for me to track that whatever the current -stable is by downloading updated binaries, or do I need to resort to compiling the sources? If there is a such a way, where is the documentation for this? Likewise for keeping packages up-to-date? Debian has a nice way of doing something like that, and I was wondering if FreeBSD has it. I used to track -stable via sources, but that was a pain, and I'm hoping that there is a cleverer way.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message