From owner-freebsd-current Mon Dec 11 11:35:50 2000 From owner-freebsd-current@FreeBSD.ORG Mon Dec 11 11:35:47 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from moriarity.grauel.com (moriarity.grauel.com [199.233.104.37]) by hub.freebsd.org (Postfix) with ESMTP id 9B0A537B400; Mon, 11 Dec 2000 11:35:46 -0800 (PST) Received: (from rjk@localhost) by moriarity.grauel.com (8.11.1/8.11.1) id eBBJZic09624; Mon, 11 Dec 2000 14:35:44 -0500 (EST) (envelope-from rjk) From: Richard J Kuhns MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14901.11407.822848.483054@moriarity.grauel.com> Date: Mon, 11 Dec 2000 14:35:43 -0500 (EST) To: obrien@FreeBSD.ORG Cc: Richard J Kuhns , current@FreeBSD.ORG Subject: Re: Confusing error messages from shell image activation In-Reply-To: <20001211110111.B97948@dragon.nuxi.com> References: <200012110844.TAA29959@shad.au.int.en-bio.com> <14900.57247.45919.615262@moriarity.grauel.com> <20001211110111.B97948@dragon.nuxi.com> X-Mailer: VM 6.75 under 21.1 (patch 11) "Carlsbad Caverns" XEmacs Lucid Sender: rjk@moriarity.grauel.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien writes: > On Mon, Dec 11, 2000 at 09:07:27AM -0500, Richard J Kuhns wrote: > > 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 "$@" > > Again lack of details.. :-( EXACTLY what is this file you are showing > us? Both my of my Applixware 4.42 and 5.0 installations have a real > binary named `applix' in the root of the install directory. I installed > 4.42 from the Walnut Creek CDROM CD of it. I installed 5.0 on the first > tarball package of 5.0 BSDi made (that wasn't released to the public). > So we also need to know how you got 5.0 (ie, what media are you using). > Something may have easily changed between what I installed and what BSDi > is now shipping. > OK. In my current installation, it's /usr/local/bin/applix. I installed from the CD the Walnut Creek/BSDi shipped me (Applixware Office for FreeBSD v5.0). I just tried to install it from scratch on a new machine running 4.2-RELEASE. If I cd to /cdrom/Applix5 and run ./install, I'm not offered a choice concerning where to install -- it goes under /usr/local. I just tried `pkg_add -v -p /opt applix-5.0.tgz'. It then put things under /opt, but /opt/bin/applix was the file I listed above with the hardcoded "/usr/local/applix". When I changed it to "/opt/applix" and tried to run it, I got /usr/libexec/ld-elf.so.1: Shared object "libstdc++.so.2" not found /prog/applix/axdata/axmain: Operation timed out Since there's not a libstdc* of any sort under /opt/applix, either something didn't get installed correctly or applix was compiled using an older version of the shared library. At this point, I have some Real Work to do. If there's something else you'd like me to look at, let me know. It may take me a few hours, though. -- 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