Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 1998 23:07:39 -0400
From:      Norman C Rice <nrice@emu.sourcee.com>
To:        Dale Phillips <dphi@ix.netcom.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: applixware on FreeBSD
Message-ID:  <19980810230739.A28143@emu.sourcee.com>
In-Reply-To: <3.0.3.32.19980810100328.00e298e8@popd.ix.netcom.com>; from Dale Phillips on Mon, Aug 10, 1998 at 10:03:28AM -0700
References:  <3.0.3.32.19980810100328.00e298e8@popd.ix.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 10, 1998 at 10:03:28AM -0700, Dale Phillips wrote:
> Is there a cheat sheet for installing and running
> applixware 4.3.7 on freebsd 2.2.6?
> 
> 
> -dp- ---------------- -dp- 
> Dale Phillips   
> dp@lore.org 
> www.lore.org

I am not aware of any ``cheat sheet'', but I have been able to get
applixware 4.3.7 running under FreeBSD 2.2.5, 2.2.6, 2.2.7, and
CURRENT. I was not able to get the install working -- I just
copied the CD-ROM. From memory, as root with the CD-ROM mounted
on /cdrom

  1. cp -r /cdrom/applix /usr/local/lib  (need 500MB free to do this)
  2. echo /usr/local/lib > /etc/applixprefix
  3. cd /usr/local/bin
  4. ln -s /usr/local/lib/applix/bin/applix .
  5. Modify /usr/local/lib/applix/bin/applix as follows
     a. Change ``ldd'' to ``/compat/linux/usr/bin/ldd''
     b. Change ``/bin/bash'' to ``/usr/local/bin/bash'' (if necessary)

Applixware took about 500MB of disk space. By removing unwanted
foreign language support (spelling dictionaries), I was able to
reduce the disk requirements to about 240MB. Here's what I did 
to free up 260MB (I left support in for a few languages).

  1. cd /usr/local/lib/applix/axdata
  2. /bin/rm -rf grm frn
  3. cd /usr/local/lib/applix/axlang
  4. /bin/rm -f brz* cfr* dan* dut* fin* frn*
  5. /bin/rm -f itl* nrw* nyn* prt* spn* swd*

Hope this helps. YMMV.
-- 
Regards,
Norman C. Rice, Jr.

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



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