From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 16:38:10 2003 Return-Path: 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 9F36437B401 for ; Thu, 5 Jun 2003 16:38:10 -0700 (PDT) Received: from thingy.apana.org.au (thingy.apana.org.au [203.12.237.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C606343F75 for ; Thu, 5 Jun 2003 16:38:07 -0700 (PDT) (envelope-from fun@thingy.apana.org.au) Received: from fun by thingy.apana.org.au with local (Exim 3.35 #1 (Debian)) id 19O4Ik-00011f-00 for ; Fri, 06 Jun 2003 09:37:46 +1000 Date: Fri, 6 Jun 2003 09:37:43 +1000 From: David Gerard To: questions@freebsd.org Message-ID: <20030605233743.GK31266@thingy.apana.org.au> References: <20030605211726.GI31266@thingy.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030605211726.GI31266@thingy.apana.org.au> User-Agent: Mutt/1.3.28i Subject: Re: Linux compat: "/lib/libc.so.6: version `GLIBC_2.1.3' not found" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2003 23:38:10 -0000 David Gerard (fun@thingy.apana.org.au) [030606 07:18]: > fun@diva:~/install $ ./install > Installation starting, please be patient ... > ./setup: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by ./setup) > Installation Completed > fun@diva:~/install $ ./setup > ./setup: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by ./setup) > fun@diva:~/install $ > So. What do I need to install or do to my Linux compat so I don't get this > error? Remember that this is FreeBSD 4.6.2, and it works fine on FreeBSD 4.8. Turns out I had linux_base-6 and not linux_base-7. Just downloaded and added linux_base-7.1_3.tgz and all is well :-) - d.