Date: Wed, 01 Jul 1998 09:16:03 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: multimedia@FreeBSD.ORG Subject: Service Patch for Star Office Service Pack 3 8) Message-ID: <199807011616.JAA06883@rah.star-gate.com>
next in thread | raw e-mail | index | archive | help
Just fired up Star Office Service 3 after following Andre Albsmeier <andre.albsmeier@mchp.siemens.de>'s instructions Enjoy, Amancio ------- Forwarded Message Return-Path: <owner-freebsd-hackers@FreeBSD.ORG> Received: from sarip.sol.net (mail@sarip.sol.net [169.207.30.120]) by mail2.netcom.com (8.8.5-r-beta/8.8.5/(NETCOM v1.02)) with ESMTP id CAA11980; Wed, 1 Jul 1998 02:22:08 -0700 (PDT) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by sarip.sol.net (8.8.8/8.8.8/SNNS-1.02) with ESMTP id EAA04724; Wed, 1 Jul 1998 04:21:15 -0500 (CDT) Received: from localhost (daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA16254; Wed, 1 Jul 1998 01:23:06 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: by hub.freebsd.org (bulk_mailer v1.6); Wed, 1 Jul 1998 01:22:15 -0700 Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15604 for freebsd-hackers-outgoing; Wed, 1 Jul 1998 01:17:37 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15599 for <freebsd-hackers@FreeBSD.ORG>; Wed, 1 Jul 1998 01:17:34 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer david.siemens.de) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.9.0/8.9.0) with ESMTP id KAA26374 for <freebsd-hackers@FreeBSD.ORG>; Wed, 1 Jul 1998 10:16:08 +0200 (MET DST) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.8/8.8.5) with ESMTP id KAA15792 for <freebsd-hackers@FreeBSD.ORG>; Wed, 1 Jul 1998 10:16:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.8/8.8.8) id KAA02104 for <freebsd-hackers@FreeBSD.ORG>; Wed, 1 Jul 1998 10:17:09 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Message-Id: <199807010817.KAA05134@internal> Subject: Re: Staroffice 4.0 sp3 running In-Reply-To: <19980630160415.A2179@yoda.pi.musin.de> from Stefan Zehl at "Jun 30, 98 04:04:15 pm" To: sec@yoda.pi.musin.de (Stefan Zehl) Date: Wed, 1 Jul 1998 10:17:03 +0200 (CEST) Cc: andre.albsmeier@mchp.siemens.de, mike@smith.net.au, freebsd-hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.ORG X-UIDL: e6d19f65b7bd623cb0f993838e49a7aa > 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/<pid>/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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807011616.JAA06883>