Date: Mon, 25 Mar 1996 03:55:56 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: justin@cyburbia.bns.com.au Cc: ports@FreeBSD.org Subject: Re: The saga continues [Installing Spinner httpd] Message-ID: <199603251155.DAA03463@silvia.HIP.Berkeley.EDU> In-Reply-To: <Pine.BSF.3.91.960325220504.28579B-100000@cyburbia.bns.com.au> (message from Justin Viiret on Mon, 25 Mar 1996 22:10:19 %2B0000 ())
next in thread | previous in thread | raw e-mail | index | archive | help
* ld.so: cgi: Can't find shared library "libc.so.3.0" You grabbed a package from packages-current and installed it? :) FreeBSD-current now has libc at shlib version 3.0 due to some library functions getting removed. You said before you have a November snap, which has libc.so.2.2. You can upgrade your system to -current, or recompile the offending program by yourself. You can probably get away by doing a ln -s libc.so.2.2 libc.so.3.0 in /usr/lib, but I wouldn't recommend it. By the way, are you going to make a port? :) You can look at http://www.freebsd.org/handbook/porting.html you know. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603251155.DAA03463>