Date: Mon, 22 Apr 1996 22:44:02 -0700 (PDT) From: asami@cs.berkeley.edu (Satoshi Asami) To: ivan@nauplius.rsmas.miami.edu Cc: freebsd-current@freebsd.org Subject: Re: shared library Message-ID: <199604230544.WAA19305@silvia.HIP.Berkeley.EDU> In-Reply-To: <199604221935.PAA08676@nauplius.rsmas.miami.edu> (message from Ivan Lima on Mon, 22 Apr 1996 15:35:11 -0400 (EDT))
next in thread | previous in thread | raw e-mail | index | archive | help
* Where can I find shared libraries like libc.so.3.0? If you are running -current, it's in /usr/lib. ("/sbin/ldconfig -r" will tell you where all the shared libraries are on your system.) If you are not, and are trying to run the packages you picked up from packages-current, just do an "ln -s libc.so.2.2 libc.so.3.0". That will probably work for most applications, the differences so far are only a few deleted functions so running libc.so.3.0 binaries that way won't cause any problems. Note that everything you compile from now on will be linked to that version of libc, and you can no longer give binaries to your friends running 2.1R, for instance. Also, the ports are tracking -current, so some of them will not work on 2.1R or -stable. Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604230544.WAA19305>