Paul Greene <[EMAIL PROTECTED]> said

>So (not having found an RPM) I went to Sunsite to see if they had it; I came
>up with the two following files:
>
>        libc-5.4.44.bin.tar.gz     
>        libc-5.4.44.tar.gz
>
>There was a big difference in file sizes; which one is the right one to use?

Get the libc-5.4.44.bin.tar.gz

>untar everything from /root and that's it? 

Put this file in a temp directory, then tar -xzvf the package. You need to
copy the libc.so.5.4.33 file (you only need the one file) from the
installation directory to your /lib directory. Then
    
    ln -sf /lib/lic.so.5.4.33 /lib/libc.so.5

Then run ldconfig command

You also need to to put an environment variable somewhere. I have

    LD_LIBRARY_PATH=/lib
    export LD_LIBRARY_PATH
 
There is a howto at
http://www.caldera.com/LDP/HOWTO/mini?StarOffice-3.html which explains it
all. Once done you can delete the other files in the temp directory.

Once this is done, login with userid, cd directory to (in my case
/mnt/cdrom/StarOffice.x.x) and run the Setup script. 

-- 
Using OS/2 Warp 4 FP6, Injoy and MR/2 ICE
-----------------------------------------------------------
[EMAIL PROTECTED] (John Lewis)

Dorset Rough Riders Mountain Bike Club's head honcho.  
http://www.dorset-rough-riders.mcmail.com

DOS is to OS/2 as a bicycle is to a Mack Truck
-----------------------------------------------------------


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to