Date: Thu, 22 Jun 2000 14:54:06 -0400 From: "Sean O'Connell" <sean@stat.Duke.EDU> To: FreeBSD emulation <freebsd-emulation@FreeBSD.ORG> Cc: Eugeny Kuzakov <coredumped@coredumped.null.ru> Subject: Re: staroffice 5.2 Message-ID: <20000622145406.N26292@stat.Duke.EDU> In-Reply-To: <3951D708.68F8F9C6@difi.de>; from uwe.laverenz@difi.de on Thu, Jun 22, 2000 at 11:06:16AM %2B0200 References: <3951A97B.D3725F0E@coredumped.null.ru> <3951D708.68F8F9C6@difi.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Uwe Laverenz stated:
: Hi Eugeny,
:
: > Has anyone succesfully installed subj?
:
: Yes, installs and works without any problems so far. I've just installed
: the german so5.2 on my 4.0-STABLE box.
:
: 1) I wanted a network installation, so as root I started with:
:
: ./so-5_2-ga-bin-linux-de.bin /net
:
: 2) then as user:
:
: LD_LIBRARY_PATH=/usr/local/office52/program
: export LD_LIBRARY_PATH
: /usr/local/office52/program/setup
:
:
Well... I just installed the English language version under -STABLE and
it went pretty much without a hitch.
chmod +x so-5_2-ga-bin-linux-en.bin
./so-5_2-ga-bin-linux-en.bin /net (as root)
pointed it at /usr/local/office52
the only fix I needed was to make one minor change to
/usr/local/office52/program/soffice
--- soffice.orig Mon May 8 02:20 2000
+++ soffice Thu Jun 22 14:39:32 2000
@@ -18,6 +18,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
+ FreeBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac
I ran /usr/local/office52/program/soffice and it did the setup
for me and created $HOME/office52 and finally, I just added
$HOME/office52 and /usr/local/office52/program to my path.
S
-----------------------------------------------------------------------
Sean O'Connell Email: sean@stat.Duke.EDU
Institute of Statistics and Decision Sciences Phone: (919) 684-5419
Duke University Fax: (919) 684-8594
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000622145406.N26292>
