Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 1996 12:09:37 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        DAVID.ALLAN@Probono.law.utah.edu (ALLAN DAVID P.)
Cc:        questions@FreeBSD.ORG
Subject:   Re: libc.so.3.0
Message-ID:  <199604111909.MAA04500@phaeton.artisoft.com>
In-Reply-To: <16E57B63AE@probono.law.utah.edu> from "ALLAN DAVID P." at Apr 10, 96 04:18:40 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Several packages from the FreeBSD site won't run saying that they 
> can't find libc.so.3.0
>     I can't find this file on the net anywhere.  Does anyone know 
> where I can get it?

You are attempting to run packages compiled on -current on an older
system.

Get the older version of the packages, or upgrade your system.

One potential workaround that may cause problems when upgrading
later is to:

	# ln /usr/lib/libc.so.2.1 /usr/lib/libc.so.3.0
	# ldconfig -m

This should work because the version number was bumped when
interfaces were ripped out.  The 2.1 should contain all of
the interfaces needed by a 3.0 application.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604111909.MAA04500>