Date: Wed, 15 Aug 2001 11:53:47 +0200 From: "Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl> To: Salvo Bartolotta <bartequi@neomedia.it> Cc: questions@freebsd.org Subject: Re: Applixware 5.0 on recent FreeBSD version Message-ID: <20010815115347.A99109@wop21.wop.wtb.tue.nl> In-Reply-To: <997867379.3b7a3f73825a7@webmail.neomedia.it>; from bartequi@neomedia.it on Wed, Aug 15, 2001 at 11:22:59AM %2B0200 References: <997867379.3b7a3f73825a7@webmail.neomedia.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010815115347.A99109>