Date: Fri, 23 Dec 2005 09:36:36 -0600 From: Dan Nelson <dnelson@allantgroup.com> To: Kiffin Gish <kiffin.gish@planet.nl> Cc: freebsd-questions@freebsd.org Subject: Re: GLIBC_2.3 required ... Message-ID: <20051223153635.GC39217@dan.emsphone.com> In-Reply-To: <1135350523.1136.4.camel@localhost> References: <1135350523.1136.4.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051223153635.GC39217>