From owner-freebsd-questions Wed Aug 15 2:54:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 89D9D37B412 for ; Wed, 15 Aug 2001 02:54:46 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.4/8.11.4) id f7F9rlu99124; Wed, 15 Aug 2001 11:53:47 +0200 (CEST) (envelope-from karelj) Date: Wed, 15 Aug 2001 11:53:47 +0200 From: "Karel J. Bosschaart" To: Salvo Bartolotta Cc: questions@freebsd.org Subject: Re: Applixware 5.0 on recent FreeBSD version Message-ID: <20010815115347.A99109@wop21.wop.wtb.tue.nl> References: <997867379.3b7a3f73825a7@webmail.neomedia.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <997867379.3b7a3f73825a7@webmail.neomedia.it>; from bartequi@neomedia.it on Wed, Aug 15, 2001 at 11:22:59AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 15, 2001 at 11:22:59AM +0200, Salvo Bartolotta wrote: > > > I installed Applixware 5.0 (FreeBSD version) on a recent FreeBSD > > (4.4-PRERELEASE) machine but I'm getting > > > /usr/libexec/ld-elf.so.1: Shared object "libc.so.3" not found > > > when attempting to start applix. > > > I thought it came up in the list before but couldn't find anything in > > the archive. Also, I'm pretty sure I had it running a while ago on an > > older FreeBSD version. > ^^^^^ > ^^^^^ > > > I suppose so :-) > > IIUC, the library in question is normally found in /usr/lib/compat; for > instance, it is installed there whenever you make your world provided that you > have defined "COMPAT3X= yes" in your /etc/make.conf. In this connection, > you may wish to take a look at /etc/defaults/make.conf. > > BTW, the library sources are found in (wait for it) > /usr/src/lib/compat/compat3x.i386 -- for the 386 arch.; a "make && make > install" there, followed by a ldconfig(8) (cf the "m" option) should do the > job. > Yes it works, thanks a lot! I never realized that the compat libraries were disabled by default in a buildworld. I have now put COMPAT3X=yes in /etc/make.conf. Thanks again, Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message