From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 15:36:39 2005 Return-Path: X-Original-To: freebsd-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 0FF2216A420 for ; Fri, 23 Dec 2005 15:36:39 +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 F2E8543D69 for ; Fri, 23 Dec 2005 15:36:37 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jBNFaalN062401; Fri, 23 Dec 2005 09:36:36 -0600 (CST) (envelope-from dan) Date: Fri, 23 Dec 2005 09:36:36 -0600 From: Dan Nelson To: Kiffin Gish Message-ID: <20051223153635.GC39217@dan.emsphone.com> References: <1135350523.1136.4.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1135350523.1136.4.camel@localhost> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: GLIBC_2.3 required ... 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: Fri, 23 Dec 2005 15:36:39 -0000 In the last episode (Dec 23), Kiffin Gish said: > I installed the MySQL ndb management tools, but when I fire them up I > get the error that GLIBC_2.3 is missing. > > # ldd /usr/local/bin/ndb_mgm > /usr/local/bin/ndb_mgm: > /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found (required by /usr/local/bin/ndb_mgm) > /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/bin/ndb_mgm) Upgrade your linux_base port to something with a newer glibc. I have linux_base-rh-9 installed, and its libc.so.6 version is GLIBC_2.3.3. Then again, why are you running a Linux binary? The mysql41-server and mysql50-server ports should install a native ndb_mgm. -- Dan Nelson dnelson@allantgroup.com