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]"