From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 19:16:24 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F66E16A41C for ; Thu, 30 Jun 2005 19:16:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26CC843D48 for ; Thu, 30 Jun 2005 19:16:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j5UJG2Gm024911; Thu, 30 Jun 2005 14:16:02 -0500 (CDT) (envelope-from dan) Date: Thu, 30 Jun 2005 14:16:01 -0500 From: Dan Nelson To: service@fixer.com Message-ID: <20050630191601.GG2392@dan.emsphone.com> References: <007801c57da7$7f3d2050$668095ce@yourykcpkzegys> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007801c57da7$7f3d2050$668095ce@yourykcpkzegys> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: questions@freebsd.org Subject: Re: Problems with FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 19:16:24 -0000 In the last episode (Jun 30), service@fixer.com said: > I have been using FreeBSD for about 10 years. I have had the 5.4 > version for about a month. The only problem I'm having is that > there's of lot of files like libutil.so.3, libreadline.so.4, > libm.so.2 and libexpat.so.4 that are missing. I have found most off > older versions FreeBSD software. But I give up on finding > libutil.so.3 I used google.com to try to find it. I did a search for > libutil.so.3, also checked the Free Software Foundation and came up > with nothing. Hope you can tell me where I can find it. That's a FreeBSD 4.x library. Install the misc/compat4x port (or just run pkgadd -r compat4x) if you have old binares that require it, or rebuild the program and it will link against FreeBSD 5.4's libutil.so.4 library. -- Dan Nelson dnelson@allantgroup.com