From owner-freebsd-questions Wed Aug 15 2:23:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id C517E37B410 for ; Wed, 15 Aug 2001 02:23:05 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f7F9MxX17302; Wed, 15 Aug 2001 11:22:59 +0200 (CEST) To: "Karel J. Bosschaart" Subject: Applixware 5.0 on recent FreeBSD version Message-ID: <997867379.3b7a3f73825a7@webmail.neomedia.it> Date: Wed, 15 Aug 2001 11:22:59 +0200 (CEST) From: Salvo Bartolotta Cc: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.152.165 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 > 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. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message