Date: Wed, 15 Aug 2001 06:10:35 -0500 From: Mike Meyer <mwm@mired.org> To: "Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl> Cc: questions@freebsd.org Subject: Re: Applixware 5.0 on recent FreeBSD version Message-ID: <15226.22699.145222.587526@guru.mired.org> In-Reply-To: <69300995@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Karel J. Bosschaart <karelj@wop21.wop.wtb.tue.nl> types: > 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. You need to install the 3x compatability libraries. If you have source installed, you can install them by going to /usr/src/lib/compat/compat3x.i386 and doing "make install". If you are tracking -stable, add "COMPAT3X=yes" to /etc/make.conf so they will be updated with the system. If you're running -RELEASE and don't have sources installed, you can use /stand/sysinstall to install them. Use "post-install configuraton", then "Install additional distributions", then "FreeBSD 3.x binary compatability" to install them. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. 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?15226.22699.145222.587526>