Re: [Sqlrelay-discussion] trouble compiling
Brought to you by:
mused
|
From: Claudio F. <kla...@gm...> - 2010-02-12 13:57:21
|
On Thu, Feb 11, 2010 at 9:20 PM, tyju tiui <jck...@ya...> wrote: > mysqlconnection.C:106: error: 'mysql_connect' was not declared in this > scope > Read the includes in /usr/include/mysql and make sure they define mysql_connect. If not, you may have to patch sqlrelay. But I suspect the includes are missing. |