Date: Fri, 11 Apr 1997 22:54:13 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: "David Langford" <langfod@dihelix.com> Cc: dwhite@resnet.uoregon.edu, msmith@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: staroffice port is broke Message-ID: <199704120554.WAA00523@rah.star-gate.com> In-Reply-To: Your message of "Fri, 11 Apr 1997 17:49:38 -1000." <199704120349.RAA01925@caliban.dihelix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
What the hell 8)
This is my ~hasty/.sd.sh
sd_inst=/spare/star/star.office/StarOffice-3.1/
sd_fonts=$sd_inst/fonts
case `uname -s` in
SunOS)
case `uname -r` in
5.[4-5])
case `uname -p` in
sparc*)
sd_plat='solaris-sparc'
;;
i?86)
sd_plat='solaris-x86'
;;
ppc)
sd_plat='solaris-powerpc'
;;
esac
;;
esac
;;
SINIX*)
case `uname -r` in
5.4*)
case `uname -p` in
R4000)
sd_plat='sinix-mips'
;;
esac
;;
esac
;;
FreeBSD)
case `uname -m` in
i?86)
sd_plat='linux-x86'
;;
esac
;;
esac
PATH=$sd_inst/${sd_plat:=.}/bin:$PATH
LD_LIBRARY_PATH=$sd_inst/$sd_plat/lib:$LD_LIBRARY_PATH
XPPATH=$sd_inst/xp3
HELPPATH=$sd_inst/modules
XENVIRONMENT=$sd_inst/starview.xres
SVFONTPATH=$sd_fonts/75dpi:$sd_fonts/75dpi/bdf:$sd_fonts/type1
SVHOME=/usr/home/hasty
LANG=us
unset sd_inst sd_fonts sd_plat
export PATH LD_LIBRARY_PATH XPPATH HELPPATH XENVIRONMENT SVFONTPATH SVHOME LANG
------cut here ------
Have fun,
Amancio
>From The Desk Of "David Langford" :
> what the?
>
> # /usr/local/StarOffice-3.1/srun
> User Install required before srun can be run, please wait...
> [SV/Window E0004] Error: parent before childs destroyed
> Can't find initialisation script /root/.sd.sh, User Install must be
> completed before srun can be run.
>
> >
> >Left off a / at the end of MASTER_SITES.
> >
> >Doug White | University of Oregon
> >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant
> >http://gladstone.uoregon.edu/~dwhite | Computer Science Major
> >
> >
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704120554.WAA00523>
