From owner-freebsd-current Sat Dec 19 15:00:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29012 for freebsd-current-outgoing; Sat, 19 Dec 1998 15:00:56 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29000 for ; Sat, 19 Dec 1998 15:00:44 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id AAA15800 for freebsd-current@FreeBSD.ORG; Sun, 20 Dec 1998 00:00:23 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id F13F31513; Sun, 20 Dec 1998 00:00:16 +0100 (CET) Date: Sun, 20 Dec 1998 00:00:16 +0100 From: Ollivier Robert To: FBSD_CURRENT Subject: Re: StarOffice 4.0 Message-ID: <19981220000016.A29094@keltia.freenix.fr> Mail-Followup-To: FBSD_CURRENT References: <00eb01be2b89$b30648c0$f301040a@c063.beaverton.stream.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <00eb01be2b89$b30648c0$f301040a@c063.beaverton.stream.com>; from Wiliam Woods on Sat, Dec 19, 1998 at 11:56:39AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT/ELF ctm#4871 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Wiliam Woods: > I am planning on useing StarOffice for my office suite, unfortunaltely, the > only version I can find anywhere is 4.0 sp3. Does this work on FreeBSD? I am This version works beautifully under 3.0. You have to patch the setup.bin binary and a library afterwards (because they reference /proc directly). Instructions below, taken from a mail in -hackers. > running 3.0 curent and I know 5.0 does not work. It will hopefully soon. -=- From: Andre Albsmeier > On Mon, Jun 29, 1998 at 08:59:40PM +0200, Andre Albsmeier wrote: > > However, the installed thing doesn't run properly and consumes only cpu time > > but I hadn't had time to investigate this yet... > > The installed program requires '/proc//cmdline', too. Doing that > sed-thing again on the soffice.bin will probably help you. Thanks for the hint... After modyfing lib/libsal364.so as well Staroffice 4.0 SP3 is running here. So the complete instructions are: 1. Unpack the sp3 distribution 2. cd into the Install directory (where setup.bin is) 3. sed -e 's,/proc/%u/cmdline,/compat/linux/so,' < setup.bin > setup.new 4. mv setup.new setup.bin 5. chmod 755 setup.bin 6. touch /compat/linux/so 7. ./setup The install program should run and install StarOffice. Maybe I missed some step but this is closely what I have done. Then, after installing it, go to the lib directory and do the sed command on libsal364.so: 1. sed -e 's,/proc/%u/cmdline,/compat/linux/so,' < libsal364.so > libsal364.new 2. mv libsal364.new libsal364.so 3. chmod 755 libsal364.so The new /compat/linux/so path can be anything that does not exceed the 16 characters. It only has to point to an empty file... -Andre -=- -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #2: Sun Nov 8 01:22:20 CET 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message