[luau] openoffice error on install?

Frank Price fprice at hawaii.edu
Thu May 30 16:15:00 PDT 2002


It seems that the install script has a small typo,
the last line references the script variable $oo_version rather
than the more appropriate $oo_home.  The extra space in $oo_version
is responsible for the error message you are experiencing.

It should read:

if test "$interact" = no ; then
   if test -d $prefix/bin; then
      ln -s $prefix/$oo_home/program/swriter $prefix/bin/swriter
      ln -s $prefix/$oo_home/program/scalc $prefix/bin/scalc
      ln -s $prefix/$oo_home/program/sdraw $prefix/bin/sdraw
      ln -s $prefix/$oo_home/program/simpress $prefix/bin/simpress
      ln -s $prefix/$oo_home/program/smath $prefix/bin/smath
      ln -s $prefix/$oo_home/program/soffice $prefix/bin/soffice
      ln -s $prefix/$oo_home/program/swriter $prefix/bin/swriter
      ln -s $prefix/$oo_home/program/swriter $prefix/bin/swriter
   fi
fi

BTW, I have not been able to run the user part of the network installation.  
After running the script as root, when I run the setup program for the 
individual users, it complains that the program is already installed and
only a repair can be executed!! 

Anyone have any ideas?

Frank



More information about the LUAU mailing list