Date: Mon, 02 Dec 1996 15:10:09 -0800 From: John Polstra <jdp@polstra.com> To: Chris Shenton <cshenton@it.hq.nasa.gov> Cc: cvsup-bugs@polstra.com, hackers@freebsd.org Subject: Re: cvsup vs. FreeBSD-2.1.6.1: can't find libc.so.3.0 Message-ID: <199612022310.PAA00647@austin.polstra.com> In-Reply-To: Your message of "Mon, 02 Dec 1996 11:33:12 EST." <199612021633.QAA05345@wirehead.it.hq.nasa.gov> References: <199612021633.QAA05345@wirehead.it.hq.nasa.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
> I downloaded the package and added it, it wanted a couple libraries I > didn't have so I added them: libz I think. Now it's still unhappy > about not finding libc.so.3.0, so I lose. > > I've just supped and built FreeBSD-2.1.6.1-RELEASE; do I need to be > running -CURRENT or some other version to get the facilities cvsup > requires? All packages are built to run under -current, which means they need libc.so.3.0. So yes, technically, you need -current. But not really. There are a couple of things you could do. The best solution, since you have already installed the Modula-3 compiler, is to get the cvsup _port_ and build it from the sources. Then it will depend on the version of libc that actually exists on your system (libc.so.2.2). This solution will also get rid of the warnings about your X11R6 libraries. As another option, it should also work to add a symbolic link: /usr/local/lib/m3/FreeBSD2/libc.so.3.0 -> /usr/lib/libc.so.2.2 and then do "ldconfig -m /usr/local/lib/m3/FreeBSD2". This is cheating a little bit, but it should work fine. Finally, you could fetch the static binary release from freefall.freebsd.org in "/pub/CVSup/cvsup-bin-13.5.tar.gz". It doesn't use any shared libraries at all. BTW, libz is included in FreeBSD-2.1.6.1-RELEASE; it shouldn't have been missing after you installed that version. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612022310.PAA00647>