[Dovecot] dovecot-2.0.beta4 mysql support in Solaris
Hi,
I've been able to configure --with-mysql in Solaris 10 which has MySQL version 4.0.31 bundled in. Since beta4 build fails due to change in src/lib-sql/driver-mysql.c. I've never used this feature but so I don't need it. This is just a FYI if someone reads mailing list.
"driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS "driver-mysql.c", line 448: warning: implicit function declaration: mysql_next_result
Tomppa
On Mon, 2010-03-22 at 16:07 +0200, Tomi Vainio wrote:
"driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS "driver-mysql.c", line 448: warning: implicit function declaration: mysql_next_result
http://hg.dovecot.org/dovecot-2.0/rev/9aa107613324 helps I guess?
On 22/03/10 16:13, Timo Sirainen wrote:
On Mon, 2010-03-22 at 16:07 +0200, Tomi Vainio wrote:
"driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS "driver-mysql.c", line 448: warning: implicit function declaration: mysql_next_result
http://hg.dovecot.org/dovecot-2.0/rev/9aa107613324 helps I guess?
Thanks, I've compiled it successfully after this fix.
Tomppa
participants (2)
-
Timo Sirainen
-
Tomi Vainio