Date: Mon, 20 Jul 1998 18:04:26 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: wwoods@cybcon.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: StarOffice 4.0 Message-ID: <199807201604.SAA09873@internal> In-Reply-To: <XFMail.980719224642.wwoods@cybcon.com> from William Woods at "Jul 19, 98 10:46:42 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> I understand the StarOffice 4.0sp3 does not work with FreeBSD. Can someone > point me to somewhere that I can DL the StarOffice 4.0 that does wiork with > FreeBSD? sp3 works but you have to make two patches. Here is what I have done: 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 Then you have to do the sed thing again with libsal364.so. Enjoy :-) -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807201604.SAA09873>