From owner-freebsd-hackers Wed Sep 1 11:14:45 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 09EBF14CAF; Wed, 1 Sep 1999 11:14:38 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id OAA29176; Wed, 1 Sep 1999 14:12:49 -0400 (EDT) (envelope-from mi) Message-Id: <199909011812.OAA29176@misha.cisco.com> Subject: Linux StarOffice51 runs on -stable To: stable@freebsd.org, hackers@freebsd.org Date: Wed, 1 Sep 1999 14:12:49 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With relatively small amount of hackery, the StarOffice51 for Linux can be forced to run on FreeBSD. Both, the setup and the office itself. To run setup, you need to unzip the setup.zip (with the -L flag) and make all the libraries there known to the ld-linux.so. (I just added a new directory to /compat/linux/etc/ld.so.conf). Then -- run setup according to StarDivision's documentation. Before running soffice for the first time -- apply the trick described by Andre Albsmeier on http://www.freebsd.org/cgi/getmsg.cgi?fetch=432982+436209+/usr/local/www/db/text/1998/freebsd-hackers/19980628.freebsd-hackers to the freshly installed lib/libosl516li.so mv libosl516li.so libosl516li.so.bak sed -e 's,/proc/%u/cmdline,/compat/linux/so,' \ < libosl516li.so.bak > libosl516li.so touch /compat/linux/so If Sun doesn't release the sources this month, I'll submit a port... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message