StarOffice 5.2 can be downloaded at http://www.sun.com/staroffice/get.html
StarOffice’s source can be obtained here: http://www.openoffice.org
More detailed information (in PDF format) on StarOffice’s features can be found here http://www.sun.com/products/staroffice/5.2/so52_reviewersguide.pdf
Next I worked to download StarOffice from Sun http://www.sun.com/staroffice/get.html. They offer it in a number of languages and for a number of platforms (Windows, Solaris-Intel, Linux, Solaris-Sparc). First I downloaded the Windows version just to see what it looked like. After registering my life away with Sun, I began to download the 80MB package (that later expanded to some 300MB!). Next I poked my way through the Sun site with lynx on Purple and began to download the 97MB package for Linux.
Though I did not expect this to be a complicated install, I did not anticipate the several problems I did run into. First of all, the program downloaded with a .bin extension. I didn’t know what to do with it, so I tried to gunzip and detar it, but it clearly was not a gzip or a tar file. After doing a little looking online, and coming up blank, I decided to peruse Barry’s installation of StarOffice: http://ils.unc.edu/~maglb/inls183/assign7.html. I found out that he just executed the .bin file, so I tried the same, but Linux seemed to think it was a text file. “Wait!” I thought. I decided to change the file attributes using chmod:
# chmod 774 so-5_2-ga-bin-linux-en.bin
# ls
-rwxrwxr-- 1 root root
97621364 Nov 27 22:13 so-5_2-ga-bin-linux-en.bin
Of course it made the file excutable, but would it excute? On my first try, no.:
# export DISPLAY=152.2.14.152:0
# ./so-5_2-ga-bin-linux-en.bin
bash: ./so-5_2-ga-bin-linux-en.bin: Text file busy
[jwatt@purple jwatt]$ users
jwatt
Again, I did some searching for the "Text file busy" error online, however most of the pages I found dealt with CGI programs that people had just saved and tried to run immediately, before the file had finished being saved. Of course the advice to them was just to wait a moment or two for the system to catch up. Since my file wasn’t a small CGI program---it was a 97MB binary file---I intuited that I needed to let it cool. In the meantime I sent a message to the 183 list and did other things. Of course when I came back, it started up without a problem:
# ./so-5_2-ga-bin-linux-en.bin
glibc version: 2.1.3
Since the rest of the installation occurred in X server windows, I took screen shots to capture the process:
Installation Program’s Introductory Screen
Configuring the StarOffice Packages
(at this point StarOffice displayed a number of screens self-promoting its components while the packages were installed and configured)
Adabas warning
I remember from the Sun download site that I could download and install
the separate Adabas component, for StarOffice Base. I figured I would do
that later.
At this point I decided to run StarOffice:
$ /usr/local/staroffice52/soffice
Trying and Failing to Run StarOffice for
the first time
I ran into yet another problem with the sofficerc file. I looked at
it, in the directory given by the error message, and it looked ok, so I
figured I should run soffice as root. This solved the problem. For future
reference, in case I (or anyone else) wants to set up StarOffice for multiple
users, I found this information in the README file:
If you wish to run a network installation (multi-user installation), start (as root) the setup with the option /net. After the network installation has been completed, each StarOffice user needs to call up the setup from the office directory of the network installation (WITHOUT /net) under their user ID. They will then be able to install the workstation installation. This will install about 2MB of data into the corresponding Home directory of each user.Successfully Running StarOffice for the first time, splash screen
First Look at StarOffice: the StarOffice Desktop (surrounded by my desktop)
A Quick Look at StarOffice Writer
INLS 183 Project 9: StarOffice 5.2 (so-5_2-ga-bin-linux-en.bin)
script file