From owner-freebsd-questions Thu Feb 13 15:15:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA17265 for questions-outgoing; Thu, 13 Feb 1997 15:15:45 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA17260 for ; Thu, 13 Feb 1997 15:15:40 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 13 Feb 1997 18:14:25 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA08264; Thu, 13 Feb 97 18:14:23 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA00412; Thu, 13 Feb 1997 18:12:20 -0500 Message-Id: <19970213181219.31485@ct.picker.com> Date: Thu, 13 Feb 1997 18:12:19 -0500 From: Randall Hopper To: Felipe Garcia Cc: questions@freebsd.org Subject: Re: Star Office (was Re: Applixware) References: <19970211172308.42510@ct.picker.com> <3.0.32.19970212091827.0071f05c@falcon.pacit.tas.gov.au> <19970211172308.42510@ct.picker.com> <3.0.1.32.19970213164707.006a4ee4@mail.usis.usemb.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 In-Reply-To: <3.0.1.32.19970213164707.006a4ee4@mail.usis.usemb.se>; from Felipe Garcia on Feb 02, 1997 at 04:47:07PM Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Felipe Garcia: |Any chance of how to install it under FreeBSD I have tried and just get Seg |fault everytime I try to run it. Doesn't sound like you're running an ELF-capable version of FreeBSD. Might check that you're on a 2.2 version. I don't remember having to do anything slick. They've got this "interesting" setup.StarOffice script/binary where the top part of the file runs as a shell script and extracts the binary from the bottom part of the file and runs it. That seemed to work OK. But in order to see the README, you'll want to put a file called "more" in . (or somewhere in your path before the system more) that has this in it: #!/bin/sh shift exec less $* since the FreeBSD more doesn't support -d. Other than that, I don't remember any real snags except you'll need one of the Linux Motifs. I got mine off a Linux friend that didn't want his anymore. Randall