search for: libndbclient

Displaying 1 result from an estimated 1 matches for "libndbclient".

Did you mean: libfbclient
2007 Jul 25
0
Problem with asterisk-addons - checking for mysql_init in -lmysqlclient... no
...ve MySQL installed. rpm -qa indicates: MySQL-server-5.0.22-0 MySQL-devel-5.0.22-0 MySQL-client-5.0.22-0 rpm -ql MySQL-devel | grep client indicates: /usr/lib/mysql/libmysqlclient.a /usr/lib/mysql/libmysqlclient.la /usr/lib/mysql/libmysqlclient_r.a /usr/lib/mysql/libmysqlclient_r.la /usr/lib/mysql/libndbclient.a /usr/lib/mysql/libndbclient.la I've posted the ./configure output below. I noticed that it says: checking for mysql_init in -lmysqlclient... no Presumably that's a problem, but I don't know how to fix it!! MySQL on my system works great w/ php - I can query insert and so on....