Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 09:07:27 -0500 (EST)
From:      Richard J Kuhns <rjk@grauel.com>
To:        Tony Maher <Tony.Maher@eBioinformatics.com>
Cc:        mwm@mired.org, current@FreeBSD.ORG
Subject:   Re: Confusing error messages from shell image activation
Message-ID:  <14900.57247.45919.615262@moriarity.grauel.com>
In-Reply-To: <200012110844.TAA29959@shad.au.int.en-bio.com>
References:  <200012110844.TAA29959@shad.au.int.en-bio.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Tony Maher writes:
 > > On the other hand, Applixware Office ships a precompiled package for
 > > /usr/local, and doesn't like being installed anywhere else. Which
 > > means I've got a couple of hundred megabytes being backup up for no
 > > good reason :-(.
 > 
 > Really?!
 > I have it installed in /opt/applix and I dont think there are any symlinks 
 > anywhere in /usr/local for it.  It works fine.
 > 
 > The install logfile:
 > CopyFile: /cdrom/applix - /opt/applix/applix
 > CopyFile: /cdrom/axart/alphabet/a1.ag - /opt/applix/axart/alphabet/a1.ag
 > ...
 > ...
 > ...
 > CopyFile: /opt/applix/axdata/axlicensedemo - /opt/applix/axlocal/axlicensedat
 > CopyFile: /opt/applix/axdata/eng/ax_prof4.eng - /opt/applix/axdata/ax_prof4
 > 
 > The location was an install question from memory.
 > 
 > This is version 4.42. Maybe Version 5 different?

Yes, it's definitely different.  No matter what you say when installing,
`applix' is:

#!/bin/sh
APPLIX_HOME="/usr/local/applix"
export APPLIX_HOME
exec $APPLIX_HOME/applix "$@"

Note the hard-coded APPLIX_HOME.  There were other problems trying to
install somewhere else, but I'm afraid I don't remember details.  I played
with it for a little while, but gave up and left it in /usr/local :(.

-- 
Richard Kuhns			rjk@grauel.com
PO Box 6249			Tel: (765)477-6000 \
100 Sawmill Road				    x319
Lafayette, IN  47903		     (800)489-4891 /


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14900.57247.45919.615262>