Date: Wed, 20 Dec 2000 10:14:03 +1100 From: Nick Slager <nicks@albury.net.au> To: "Gerald T. Freymann" <freymann@eagle.ca> Cc: Questions <questions@FreeBSD.ORG> Subject: Re: lib.so.3 not found Message-ID: <20001220101403.D43508@albury.net.au> In-Reply-To: <NEBBIPHLEDGOAFACJGDDKEIHDHAA.freymann@eagle.ca>; from freymann@eagle.ca on Tue, Dec 19, 2000 at 04:48:21PM -0500 References: <NEBBIPHLEDGOAFACJGDDKEIHDHAA.freymann@eagle.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Gerald T. Freymann (freymann@eagle.ca): > While trying to install Frontpage Extensions on my nice new FreeBSD 4.1.2 > machine (I know, YUK!) the script came up and said "lib.so.3 not found" libc.so.3 :-) You need to install the 3.x compatibility libraries. cd /usr/src/lib/compat/compat3x.i386 make install clean ldconfig -m /usr/lib/compat Or, use sysinstall. Nick -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." 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?20001220101403.D43508>