Re: [Sqlrelay-discussion] Trouble configuring SQL Relay with MySQL support
Brought to you by:
mused
|
From: Gabriel M. <gmi...@gm...> - 2007-05-02 21:26:18
|
On 5/2/07, Masao Kitamura <ma...@gm...> wrote:
> I am new to SQL Relay and don't see an easy way to search the mailing
> list archives, so here's my question...
>
> After everything I've tried, I keep getting this:
>
you need the client development librariy (which includes the
headers and libraries), while i am not a fedora champ, for debian and
many others they are in /usr/include. you need to have similar output
such as this ...
$ locate mysql.h
/usr/include/mysql/mysql.h
ls /usr/include/mysql/
errmsg.h my_alloc.h my_getopt.h my_no_pthread.h mysqld_error.h
mysql_version.h raid.h sslopt-longopts.h
keycache.h my_config.h my_global.h my_pthread.h mysql_embed.h
my_sys.h sql_common.h sslopt-vars.h
m_ctype.h my_dbug.h my_list.h mysql_com.h mysql.h
my_xml.h sql_state.h typelib.h
m_string.h my_dir.h my_net.h mysqld_ername.h mysql_time.h
ndb sslopt-case.h
$ locate libmysqlclient
/usr/lib/libmysqlclient.a
/usr/lib/libmysqlclient.la
/usr/lib/libmysqlclient_r.a
/usr/lib/libmysqlclient_r.la
/usr/lib/libmysqlclient_r.so
/usr/lib/libmysqlclient_r.so.15
/usr/lib/libmysqlclient_r.so.15.0.0
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient.so.15.0.0
--
Gabriel Millerd
|