Description:
This is a regression bug see http://bugs.mysql.com/bug.php?id=41918 for details.
Anyhow it pops up again in :
mysql-cluster-gpl-7.0.9b
While compiling the Johan's sizer and also my code
make[2]: Entering directory `/www/COMMON/src/sizer-0.29/src'
g++ -Wall -fno-strict-aliasing -g -O2 -I/usr/local/mysql-cluster/include/mysql
-DUNIV_LINUX -I/usr/local/mysql-cluster/include/mysql/storage/ndb
-I/usr/local/mysql-cluster/include/mysql/storage/ndb/ndbapi
-I/usr/local/mysql-cluster/include/mysql/storage/ndb/mgmapi
-I/usr/local/mysql-cluster/include/mysql/ndb
-I/usr/local/mysql-cluster/include/mysql/ndb/ndbapi
-I/usr/local/mysql-cluster/include/mysql/ndb/mgmapi
-I/usr/local/mysql-cluster/include/mysql -rdynamic -L/usr/local/mysql-cluster/lib/mysql
-lmysqlclient_r -lz -lrt -lpthread -lcrypt -lnsl -lm -lpthread -lndbclient -lmystrings
-lmysys -o sizer sizer.o
/usr/local/mysql-cluster/lib/mysql/libndbclient.so: undefined reference to `eval_client'
/usr/local/mysql-cluster/lib/mysql/libndbclient.so: undefined reference to
`hosts_access'
/usr/local/mysql-cluster/lib/mysql/libndbclient.so: undefined reference to `sock_host'
How to repeat:
Just compile a client after having add --with-libwrap in mysql server compilation