GLIBC_2.3 required ...

2005-12-23 Thread Kiffin Gish
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)

# strings /usr/compat/linux/lib/libc.so.6 |grep GLIBC_2
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.1
GLIBC_2.1.2
GLIBC_2.1.3
GLIBC_2.2
GLIBC_2.2.1
GLIBC_2.2.2
GLIBC_2.2.3
GLIBC_2.2.4

But no v2.3 in sight. How do I fix this? Do I have to upgrade from
somehwere else (not present in my ports)? Is this supported under
FreeBSD 5.4 or not?

Thanks alot in advance.

-- 
Kiffin Gish [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GLIBC_2.3 required ...

2005-12-23 Thread Dan Nelson
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
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GLIBC_2.3 required ...

2005-12-23 Thread Kiffin Gish
On Fri, 2005-12-23 at 09:36 -0600, Dan Nelson wrote:
 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.

You're right. However, by default not. Therefore a rebuild is required
with the -DWITH_NDB option set. Thanks for the tip.

 
-- 
Kiffin Gish [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]